@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
background-image: url(../images/bkg_sitio.jpg);
background-repeat: repeat-x;
background-position: left top;
}

a, a img{
border: none;
outline: none;
text-decoration: none;
}


tr.bkg_sobra{
background: url(../images/sombra.png) no-repeat center 122px;
}

/* CABECERA*/


tr#cabecera{
width: 1008px;
height: 122px;
background-image: url(../images/fondo_cabecera.jpg);
background-repeat: no-repeat;
background-position: top center;
}


/* SOMBRA BOTONERA */

tr#bkg_flash{
background-image: url(../images/sombra_botonera.jpg);
background-repeat: no-repeat;
background-position:top center;
}

tr#bkg_caluga_1{
width: 300px;
height: 30px;
background-image: url(../images/calugas_bkg_01.jpg);
background-repeat: no-repeat;
background-position:top center;
}

tr#bkg_caluga_2{
width: 300px;
height: 145px;
background-image: url(../images/calugas_bkg_02.jpg);
background-repeat: no-repeat;
background-position:top center;
}

#buscar {
	border:0;
	padding-top:0;
	margin-top: 2px;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

tr#bkg_caluga_int_1{
width: 215px;
height: 30px;
background-image: url(../images/caluga_chica_01.jpg);
background-repeat: no-repeat;
background-position:top center;
}

tr#bkg_caluga_int_2{
width: 215px;
height: 110px;
background-image: url(../images/caluga_chica_02.jpg);
background-repeat: no-repeat;
background-position:top center;
}

/* TXT CALUGAS */

.bkg_titulo_caluga{
/*font-family: "Trebuchet Ms";*/
font-weight: bold;
background: url(../images/bkg_arriba_caluga.jpg) no-repeat center top;
}

span.caluga_txt{
color: #0099CC;
font-size: 14px;
text-align: left;
padding-left: 10px;
}

span.caluga_txt2{
color: #CC0066;
font-size: 14px;
text-align: left;
padding-left: 10px;
}

span.caluga_txt3{
color: #009933;
font-size: 14px;
text-align: left;
padding-left: 10px;
}

.bkg_central_caluga{
background: url(../images/bkg_centro_caluga.jpg) repeat-y top center;
}

.bkg_abajo_caluga{
width: 300px;
height: 10px;
background: url(../images/bkg_abajo_caluga.jpg) no-repeat center top;
}

.txt_caluga_subtitulo{
font-size: 1em;
color: #333;
text-align: left;
}

.txt_caluga_txt_general{
font-size: 11px;
color: #666666;
text-align: left;
padding: 0 5px;
}

.txt_caluga_int_general{
font-size: 0.55em;
color: #666666;
text-align: left;
}

.txt_pie{
font-size: 0.7em;
color: #333;
text-align: center;
}

.txt_caluga_productos_titulo{
font-size: 0.9em;
color: #009999;
text-align: left;
padding-left: 8px;
}

/* BOTONERA PRODUCTOS */

.botonera_productos{
width: 200px;
}

.botonera_productos ul{
list-style: none;
margin: 0;
padding: 0;
}

.botonera_productos ul li{
width: 200px;
padding: 2px 0 2px 30px;
}

.botonera_productos ul li a{
	color: #666666;
	font-size: 0.7em;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/bullet_bot_int.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	width: 185px;
	margin-top: 10px;
}

.botonera_productos ul li a:hover{
color: #0099cc;
font-size: 0.7em;
background-image: url(../images/bullet_bot_int_hover.jpg);
background-position: left center;
background-repeat: no-repeat;
}

.botonera_productos ul li a:selected{
color: #0099cc;
font-size: 0.7em;
background-image: url(../images/bullet_bot_int_hover.jpg);
background-position: left center;
background-repeat: no-repeat;
}

/* CATALOGO */

#bkg_catalogo{
background-color:#e6e6e6;
}

a.bot_catalogo img{
border: 1px solid #999;
filter: alpha(opacity=80); -moz-opacity: .8; KhtmlOpacity: .8; opacity: .8;
}

a:hover.bot_catalogo img{
border: 1px solid #FF9900;
filter: alpha(opacity=100); -moz-opacity: 1; KhtmlOpacity: 1; opacity: 1;
}


/*TXT CATALOGO*/

.titulo_catalogo{
font-size: 1em;
color: #FFFFFF;
padding-left: 10px;
text-align: left;
background-color: #0099cc;
}

.titulo_descripcion_catalogo{
font-size: 1em;
color: #0099cc;
text-align: left;
}

.txt_detalle2_catalogo{
font-size: 0.6em;
color: #222;
text-align: left;
line-height: 1.8em;
font-weight: bold;
}

.txt_detalle_catalogo{
font-size: 0.6em;
color: #222;
text-align: left;
line-height: 1.8em;
font-weight: bold;
}

.txt_general_catalogo{
font-size: 0.6em;
color: #666;
text-align: left;
line-height: 1.8em;
}

.txt_general_destacado_catalogo{
color: #000;
}

.titulo_detalle_catalogo{
font-size: 0.8em;
color: #000;
text-align: left;
line-height: 1.3em;
}

