body
{
    font-family: Verdana;
    background-color: white;
    text-align: justify;
}
#descargar_pdf
{
}

a.descargar_pdf
{
   text-decoration: none;
   font-style: italic; 
   font-weight:bold;
   font-size:small;
   color:Black;
   
}
a.descargar_pdf:hover
{
    color:Red;
    font-family:Verdana;
      
}
.titulo_seccion
{
    font-weight: bold;
    color: #006633;
    font-family: Verdana;
}
.mensaje_error
{
    font-weight: bold;
    font-size:small;
}
.resultadoForm
{
	font-weight: bold;
	font-style: italic;
}
.texto_seccion
{
    FONT-FAMILY: Verdana;
}
.pie_foto
{
    font-family: Verdana;
    font-size: small;
    font-style: italic;
}
.maptem
{
    font-family: Arial Rounded MT Bold;
    color: #000080;
}

#link
{
}

#linkMenuImgEjemplos
{
}


a.linkMenuImgEjemplos
{
    
    background: url(resources/images/ejemplos_normal.gif);
    font-weight: bold;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-decoration:none;
    color:Black;
}

a.linkMenuImgEjemplos:hover
{
    background: url(resources/images/aspnet20.gif);
    font-weight: bold;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-decoration:none;
    color:Black;
}
a.link
{
    text-decoration: none;
    color: #006633;
    font-style: italic;
    font-weight:bold;
}

a.link:hover
{
    color:Red;
    font-family:Verdana;
    font-weight:bold;  
}
#menu
{
}
a.menu
{
	background-color: transparent;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a.menu:hover
{
	color:Red;
	font-weight:bold;
	font-family:Verdana;
}
.pie
{
	text-align:center;
	color:Gray;
	font-family:Verdana;
	font-size:small;
}
#email
{
}
a.email
{
	text-decoration: none;
	color: #006633;
	font-weight:bold;
}
a.email:hover
{
	color:Red;
}