.atencionazul {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0084fd;
	text-decoration: none;
}

.atenciongris {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
	letter-spacing: 2px;
}

.pie {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4f4f4f;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a9a9a9;
	text-decoration: none;
}
.letracapital {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0084fd;
	text-decoration: none;
	font-weight: bold;
}
a:hover.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	background-color:#0084fd;
	text-decoration: none;
	font-weight: bold;
}
.bordeblanco {
	border: 4px solid #FFFFFF;
}
.bordeazul {

	border: 4px solid #0084fd;
}
.piegrisosc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}.bordegris {


	border: 1px solid #666666;
}
#capa {
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #cccccc; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #cccccc;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF; 
    scrollbar-arrow-color: #cccccc;
    width:100%; 
    height:140px; 
    overflow:auto; 

}