body{
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 14px;
}

/* enlaces */
a.azul:visited{
	color: #19837f;
	font-size: 14px;
	text-decoration: none;
}

a.azul:link{
	color: #19837f;
	font-size: 14px;
	text-decoration: none;
}

a.azul:active{
	color: #19837f;
	font-size: 14px;
	text-decoration: none;
}

a.azul:hover{
	color: #10afaa;
	font-size: 14px;
	text-decoration: underline;
}

a.foot:link,a.foot:active,a.foot:visited,a.foot:hover{
	font-size: 24px;
	font-weight: bold;	
	text-decoration: none;
	color: #ffffff;
}

a.foot:hover{
	color: #f3f3f3;
}

a.opcion:link,a.opcion:active,a.opcion:visited,a.opcion:hover{
	text-decoration: none;
	color: #000000;
}

a.opcion:hover{
	color: #2a8b17;
}

/*fuentes*/
.titulo{ 
	text-align:left;
	font-family: Arial;
	font-size: 24px;
	color: #19837f;
	font-weight: bold;
}

/* contenedores */

div.header{
	background: url(img/bg_header.jpg) repeat-x;
	height: 115px;
	text-align: center;
}

div.web{
	margin: auto;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: left;
	
}

div.ok{
	padding: 10px 10px 10px 10px;
	background: #eafff3;
	border: 1px solid #c3eac5;
}

div.no{
	padding: 10px 10px 10px 10px;
	width: 500px;
	background: #4f250c;
	color: #ffffff;
	border: 1px solid #0c0000;
}

div.no a{
	color: #fff1e3;
}

div.footer{
	background: url(img/bg_footer.jpg) repeat-x #1c8a87;
	text-align:center;
	padding-top:2px; 
	padding-bottom: 40px;
}

div.ced{
	padding: 100px 8px 10px 8px;
	font-family: Lucida Sans; 
	font-size: 14px;
	color: #ffffff;
	background: url(img/bg_formulario.jpg) repeat-x #167370;
}
div.met{
	padding: 0px 8px 180px 8px;
	font-family: Lucida Sans; 
	font-size: 14px;
	color: #ffffff;
	background: url(img/bg_metrica.jpg) repeat-x #167370;
}
div.mes{
	background: #10afaa;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

div.dias{
	font-size: 22px;
	font-weight: Lucida Sans;
	cursor:pointer;
	text-align: center;
	color: #00000;
}
div.texto{
	font-size: 13px;
	font-weight: Lucida Sans;
	color: #00000;
}

div.menu,div.menu:hover{
	border: 2px solid #4bc3c1;
	padding: 6px 6px 6px 6px;
	font-family: Lucida Sans;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}

div.menu:hover{
	background: #f8fff9;
}

div.cuerpo{
	margin: 1px 0px 20px 0px;
	padding-top: 20px;
	background: url(img/bg_cuerpo.jpg) #ffffff repeat-x;
}
/**********************************/

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #10afaa;
		padding: 10px;
		width: 400px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #ffffff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #10afaa;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #10afaa; }


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

/* */
#lista {
	list-style-image:url(img/vineta.gif);
}
#vineta li {	
	list-style: square;
}

#vineta ul, li {
	list-style-type: square;
	
}

#vineta li {	
	list-style: square;
}

