A:link, A:visited { text-decoration:none;color:#FFFF66;;text-align:center;font-weight:bold}
A:hover {text-decoration:underline;color:#663300;font-weight:bold }

.textos {
	font-size: 12px;
	font-family: Arial;
	color:#663300;
	text-align:justify;
}
 .textos2 {
	font-size: 12px;
	font-family: Arial;
	color:#663300;
	font-weight:bold;
	text-align:justify;
}

.TxtBox {
	font-size:10px;
}

.otroservicios {
	font-size: 10px;
	font-family: Arial;
	font-weight:bold;
}

img.derecha {
	float: right;
	margin: 0 0 20px 20px;
	display: block
	}


body {
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #FF9900; 
	scrollbar-dark-shadow-color: #000000; 
	scrollbar-track-color: #EA8C00; 
	scrollbar-face-color: #FF9900; 
	scrollbar-shadow-color: #F8CA1D; 
	scrollbar-highlight-color: #ffffff;
	margin: 0px 0px 10px 17px;
	padding: 0px 0px 0px 0px;
}

.boton {
	border-top:1px #FF7A01 solid;
	border-bottom:1px #FF7A01 solid;
	border-right:1px #FF7A01 solid;
	border-left:1px #FF7A01 solid;
    background-color:#FEED01;
	border-style: groove;
	color:#000000;
	font-size:9pt;
	font-family:Arial;
	font-weight:bold;
}

.direccion{
	font-size:10pt;
	text-align:right;
	color:#5C5015;
	font-family:verdana,arial;
}

.label{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}

/*--------------------------------*/
/*-----ESTILOS TRANSPARENCIAS---- */
/*--------------------------------*/

#container
{
	background-color:#FFFFFF;
	z-index: 1;
	position:absolute;
	width:360px;
	height:315px;
	top:27%; 
	left:22%;
	display:none;
}

#formulario
{
	position:absolute;
	border:1px solid;
	z-index:1;
	display:none;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	top:0%;
	left:0%;
}

#mensaje
{
	position:absolute;
	border:1px solid;
	z-index:1;
	display:none;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	top:0%;
	left:0%;
}