/* CSS Document */

.bordesolido{
border-style: solid;
border-width: 1px;
border-color: #808080;
background-color: FFFFFF;
}
.direccion{
font-family: verdana, arial;
font-size: 8pt;
color: FFFFFF;
} 
.enlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3F5165;
}
A {text-decoration: none}
a.enlace:active  { }a.enlace:active  { color: #3F5165; text-decoration: none} 
a.enlace:link, a.enlace:visited{ color: #3F5165; text-decoration: none; text-align: left}
a.enlace:hover { color: #83A4C8; text-decoration: none; text-align: left}

.punteado{
border-style: dotted;
border-width: 1px;
border-color: #3F5165;
background-color: #FFFFFF;
font-family: verdana, arial;
font-size: 10pt;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCFF;
}
A {text-decoration: none}
a.email:active  { }a.email:active  { color: #CCCCFF; text-decoration: none} 
a.email:link, a.email:visited{ color: #CCCCFF; text-decoration: none; text-align: left}
a.email:hover { color: #FFFFFF; text-decoration: none; text-align: left}

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C5976;
	text-align: justify;

}
#enlace2 {
	font: bold 11px Arial, Helvetica, sans-serif;
}

#enlace2 a {
	text-decoration: none;
	color: White;
	text-align: center;
	background: #56BBFE;
	width: 150px;
	height: 25px;
	display: block;
	padding-top: 7px;
}

#enlace2 a:hover {
	color: White;
	background: #3d556e;
}

#enlace3 {
	font: bold 11px Arial, Helvetica, sans-serif;
}

#enlace3 a {
	text-decoration: none;
	color: White;
	text-align: center;
	background: #56BBFE;
	width: 80px;
	height: 17px;
	display: block;
	padding-top: 1px;
}

#enlace3 a:hover {
	color: White;
	background: #3d556e;
}
