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

#hedder{
	width:900px;
	height:125px;
	margin:0px auto 0px auto;
	

}

#pleca_superior{
	width:900px;
	height:36px;
	background-image:url(../imagenes/banner_numeros.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #9e9e9e; /* Old browsers */
	padding-top:00px;
}

#pleca_superior p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
}

#chat_linea{
	width:179px;
	height:26px;
	float:right;
	
}

#pleca_inferior{
	width:900px;
	height:89px;
	background-image:url(../imagenes/background_pleca.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}

#contenedor_subotones{
	width: 230px;
	height: 26px;
	position: absolute;
	bottom: 00px;
	right: 00px;
}

#subotones{
	margin:0px;
	padding:0px;
}

#subotones li{
	list-style:none;
	display:block;
	float:left;
	height:21px;
	padding-top:5px;
	margin-right:5px;
	background-color:#333;
	border-radius:3px 3px 0px 0px;
}

#subotones li:hover{
	background-color:#56c8f3;
}

#subotones li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 15px 3px 15px;
	color:#FFFFFF;
	text-decoration:none;
}

#esp{background-image:url(../imagenes/mex.png)}
#ing{background-image:url(../imagenes/usa.png)}


#menu{
	width:600px;
	height:33px;
	margin:0px auto 0px auto;
	padding:0px 150px 0px 150px;
	background:#54e2f9;
	background:-moz-linear-gradient(top, #54e2f9 0%, #00bef5 37%, #00cbf8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54e2f9), color-stop(37%,#00bef5), color-stop(100%,#00cbf8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54e2f9 0%,#00bef5 37%,#00cbf8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54e2f9 0%,#00bef5 37%,#00cbf8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #54e2f9 0%,#00bef5 37%,#00cbf8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #54e2f9 0%,#00bef5 37%,#00cbf8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54e2f9', endColorstr='#00cbf8',GradientType=0 ); /* IE6-9 */
}

#nav{
	margin:0px;
	padding:0px;
}

#nav li{
	list-style:none;
	display:block;
	float:left;
	padding-top:6px;
	height:27px;
}

#nav li:hover{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #444444 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#nav li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px 15px 0px 15px;
	color:#FFFFFF;
	text-decoration:none;
}


#inicio_btn, #conozcanos_btn, #servicios_btn, #productos_btn, #contacto_btn{
	border-right:solid 1px #61d6f4;
	border-left:solid 1px #00ade1;
	
}

#contenedor_productos{
	width:750px;
	height:105px;
	padding-left:150px;
	margin:0px auto 0px auto;
	background-color:#f3f3f3;
	display:none;
}

.secciones{
	width:auto;
	max-width:300px;
	height:105px;
	float:left;
	margin-right:15px;
}

#productos{
	padding-left:20px;
}

#productos li{list-style:square; margin-bottom:8px;}

#productos li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

#productos li a:hover{color:#56c8f3;}


#pie_pagina{
	width:855px;
	height:30px;
	margin:0px auto 0px auto;
	text-align:center;
}

#pie_pagina p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#444;
}