a.volver{
font-size: 0.8em;
color: #FF0000;
text-align: right;
padding-left: 10px;
background-image: url(../images/bullet_rojo_volver.png);
background-position: left center;
background-repeat: no-repeat;
}

a:hover.volver {
font-size: 0.8em;
color: #999;
text-align: right;
background-image: url(../images/bullet_gris_catalogo.png);
background-position: left center;
background-repeat: no-repeat;
}


/* SERVICIO AL CLIENTE */

#contenedor_gral{
width:930px;
height: 330px;
position: relative;
}

#bkg_formulario_servicio{
background-image: url(../images/fondo_formulario.jpg);
background-position: center center;
background-repeat: no-repeat;
}

#buscar {
width: 120px;
height: 16px;
float:left;
background-color: transparent;
margin: 5px 0 0 5px;
padding: 1px;
}

#boton_buscar {
width: 23px;
height: 20px;
float:left;
background-image:url(../images/bt_buscar2.jpg);
margin: -20px 0 0 150px;
}

.txt_gral_servicio{
	width: 400px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 30px;
	color: #FFFFFF;
	text-align: left;
	font-size: 0.70em;
	line-height: 1.3em;
}

.txt_gral_servicio h3{
color: #FFF;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 10px;
}


.cont_form{
width:350px;
overflow: hidden;
margin: auto;
}


.campos{
width: 350px;
overflow: hidden;
position: relative;
}

.campos2{
width: 250px;
overflow: hidden;
position: relative;
float: right;
}

.txt_campos{
width: 95px;
float: left;
font-size: 12px;
padding: 4px 5px 2px 0px;
color: #FFFFFF;
text-align: right;
}

.txt_check{
width: 75px;
float: left;
font-size: 12px;
padding: 4px 5px 2px 0px;
color: #FFFFFF;
text-align: left;
}

.contenedor_campos{
width: 250px;
overflow: hidden;
float: left;
}

.contenedor_campos input{
width: 248px;
border: 1px solid #0066CC;
background: #FFFFFF;
font-size: 11px;
padding: 3px 2px;
color: #666666;
}

.contenedor_campos select.sel1{
width: 250px;
height: 21px;
border: 1px solid #0066CC;
background: #FFFFFF;
}

.contenedor_campos select.sel1 option{
font-size: 11px;
padding: 3px 2px;
color: #666666;
}

.contenedor_campos textarea{
width: 250px;
height: 70px;
border: 1px solid #0066CC;
background: #FFFFFF;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 2px;
}

.boton_enviar{
width: 75px;
height: 25px;
float: right;
}

.sep{
width: 350px;
height: 10px;
}


/* QUIENES SOMOS */

.bkg_quienes_1{
background-image: url(../images/fondo_quienes_01.png);
background-position: right center ;
background-repeat: no-repeat;
width: 524px;
height: 330px;
}

.bkg_quienes_2{
/*background-image: url(../images/fondo_quienes_02.jpg);*/
background-position: left center;
background-repeat: no-repeat;
width: 406px;
height: 330px;
}

.bkg_historia{
background-image: url(../images/bkg_historia.jpg);
background-position: top center;
background-repeat: no-repeat;
width: 930px;
height: 330px;
}

.txt_titulo_quienes{
font-size: 1em;
line-height: 1.2em;
text-align: left;
color: #009900 /*#00cccc*/;
}

.txt_general_quienes{
font-size: 0.7em;
line-height: 1.4em;
text-align: left;
color:#999;
}

p{
padding-bottom: 8px;
}

.destacado_txt{
color: #009900;
}


/***** PRODUCTOS ****/

tr.tit_productos{
background-color:#0099CC;
color:#FFFFFF;
font-size: 16px;
font-weight: bold;
text-align: left;
}

tr.tit_productos td{
padding-left: 5px;
}

table.producto img{
border: #CCCCCC 2px solid;
}

.subtit_txt{
color:#0099CC;
font-size:13px;
text-align: left;
padding: 5px 0;
}

.info_txt{
color:#666;
font-size:10px;
text-align: left;
}

a.siguiente{
background: url(../images/catalogo/siguiente.jpg) no-repeat left center;
display: block;
width:80px;
height: 16px;
float: right; 
}
a:hover.siguiente{
background: url(../images/catalogo/siguiente.jpg) no-repeat right center;
width:80px;
height: 16px;
}

a.anterior{
background: url(../images/catalogo/anterior.jpg) no-repeat left center;
display: block;
width:80px;
height: 16px;
float: right; 
}
a:hover.anterior{
background: url(../images/catalogo/anterior.jpg) no-repeat right center;
width:80px;
height: 16px;
}




.txt_div{
font-size: 12px;
color: #666666;
text-align: left;
padding: 0 5px;
width:190px;
height: 120px;
padding-left:30px;
float:left;
margin-bottom:30px;
}

.txt_div h1{
font-size: 14px;
color:#069;
margin-bottom:10px;

}


.txt_div_250{
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 0 5px;
	width:250px;
	padding-left:30px;
	float:left;
	margin-bottom:30px;
}

.txt_div_250 h1{
font-size: 14px;
color:#069;
margin-bottom:10px;

}


#clr{
	clear:both;	
	}


.menu_bk{
	background-color:#f3f3f3;
	vertical-align:top;
	width:250px;
	}

