@charset "utf-8";
/* CSS Document */

.texto1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999;
}

.mes{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #999;
}

.a2:link {
	color: #066f9e;
	text-decoration: none;
}
.a2:visited {
	text-decoration: none;
	color: #066f9e;
}
.a2:hover {
	text-decoration: underline;
	color: #666;
}
.a2:active {
	text-decoration: none;
	color: #0066FF;
}

.texto2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color:#999;
}

#dhtml {
position: absolute;
left: -100px;
width: 160px;
padding: 1px;
background-image: url(img/fond.gif);
visibility: hidden;
}

.texto_blanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#FFF;
}

.pie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#FFF;
}
.a3:link {
	color: #FFF;
	text-decoration: none;
}
.a3:visited {
	text-decoration: none;
	color: #FFF;
}
.a3:hover {
	text-decoration: underline;
	color: #FFF;
}
.a3:active {
	text-decoration: none;
	color: #FFF;
}
.check{
	width:200px;
	padding:1px;
	border: 1px solid #D4D4D4;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #ccc;
	color: #000000;
}
.check2{
	width:100px;
	
	padding:1px;
	border: 1px solid #D4D4D4;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #ccc;
	color: #000000;
}