﻿/* MONTEJURRA DICIEMBRE DE 2007 */


/* @group ELEMENTOS Y REGLAS GENERALES */
body {
	background-color: #CCC;
	margin:  0;
}

body#simple {
	background:#FFF;
	margin: 4px 2em;
	font-size:80%;
}
body#simple .pie {
	margin-top:1em;
}
body#simple .pie, body#simple .webmaster {
	font-size:85%;
	text-align:center;
}

h1.head1 {
	display: none;
}

h1, h2, h3 {
	color:  #02436e;
	margin:15px 0 5px 0;
	display: block;
}

h1, h2, h3, h4 {
	clear: both;
}

.nPrincipal h3 {
	margin-bottom: 8px;
	padding-left: 8px;
	background-image: url(../images/h3Back.png);
	background-repeat: no-repeat;
}

a:link {
	color: #0099ff;
	text-decoration: underline;
}

a:visited {
	color: #865b7a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	clear: both;
}

/* @end */

/* TABLA PRINCIPAL */

.estructura {
	margin:  0 auto;
}

.estructura td {
	vertical-align: top;
}

.imagenCabecera {
	height:84px;
	background: url(../images/repeatBann.jpg) repeat-x;
}


/* @group LATERAL IZDO */

.latIzda {
	background-color:#f5f5f5;
	width: 180px;
}

#menuVrt {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color:#f5f5f5;
	color: #02436e;
	font-size: 80%;
	margin-top: 30px;
}

#menuVrt ul {
	/*border: 1px solid #666;*/
	list-style-type:none;
	margin:0;
	padding: 1px;
	display:block;
}

#menuVrt li {
	/*border: 1px solid #CCC;
	background-color:white;*/
	border-bottom:1px solid #f5f5f5;
}
#menuVrt li a {
	padding: 2px 9px 2px 10px;
	display:block;
}

#menuVrt li a:link, #menuVrt li a:visited {
	color:  #02436e;
	font-weight: bold;
	text-decoration:none;
}

#menuVrt li a:hover{
	background-color: white;
	color: #02436e;
}


/*holy hack*/
* #menuVrt ul a {height:1%;}


/* ojo, por si solos .MNivel2 y similares afectan tanto a vertical como horizontal */
/*indentar el segundo nivel y hacer que tengan la fuente un poco menor*/
#menuVrt .MNivel2 {
	padding-left:1em;
	font-size: 80%;
}
/*volver a indentar tercer nivel, pero sin reducir fuente*/
#menuVrt .MNivel3 {
	padding-left:1em;
}

/* efecto para que solo se muestre abierto el men selecciondo */
#menuVrt .MNivel1 ul {
	display:none;
}
#menuVrt .MNivel1 ul ul {
	display:none;
}
#menuVrt .abierto ul {
	display:block;
}
#menuVrt .abierto .abierto ul {
	display:block;
}
/* fin efecto*/


/* vietas para los diversos menus*/ 
#menuVrt .MnuSecc1 {
	padding-left:18px;
	background-image:url(../images/ico1Solo.png);
	background-position:6px;
	background-repeat:no-repeat;
}
#menuVrt .padre1 {
	background-image:url(../images/ico1Cerrado.png);
	border-bottom: 1px solid #CCC;
}
#menuVrt .abierto1 {
	background-image:url(../images/ico1Abierto.png);
}

#menuVrt .MnuSecc2 {
	padding-left:18px;
	background-image:url(../images/ico2Solo.png);
	background-position:8px;
	background-repeat:no-repeat;
}
#menuVrt .padre2 {
	background-image:url(../images/ico2Cerrado.png);
}
#menuVrt .abierto2 {
	background-image:url(../images/ico2Abierto.png);
}


#menuVrt .MnuSecc3 {
	padding-left:18px;
	background-image:url(../images/ico3Solo.png);
	background-position:8px;
	background-repeat:no-repeat;
}


#menuVrt .abierto3:link, #menuVrt .abierto3:visited {
	background-color: white;
	color: #02436e;
}
/* fin vietas*/

/* @end */

/* @group CONTENIDO */
.contentPortada {
	padding: 5px 5px 15px 10px;
	background-color: white;
}

.content {
	padding: 5px 20px 15px 20px;
	background-color: white;
}



#navegador {
	font-size: 90%;
	padding: 3px 0;
	border-bottom: 1px dotted #CCC;
	margin-top: 5px;
}


div.listaNoticias {
	clear:both;
	background-color:#E5E5E5;
	border-bottom:1px solid #CCC;
	font-size:90%;
	margin-top:1em;
	padding:3px;
	text-align:right;
}

.botones {
	border-top: 1px solid #CCC;
	padding: 3px 0;
	text-align: center;
	margin-top: 15px;
}


/* @end */
#IE_es_tonto {
	position:relative;top:-84px;
}

.latDcha {
	background: url(../images/gradientRight.jpg) no-repeat;
	background-color: white;
}
.latDcha2 {
	background-color:white;
}
.creditos {
	background: url(../images/creditImage.png) no-repeat;
	height: 42px;
	text-align: center;
	font-size:  70%;
	color:  white;
	padding-top: 8px;
}

/*encuesta*/
table #tEncuesta { font-size:80%; color:#666666; background-color:#f5f5f5; }
table #tEncuesta caption { font-size:90%; background-color:#82CBFC; color:#02436E; font-weight:bold; }
#dVotar { text-align:center; }