@charset "UTF-8";

/* ********************

   reset

**********************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

	border-spacing:0;

	width:100%;

}

fieldset,img, abbr, acronym {

	border:0;

}

address,caption,cite,code,dfn,th,var {

	font-style:normal;

	font-weight:normal;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

img {

	border:0;

}

h1,h2,h3,h4,h5,h6 {

	font-size:1em;

	font-size:100%;

	font-weight:normal;

}

a { 
	text-decoration: none;
	outline: none;
}

form {
	padding-top: 50px;
}


/*************************** Fin Reset **********************************/


/**************** Estilos por defecto ***********************/


* {
	margin: 0;
}

html {
	height: 100%;
	position: relative;
}

body {
	height: 100%;
	background: #eee url(../images/bg-img.gif) repeat-x top;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	
}

hr {
	display: none;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #474747;
	font-weight: bold;
	font-style: italic;
}

h2 {
	text-indent: -9999px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #474747;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	font-style: italic;
}

p {
	line-height: 18px;
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

a {
	color: #474747;
}

a:hover {
	text-decoration: underline;
}

object{
	background:transparent;
	margin:0;
	padding: 0;
	position:relative;
	left:-1px;
}

/**************** Fin estilos por defecto *******************/


/********************* Clases Generales ***********************/

.clear {
	clear: both;
}

.resaltado {
	font-size: 30px;
	color: #64ddeb;
}

.resaltado-dos {
	font-size: 14px;
	font-weight: bold;
}

a.leer-noticia {
	background: url(../images/leer-noticia.gif) no-repeat 0% 0%;
	width: 168px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	margin: 5px 0px 0px 0px;
}

a.leer-noticia:hover {
	background: url(../images/leer-noticia.gif) no-repeat 0px -15px;
}

a.leer-mas {
	background: url(../images/leer-mas.gif) no-repeat 0% 0%;
	width: 168px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	margin: 5px 0px 0px 0px;
}

a.leer-mas:hover {
	background: url(../images/leer-mas.gif) no-repeat 0px -15px;
}

a.volver-atras {
	background: url(../images/volver-atras.gif) no-repeat 0% 0%;
	width: 168px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	margin: 5px 0px 0px 0px;
}

a.volver-atras:hover {
	background: url(../images/volver-atras.gif) no-repeat 0px -15px;
}

.izq {
	float: left;
}

.der {
	float: right;
}

.img-izq {
	float: left;
	margin: 15px 15px 15px 0px;
	padding: 0px;
	border: 10px solid #64ddeb;
}

.img-der {
	float: right;
	margin: 15px 0px 15px 15px;
	padding: 0px;
	border: 10px solid #64ddeb;
}

.img-izq-no {
	float: left;
	margin: 15px 15px 15px 0px;
	padding: 10px;
}

.img-der-no {
	float: right;
	margin: 15px 0px 15px 15px;
	padding: 10px;
}

.contenido-basico {
	width: 639px;
	margin: 0px 20px 20px 11px;
	padding: 0px 20px 0px 40px;
}

.entrada-uno {
	width: 619px;
	margin: 10px 20px 0px 0px;
	padding: 20px;
	background: #dedede;
}

.entrada-dos {
	width: 619px;
	margin: 10px 20px 0px 0px;
	padding: 20px;
	background: none;
}

.col-izq {
	width: 49%;
	float: left;
	padding: 0px;
	margin: 10px 50px 20px 0px;
}

.col-der {
	width: 40%;
	float: left;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

.lista-resaltada {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	font-style: italic;
	list-style: circle;
	margin: 20px 10px 20px 50px;
}


.formulario {
	background: #dedede;
	padding: 10px;
}

.caja {
	border: none;
	background: white;
	height: 20px;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	padding: 2px;
}

.caja-consulta {
	border: none;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	padding: 2px;
}

.boton {
	border: 1px solid white;
	background: #64ddeb;
	color: white;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
}

.desplegable {
	border: 1px solid #dedede;
	background: white;
	color: #818181;
	padding: 2px 5px 2px 5px;
	
}

/********************* Fin Clases Generales ***********************/


/********************* Títulos ***********************/

h2.tit-ultimas-noticias {
	width: 309px;
	height: 38px;
	background: url(../images/tit-ultimas-noticias.gif) no-repeat left top;
}

h2.tit-editorial {
	width: 309px;
	height: 38px;
	background: url(../images/tit-editorial.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
}

h2.tit-agenda {
	width: 500px;
	height: 38px;
	background: url(../images/tit-agenda.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
}

h2.tit-contacto {
	width: 309px;
	height: 38px;
	background: url(../images/tit-contacto.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
}

h2.tit-enlaces {
	width: 309px;
	height: 38px;
	background: url(../images/tit-enlaces.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
}

h2.tit-horarios {
	width: 309px;
	height: 38px;
	background: url(../images/tit-horarios.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
}


/********************* Fin Títulos ***********************/


/*----------------------- Estructura principal ------------------*/

#contenedor {
	width: 962px;
	margin: 0px auto;
	background: url(../images/bg-contenedor.gif) repeat-y left top;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /* the bottom margin is the negative value of the footer's height */
}

#contenido {
	width: 731px;
	margin: 0px;
	float: left;
}

#logo {
	width: 536px;
	height: 88px;
	float: left;
}

#historico {
	background:url(../images/bg-historico.jpg) no-repeat top;
	width: 195px;
	height: 88px;
	float: left;
}


#banners {
	width: 229px;
	margin: 0px;
	float: left;
	background: url(../images/bg-banners.gif) repeat-y left top;
}

#banners a {
	margin: 5px 22px 5px 24px;
}


.push {
	height: 41px; /* .push must be the same height as .footer */
}


#pie {
	width: 100%;
	height: 41px;
	margin: 0px auto;
	background: url(../images/bg-pie.gif) repeat-x top;
	font-size: 10px;
}

