/* CSS Document */
.Estilo1 {font-size: 11px;
font-weight: bold;
color: #005680;
font-family: verdana; 
}
.Estilo2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}
.Estilo6 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-weight: bold; }
.Estilo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
.Estilo4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.paginado {
font-size: 10px;
font-weight: bold;
color: #003399;
font-family:Verdana;
}
.titulo {
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#007BB7;
text-transform:uppercase;
}
.texto_noticias{
font-family:Verdana; 
font-size:12px;
color:#B1B1B1;
text-transform:uppercase;
}
.errorusuario{
font-family:Verdana;
color:#FF0000;
font-size:10px;
font-weight:bold;
}
.borrar{
font-family:Verdana;
color:#FF0000;
font-size:14px;
font-weight:bold;
}
.mapa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
}
/* pie de pagina*/
.piepagina{
color:#CCCCCC;
font-family:Arial;
font-size:10px;
font-weight:bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000033;
}
/* funciones de help*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
.email_titulo {
	font-family: Arial, verdana;
	font-size: 12px;
	color: #ffffff;
}
/* formularios */
.textomensaje {
background-color:#CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
}
