@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 17px;
}
.fondo {
	background-color: #CCC;
	background-image: url(../pics/fondo_1.png);
}

.noticia {
	font-size: 14px;
	color: #666;
}
.texto {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #666;
}



.titufotomargen {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333;
	background-color: #C1C1C1;
	padding: 10px;
}
.fecha_noti {
	color: #333;
	background-image: url(../pics/fondo_1.png);
}

.texto_cabecera {
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
.subcabecera {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-style: italic;
}


.titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333;
}


.raya {
	background-color: #CCCCCC;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.menu:link, a.menu:visited, a.menu:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	padding-left: 20px;
}
a.menu:hover {
	color:#000;
	
	}
a.menu_si:link, a.menu_si:visited, a.menu_si:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	font-weight:bold;
}
a.menu_si:hover {
	color:#999;
	
	}
	
a.submenu:link, a.submenu:visited, a.submenu:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	
}
a.submenu:hover {
	color:#000;
	
	}
a.submenu_si:link, a.submenu_si:visited, a.submenu_si:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	
}
a.submenu_si:hover {
	color:#999;
	
	}
	
.titulo_novedad {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size:18px;
}

a.noti:link, a.noti:visited, a.noti:active {
	color: #00F;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-decoration: none;
	
}
a.noti:hover{
	color: #000;
	text-decoration:underline;
	font-size: 18px;
	}
	
a.link_novedades:link, a.link_novedades:visited, a.link_novedades:active {
	color: #00F;
	text-decoration: none;
	
}
a.link_novedades:hover{
	color: #F00;
	text-decoration:underline;
	}

.shadow {
	
	box-shadow: 2px 2px 2px #CCC;
   -webkit-box-shadow: 2px 2px 2px #CCC;
   -moz-box-shadow: 2px 2px 2px #CCC;
}

a:link, a:visited, a:active {
	color: #00F;
	text-decoration: none;
	font-size:17px;
	
}
a:hover{
	color: #F00;
	text-decoration:none;
	font-size:17px;
	}

.form {
	background-color: #DDD;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px;	
}
.peque {
	font-size: 13px;
	color: #000;
}

a.peque:link, a.peque:active, a.peque:visited {
	font-size: 13px;
	color: #00F;
}
a.peque:hover {
	font-size: 13px;
	color: #F00;
	text-decoration: underline;
}


a.pequefoto:link, a.pequefoto:active, a.pequefoto:visited {
	font-size: 12px;
	color: #00F;
	font-family: 'Open Sans', sans-serif;
}
a.pequefoto:hover {
	font-size: 12px;
	color: #F00;
	text-decoration: underline;
}



.foto_galeria {
	margin-right: 4px;
	margin-bottom: 4px;
}

.ultimas_fotos {
	margin-bottom: 5px;
	background-color: #FFF;
}
.subtitulo {
	font-size: 20px;
	color: #666;
}
.tit_foto {
	font-size: 13px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}
.gris {
	color: #666;
}
.banner_vertical {
	float: right;
}
