@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #43474E;
	list-style-position: outside;
	list-style-image: url(../img/li.png);
	line-height: 1.8em;
}
img{ border:0px}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #EEEEEE;
	background-position: bottom;
}

.flash {
	border: 1px solid;
	margin: 1px 0;
	min-height: 20px;
	padding:3px 10px 3px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.error_nativo {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/default/error.png');
}

.info_nativo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/default/info.png');
}

.valid_nativo {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/default/valid.png');
}
.warning_nativo {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/default/warning.png');
}

.div3201 {
	background-image: url(../img/pointer-div.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fdfdfd;
	padding-bottom: 3px;
}
.div3202 {
	background-image: url(../img/pointer-div.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 3px;
}



#header {
	margin: 0px;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom:20px;
}

#cabecera {
	width: 1000px;
	margin-left: auto;
	padding-top: 0px;
	margin-right: auto;
	overflow: hidden;
}

#logo-img {
	top: 55px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

#slogan {
	height: 80px;
	width: 500px;
	overflow: hidden;
	float: left;
	margin-left: 80px;
	padding-top: 30px;
}

#banner-phone {
	height: 90px;
	width: 251px;
	top: 50px;
	overflow: hidden;
	float: left;
	margin-left: 50px;
	padding-top: 10px;
}

#navegador {
	width: 590px;
	margin-right: auto;
	margin-left: 400px;
	top: 200px;
	z-index: 1500;
	overflow: hidden;
	margin-top: 40px;
}

#container-banner
{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFF;
	padding: 0px 0px 10px 0px;
}
#container-titulo
{
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
   background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  	background-image: url(../img/fond.jpg);
	
}
#fondocentral {
	overflow: hidden;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom:30px;
	width: 100%;
}
#fondocentral-index {
	overflow: hidden;
	background-color: #006588;
	padding: 0px ;
	
}

#container-indexb {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}
#container-index {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#container-paginas {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: justify;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
}


#volver {
	position: absolute;
	top: 150px;
	height: 28px;
	width: 100px;
	margin-left: 890px;
	z-index: 1000;
}


#box-contenido-left {
	width: 320px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

#box-big-left {
	width: 665px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	background-image: url(../img/index.png);
	background-repeat: no-repeat;
	height: 320px;
}
#box-contenido-paginas {
	width: 650px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
	float: left;
}
#sidebar {
	float: right;
	width: 315px;
	overflow: hidden;
	background-image: url(../img/fondo-sidebar.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	margin-bottom: 100px;
	margin-top: 0px;
}



#box-contenido-right {
	width: 310px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	overflow: hidden;
}


/* LINKS */ 

a:link {
	color: #00509F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00509F;
}
a:hover {
	text-decoration: underline;
	color: #006FDD;
}
a:active {
	text-decoration: none;
}

.pie a:link {
	color: #00509F;
	text-decoration: none;
}
.pie a:visited {
	text-decoration: none;
	color: #00509F;
}
.pie a:hover {
	text-decoration: underline;
	color: #006FDD;
}

#consulta-rapida {
	color: #FFF;
	width: 460px;
	float: right;
	padding-top: 0px;
	
	padding-bottom: 10px;
	
	overflow: hidden;
}
#boton1 {
	width: 126px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 31px;
}
.texto-consulta {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
	float: left;
	width: 190px;
	margin-right: 2px;
	
}
.texto-consulta3 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
	float: left;
	width: 190px;
	margin-right: 5px;
	margin-left: 1px;
}
.texto-consulta2 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
	float: right;
	width: 190px;
	margin-right: 5px;
}

.texto-consulta4 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
	float: right;
	width: 190px;
	margin-right: 5px;
	margin-left: 8px;
}

.texto-consultab {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
}

.campo {
	margin-bottom: 3px;
	width: 200px;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 13px;
	color: #666666;
	padding: 5px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 15px;
	background-repeat: repeat-x;
	background-position: left top;
}
.campo-contacto {
	margin-bottom: 3px;
	width: 300px;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 13px;
	color: #666666;
	padding: 8px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 20px;
	background-repeat: repeat-x;
	background-position: left top;
}


.campo-code {
	margin-bottom: 3px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 10px;
	color: #8A995B;
	padding: 3px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 13px;
	background-repeat: repeat-x;
	background-position: left top
}
.campo-codeb {
	margin-bottom: 3px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 10px;
	color: #8A995B;
	padding: 3px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 13px;
	background-repeat: repeat-x;
	background-position: left top
}

.campob {
	margin-bottom: 3px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 10px;
	color: #666666;
	padding: 3px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 13px;
	background-repeat: repeat-x;
	background-position: left top;
}

.campo-comentariosb {
	margin-bottom: 3px;
	width: 200px;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	color: #666666;
	padding: 3px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 80px;
	background-repeat: repeat-x;
	background-position: left top;

}
.campo-comentarios {
	margin-bottom: 3px;
	width: 500px;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	color: #666666;
	padding: 3px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 120px;
	background-repeat: repeat-x;
	background-position: left top;
}

.campo-comentarios-contac {
	margin-bottom: 3px;
	width: 240px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border: thin solid #E1E1E1;
	font-size: 10px;
	color: #666666;
	padding: 3px;
	background-image: url(../img/fondo-consulta.jpg);
	height: 60px;
	background-repeat: repeat-x;
	background-position: left top;
}


