@charset "utf-8";
.fondosombra {
	background-image: url(imagenes/sombra.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.sombra2 {
	background-image: url(imagenes/sombra2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.sombra3 {
	background-image: url(imagenes/sombra3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.linksinicioblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 5px;
	A.clase1:visited {color:#ff0000;}
}	
A.linksinicioblanco:active {color:#ff0000;}
A.linksinicioblanco:link {color:#ff0000}
A.linksinicioblanco:hover {color:#00ff00} 
}

.seccion_mayusculas {
	font-family: "Century Gothic";
	font-size: 9px;
	text-transform: uppercase;
	color: #000000;
}
.textbreves {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D8D8D;
}

.titulos_noticias {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	list-style-image: none;
	list-style-type: none;
}
.texthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.secciones_mision {
	font-family: "Century Gothic";
	font-size: 9px;
	text-transform: uppercase;
	color: #FF0000;
}

.leyendalausina {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
}
.borde_news {
	border: 1px solid #CCCCCC;
}
.borde_punteado {
	border: 1px dotted #FF0000;
}

