body { 
	scrollbar-face-color: #F4F5F8; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #186F9B; 
	scrollbar-3dlight-color: #AADBFB; 
	scrollbar-darkshadow-color: #1F4B70; 
	scrollbar-track-color: #F4F5F8; 
	scrollbar-arrow-color: #04589E; 
	}
a {text-decoration:underline;}
a:hover {text-decoration:none;}
.campo_contactenos
{
	font-family: tahoma;
	font-size: 9pt;
	border: 1px solid #000000;
	color: #000000;
	background-color: #eeeeee;
}
.boton_off
{
	font-family: Tahoma;
	font-size: 10pt;
	border: 1px solid #000099;
	background-color: #ffffff;
	width: 20%;
	height: 25px;
	cursor: default;
}
.boton_on
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	border: 1px outset #000000;
	background-color: #eeeeee;
	width: 20%;
	height: 25px;
	cursor: hand;
}
.back_productos
	{background-color: #9ECCCD;}
.back_productos2
	{background-color: #F7FEFF;}

.txt_header1 {
font-size: 9pt; font-family: arial; color: #FFFFFF;
}
.txt_header2 {
font-size: 9pt; font-family: arial; color: #C7C8CA;
}

.txt_footer1 {
font-size: 8pt; font-family: tahoma; color: #04589E;
}
.txt_footer2 {
font-size: 8pt; font-family: tahoma; color: #000000;
}
.A.txt_footer2:hover {
font-size: 8pt; font-family: tahoma; color: #000000; text-decoration:none;
}

.txt {
	COLOR: #000066;
	FONT-FAMILY: tahoma;
	FONT-SIZE: 10pt;
	line-height: 18px;
}
.txt1 {
	COLOR: #000066; 
	FONT-FAMILY: tahoma; 
	FONT-SIZE: 11pt;
	line-height: 21px;
}
.txt2 {
	COLOR: #000000; 
	FONT-FAMILY: arial; 
	FONT-SIZE: 8pt;
	line-height: 15px;
}
.txt_contacto-tit {
	COLOR: #025A84;	FONT-FAMILY: tahoma; FONT-SIZE: 14px; line-height: 12px; font-weight: bold;}
.txt_contacto {
	COLOR: #025A84; FONT-FAMILY: tahoma; FONT-SIZE: 11px; line-height: 12px;padding:3px 0 3px 10px}
.txt_contacto a{
	COLOR: #025A84;}
.txt_quehacemos1 {
	COLOR: #00496D;
	FONT-FAMILY: tahoma;
	FONT-SIZE: 9pt;
	line-height: 12px;
	font-weight: bold;
}
.txt_quehacemos2 {
	COLOR: #176F9B; FONT-FAMILY: tahoma; FONT-SIZE: 8pt; line-height: 12px;}
.txthome {
	COLOR: #000066; 
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt;
	line-height: 15px;
}
.txt-izq {
	COLOR: #FF5C01; 
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt;
	line-height: 18px;
}
.txt-cont {
	COLOR: #000000; 
	FONT-FAMILY: arial; 
	FONT-SIZE: 9pt;
	line-height: 18px;
}


/* Easy Slider */
#slider {margin:0; position:relative; top:5px;}
#slider ul, #slider li {margin:0;padding:0;list-style:none;}
#slider{float:left;margin:0;padding:0;list-style:none;}
#slider li { 
	/* 	define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here		*/
	width:723px;
	height:220px;
	overflow:hidden; 
	}	

/* numeric controls */	
ol#controls{ width:723px;margin:0;padding:10px 0;background:#FFF; opacity:0.5; position:relative; top:-66px;float:left; text-align:right;}
ol#controls li {margin:0 0 0 15px; padding:0;float:left;list-style:none;height:28px;line-height:28px; opacity:1;}
ol#controls li a {float:left;height:25px;line-height:25px;border:3px solid #3f476a;background:#FFF;color:#3f476a;padding:0 10px;text-decoration:none; font-weight:bold;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}

ol#controls li.current a{background:#3f476a;color:#fff; font-weight:bold;border:3px solid #FFF;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */