@charset "UTF-8";
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #b8b7d3;
	height: 20px;
}

.container {
width: 800px;
text-align: left; /* esto anula text-align: center en el elemento body. */
margin-top: 40px;
margin-right: auto;
margin-left: auto;
}

.header {
	padding: 0px;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	background-color: #15106c;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#menuext {
	height:20px;
}

#menuint {
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	text-align: left;
	height:60px;
}
#menuint_2 {
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	text-align: left;
	height:23px;
}
#menutab {
	float: right;
	display: block;
	margin-left: 2px;
}

#menutab a {
	display: block;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

#menutab a:hover {
	background-color: #006699;
}

.content {
	background-color: #FFFFFF;
}
.mes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #15106C;
	width: 80px;
	font-size: 18px;
	margin-bottom: 10px;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #15106C;
	width: 80px;
	font-size: 36px;
}
#txtmapa {
	font-size: 120%;
	display: block;
	text-align: right;
	color: #15106c;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 24px;
	border-right-style: solid;
	border-right-color: #15106c;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#contentext {
	margin: 0px;
	padding: 0px;
	height: 20px;
}




#contentint {
	margin: 0px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #15106c;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #15106c;
	padding: 20px;
	min-height:150px;
}

#contentint h1 {
	font-size: 120%;
	display: block;
	text-align: right;
	color: #15106c;
	margin-bottom: 10px;
	border-right-width: 24px;
	border-right-style: solid;
	border-right-color: #15106c;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#contentint h2 {
	font-size: 90%;
	display: block;
	color: #15106c;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#contentint h2 a {
	color: #15106c;
}

#contentint h2 a:hover {
	color: #b8b7d3;
}

#contentint h3 {
	font-size: 70%;
	display: block;
	color: #15106c;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contentint h3 a {
	color: #15106c;
}

#contentint h3 a:hover {
	color: #b8b7d3;
}

#contentint p {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 70%;
}

#contentint p strong {
	color: #15106c;
}

/* 2 columnes cos central */

#col11 {
	display: block;
	float: left;
	width: 352px;
}

#col12 {
	display: block;
	float: right;
	width: 352px;
}

#llista ul {
	font-size: 70%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: square;
	padding-left: 10px;
	background-color: #b8b7d3;
	background-repeat: repeat-x;
	border: 2px solid #15106c;
	color: #15106c;
	background-image: url(../img/llista.gif);
}

#llista li {
	list-style-type: square;
	list-style-position: inside;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* NOTICIES */
#no_results{
	text-align:center;
	margin-top:50px;
	min-height:100px;
	font-size: 80%;
	font-weight:bold;
}
#notmenu {
	display: block;
	width: 100px;
	float: left;
}

#notmenu ul {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	list-style-type: none;
}

#notmenu li {
	display: block;
	margin-bottom: 1px;
	list-style-type: none;
}

#notmenu_sel {
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	display: block;
}

#notmenu li a {
	background-color: #999999;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

#notmenu li a:hover {
	font-weight: bold;
	background-color: #666666;
	display: block;
}

#notbox {
	display: block;
	float: right;
	width: 624px;
}

#noticia {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 30px;
	border-bottom-color: #15106c;
	min-height:80px;
}

#notdata {
	display: block;
	width: 60px;
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mes {
	display: block;
	font-size: 80%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}

#dia{
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#nottext {
	display: block;
	float: right;
	width: 544px;
}
#nottext a{
	color:#000;
}


/* Questionari */

#pregunta {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #15106c;
	background-image: url(../img/pregunta.gif);
	background-repeat: repeat-x;
	padding: 10px;
	min-height:25px;
}

#col21 {
	display: block;
	float: left;
	width: 624px;
}

#col22 {
	float: right;
	width: 80px;
	display: block;
	text-align: center;
}

#verifica {
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #15106c;
	padding: 10px;
}






/* footer */

.footer {
	padding: 10px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
	font-size: 70%;
}

.footer p {
}

.footer a {
}

.footer a:hover {
	font-weight: bold;
}





/* ALTRES */

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

