.text_portada {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
.cabecera {
	background-image: url(../pics/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.pie {
	background-image: url(../pics/pie.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.cuerpo {
	background-image: url(../pics/lineas_medio.jpg);
	background-repeat:  repeat-y;
}
.text_pie {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCCCC;
}
.text_cuerpo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #CCCCCC;
}
.linea_vert {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC66;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #CCCC99;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #CCCC99;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #CCCC99;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #FF6600;
	text-decoration: underline;
	
}
a.linkpie:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCC99;
	text-decoration:underline;
}
a.linkpie:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCC99;
	text-decoration: underline;
}
a.linkpie:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCC99;
	text-decoration: underline;
}
a.linkpie:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	
}
.form {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
}
.rojo {
	color: #FF0000;
}
.destacado {
	color: #FFFF99;
	font-style: normal;
	font-weight: normal;
}
.imgdcha {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
