body {
SCROLLBAR-FACE-COLOR: #FFDD8C; 
SCROLLBAR-HIGHLIGHT-COLOR: #EFEFEF; 
SCROLLBAR-SHADOW-COLOR: #EFEFEF; 
SCROLLBAR-3DLIGHT-COLOR: #FFF9D7; 
SCROLLBAR-ARROW-COLOR: #663300; 
SCROLLBAR-TRACK-COLOR: #FFF9D7; 
SCROLLBAR-DARKSHADOW-COLOR: #EFEFEF;
}
.txtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.txtnegro10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.txtnegro10:hover {
	color: #666666;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
	border: 1px solid #ABE1FA;
	background-color: #FFFFFF;
}
.txttextos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.txtblanco9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
.txtblanco9:hover {
	color: #cccccc;
}
.borde2pxblabco_lados {
	text-decoration: none;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
.borde3px_cian {

	text-decoration: none;
	border: 3px solid #0066CC;
}
.txtnegro12 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txtnegro12:hover {
	color: #0066CC;
}

txtnegro-sd {

	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 50px;
	color: #000000;
	text-decoration: none;
	
	}
.txtgris {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
.txtgris:hover {
	color: #660000;
	
		}
.txttitulo {
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	color: #660000;
	text-decoration: none;
	font-weight: none;
	
		}
.txttitulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E7E7E7;
	text-decoration: none;
	font-weight: bold;

}
.txttitulo2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;

}
.custom_btn {
    display: inline-flex;
    z-index: 1;
    position: fixed;
	bottom: 35px;
	left: 60px;
    padding: 0px 35px;
    font-size: 15px;
    font-weight: 600;
    height: 60px;
	width: 130px;
    line-height: 1;
    color: #ffffff;
    align-items: center;
    letter-spacing: 0.5px;
    justify-content: center;
	background-color: #4e97fd;
	cursor: pointer;
	font-family: "Oswald", sans-serif;

}