.separador-superior {
	background-image: url(../img/separador-superior.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
.separador-medio {
	background-image: url(../img/separador-medio.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.separador-chico {
	background-image: url(../img/separador-medio.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.separador-interior {
	background-image: url(../img/separador-medio.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 430px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.separador-sidebar {
	background-image: url(../img/separador-sidebar.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.imagenes-izquierda {
	background-color: #F3F3F3;
	padding: 10px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
	margin-top: 0px;
}


/* PIE */ 

#pie-index {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	color: #333333;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	overflow: hidden;	
	
}
#subir {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#box-pie-left {
	float: left;
	width: 450px;
	overflow: hidden;
}
#box-pie-right {
	float: right;
	width: 530px;
	overflow: hidden;
}


/* ENCABEZADOS */ 

h1
{
	font-size: 25px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 500;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: normal;
}

h3
{
	font-size: 18px;
	color: #252525;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
	padding-bottom: 5px;
}
h4 {
	font-size: 18px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-bottom: 5px;
}

h5 {
	font-size: 18px;
	color: #2E2E2E;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-bottom: 5px;
}

h6
{
	font-size: 18px;
	color: #006588;
	margin: 0px;
	padding-top: 0px;
	padding-left: 8px;
	text-align: left;
	font-weight: normal;

}

h7 {
	font-size: 14px;
	color: #fe9197;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

h8 {
	font-size: 18px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

/* EFECTOS */ 

a.opacity img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
-khtml-opacity: 0.8;}

a.opacity:hover img {
filter:alpha(opacity=100);

-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }

a.opacity2 img
{
}

a.opacity2:hover img
{
  opacity: 0.6;
}

a.opacity3 img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.opacity3:hover img {
filter:alpha(opacity=100);

-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }



.flotar-izquierda {
	float: left;
	margin-right: 15px;
}
.flotar-derecha {
	float: right;
	margin-left: 15px;
}
#sidebar-box {
	overflow: hidden;
}
#comentarios{
	margin-top:50px;
	overflow: hidden;   
} 

#lista_comentarios{
	float: left;
	width: 620px;
	border: 1px solid #000;
	margin-top: 20px;
	padding: 10px;
	background-color: #F7F7F7;
}
.area_comentario{ float: left;width: 620px; color:#000000}




.div3201 {
	background-image: url(../img/pointer-div.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fdfdfd;
	padding-bottom: 3px;
}
.div3202 {
	background-image: url(../img/pointer-div.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 0px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #39C url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #39C;
}
#truall {
	border-top-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
}
.floatizquierda {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}


.Estilo1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.Estilo16 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4a382f;
}
/* --------------- BOTONES --------------- */

.button, .button:visited { /* botones genéricos */
background: #222 url(http://sites.google.com/site/zavaletaster/Home/overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #FFF;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor:pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}

.button:hover { /* el efecto hover */
background-color: #111
color: #FFF;
}

.button:active{ /* el efecto click */
top: 1px;
}

/* botones pequeños */
.small.button, .small.button:visited {
font-size: 11px ;
}

/* botones medianos */
.button, .button:visited,.medium.button, .medium.button:visited {
font-size: 13px;
font-weight: bold;
line-height: 1;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

/* botones grandes */
.large.button, .large.button:visited {
font-size:14px;
padding: 8px 14px 9px;
}

/* botones extra grandes */
.super.button, .super.button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}

.pink.button { background-color: #E22092; }
.pink.button:hover{ background-color: #C81E82; }

.green.button, .green.button:visited {
	background-color: #006699;
}
.green.button:hover{
	background-color: #0066CC;
}

.red.button, .red.button:visited { background-color: #E62727; }
.red.button:hover{ background-color: #CF2525; }

.orange.button, .orange.button:visited { background-color: #FF5C00; }
.orange.button:hover{ background-color: #D45500; }

.blue.button, .blue.button:visited { background-color: #2981E4; }
.blue.button:hover{ background-color: #2575CF; }

.yellow.button, .yellow.button:visited { background-color: #FFB515; }
.yellow.button:hover{ background-color: #FC9200; }

#container-empresa
{
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #cccccc;
  height: 250px;
 	background-image: url(../img/conta.jpg);
  background-repeat: repeat-x;
}

#conta-emp {
	width: 590px;
	height: 250px;
	float: right;
	margin-top: 15px;
}


#conta-tex {
	width: 350px;
	height: 250px;
	float: left;
	margin-top: 15px;
}
#container-conte {
	width: 1000px;
	overflow: hidden;
	height: 250px;
	
	margin-right: auto;
	margin-left: auto;	
}





#container-map
{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #cccccc;
	height: 280px;
	background-image: url(../img/fondo-map.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#conta-1 {
	width: 590px;
	height: 250px;
	float: right;
	margin-top: 15px;
}


#conta-2 {
	width: 350px;
	height: 250px;
	float: left;
	margin-top: 15px;
}
#container-mapa {
	width: 1000px;
	overflow: hidden;
	height: 250px;
	
	margin-right: auto;
	margin-left: auto;	
}
.titulos {
	background-color: #006588;
	overflow: hidden;
	padding: 10px 0px 25px 0px;
	margin-bottom:20px;
	
}
.titulos-cont {
	width: 990px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
/*FORMULARIO DE CONTACTO*/
label {
    display:block;
    margin-top:15px;