#pie-contenido {
	background: url(../images/bg-pie02.gif) no-repeat left top;
	width: 940px;
	height: 26px;
	margin: 0px auto 0px auto; 
	padding: 15px 5px 0px 5px;
}

#pie-contenido p {
	font-weight: normal;
	margin: 0px;
}

#pie-contenido p a {
	color: #474747;
}

#pie-contenido p.der a {
	width: 180px;
	height: 16px;
	display: block;
	background: url(../images/logo-ninanina.gif) no-repeat 160px 0%;
}

#pie-contenido p.der a:hover {
	text-decoration: none;
	background: url(../images/logo-ninanina.gif) no-repeat 160px -16px;
}

/*-------    Menu    --------*/
#menu, #menu ul { 
	height: 80px;
	margin: 0px 20px 21px 11px;	
	width: 699px;
}

#menu ul {
	background: transparent url(../images/menu.gif) 0% 0% no-repeat;
	padding:0;
	position: relative;	
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
}

#menu ul li, #menu ul a {
	height: 80px;
	display: block;
}

#menu ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

#menu ul li a:hover {text-decoration:none;}


#menu-inicio {
	left: 30px;
	width: 66px;
}

#menu-agenda {
	left: 97px;
	width: 70px;
}

#menu-contacto {
	left: 169px;
	width: 191px;
}

#menu-enlaces {
	left: 363px;
	width: 164px;
}

#menu-horarios {
	left: 528px;
	width: 153px;
}



#menu-inicio a:hover {background:transparent url(../images/menu.gif) -30px -80px no-repeat;}
#menu-inicio.activo {background:transparent url(../images/menu.gif) -30px -80px no-repeat;}

#menu-agenda a:hover {background:transparent url(../images/menu.gif) -97px -80px no-repeat;}
#menu-agenda.activo {background:transparent url(../images/menu.gif) -97px -80px no-repeat;}

#menu-contacto a:hover {background:transparent url(../images/menu.gif) -169px -80px no-repeat;}
#menu-contacto.activo {background:transparent url(../images/menu.gif) -169px -80px no-repeat;}

#menu-enlaces a:hover {background:transparent url(../images/menu.gif) -363px -80px no-repeat;}
#menu-enlaces.activo {background:transparent url(../images/menu.gif) -363px -80px no-repeat;}

#menu-horarios a:hover {background:transparent url(../images/menu.gif) -528px -80px no-repeat;}
#menu-horarios.activo {background:transparent url(../images/menu.gif) -528px -80px no-repeat;}
