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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'Conv_Regular';
	src: url('fonts/Regular.eot');
	src: local('☺'), url('fonts/Regular.woff') format('woff'), url('fonts/Regular.ttf') format('truetype'), url('fonts/Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background:url(images/bkg.jpg) repeat-x;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:'Conv_Regular', Sans-Serif;
	font-size:12px;
}
a {
	color: #868789;
	text-decoration:none;
}
/*a:hover {
	text-decoration:underline;
}*/
img a {
	border:none;
}
#main {
	margin:20px auto;
	width:750px;
	height:900px;
}
#main header {
	height:500px;
	width:100%;
}
#main header#content {
	height:420px;
}
#main header nav {
	height:190px;
	width:100%;
	padding:10px 0 0 0;
}
#main header nav #logo, .men, article {
	float:left;
	margin:0;
	padding:0;
}
#main header nav #logo {
	padding:15px 33px;
}
#main header nav ul.men {
	width:274px;
	font-size:14px;
	list-style:none;
	margin:25px 0 0 0;
}
#main header nav ul.men a.current {
	color:#FFF;
}
#main header nav ul.men span {
	color:#FDE300;
}
#main header nav ul.left {
	text-align:right;
}
#main header nav ul.men li {
	height:35px;
}
#main header nav ul.men a {
	text-decoration:none;
	display:block;
	color: #FDE300;
	height:20px;
	border-bottom:#b8ab39 1px solid;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
#main header nav ul.men a:hover {
	color:#FFF;
}
#main header #banner {
	height:290px;
	width:100%;
	position:relative;
}
#main header #banner #cartel {
	width:363px;
	height:127px;
	position:absolute;
	right:1px;
	top:80px;
	z-index:10;
}
#main section {
	float:left;
	margin:12px 0 0 0;
	min-height:330px;
}
#main .espacio {
	height:70px;
}
#main section article.empresa {
	width:300px;
	height:250px;
	margin-right:30px;
}
#main section article.flota {
	width:420px;
	height:250px;
}
#main section article.flota img {
	float:left;
	margin:0;
	padding:0;
}
#main section article.flota img.first {
	margin-right:20px;
}
#main section article.flota a {
	display: block;
	width: 70px;
	margin: 10px 0 0 350px;
	background: url(images/mas.png) no-repeat right 0;
}
#main section h1 {
	/*	font-family:Arial,Sans-Serif;*/
	font-size:14px;
	color:#FFF;
	height:20px;
	background: #7e7c7e;
	background: rgba(126, 124, 126, 0.75);
	padding:9px 0 0 10px;
	margin:0 0 10px 0;
}
#main section h1.video_link {
	display:block;
	background:none;
	margin-top: 20px;
	text-align: right;
}
#main section h1.video_link a {
	font-size:12px;
	width: 290px;
	padding-right:20px;
	background: url(images/mas.png) no-repeat right bottom;
}
#main section h1 span {
	color:#FDE300;
	font-weight:bold;
}
#main section article p {
	color:#5B5A5E;
	text-align:justify;
	line-height:15px;
}
#main section div {
	border-bottom:1px #bab9bd solid;
	clear:both;
	margin:15px 0;
}
#main .servicios {
	width:330px;
	height:55px;
}
#main .servicios ul li {
	position:relative;
}
#main .servicios ul a {
	display:block;
	width:55px;
	height:55px;
	float:left;
	margin:0 27px 0 0;
	background:#7e7c7e;
	background: rgba(126, 124, 126, 0.7);
	-webkit-transition:background 0.2s ease-in;
	-moz-transition:background 0.2s ease-in;
	-o-transition:background 0.2s ease-in;
	transition:background 0.2s ease-in;
}
#main .servicios ul a:hover {
	background: #0057A5;
	background: rgba(0, 87, 165, 0.75);
}
#main section article.txt_nos {
	color:#5B5A5E;
	width:420px;
	font-size:11px;
	padding:15px 0 0 0;
	line-height:16px;
}
#main section article.art_izq, article.art_der {
	width:360px;
	height:250px;
	font-size:12px;
}
#main section article.art_izq {
	margin-right:30px;
}
#main section article.gris {
	background: #D5D5D4;
	background: rgba(213, 213, 212, 0.5);
}
#main section article.art_izq p, article.art_der p {
	padding:0 15px;
}
#main section article p span.bold {
	font-weight:bold;
}
#main section ul.lista {
	padding:0 15px;
	color: #5B5A5E;
}
#main section ul.lista li {
	padding:5px 0 3px 12px;
	background:url(images/list.png) no-repeat 0 8px;
	line-height:16px;
}
ul#galeria li {
	float:left;
	margin:15px 11px 15px 0;
}
ul#galeria li:last-child {
	margin-right:0;
}
/*FOOT*/
#main footer {
	height:120px;
	color:#5B5B5D;
	text-align:center;
}
#main footer #info {
	height:50px;
	background:#FEE300;
	padding-top:20px;
	line-height:17px;
}
#main footer #info span {
	display:block;
}
#main footer .colores {
	background:url(images/colores.jpg) no-repeat;
	height:9px;
}
#main footer .derechos {
	color:#88868B;
	font-size:11px;
	padding-top:15px;
}
.clear {
	clear:both;
}
table.contacto td {
	height:25px;
	font-size:12px;
	padding:8px 0 0 0;
	color:#5B5B5D;
}
table.contacto label {
	display:block;
}
table.contacto input[type="text"] {
	width:290px;
	background:#E7E7E7;
	border:0;
	height:25px;
	color:#5B5B5D;
	padding-left:5px;
}
table.contacto input.btn {
	background:#D4D4D4;
	font-size:12px;
	border:0;
	height:25px;
	color:#5B5B5D;
	cursor:pointer;
}
#result {
	display:none;
	font-size:15px;
	color:#ee9320;
	margin:0 !important;
	border:0 !important;
}
.botones-index {
	height:53px;
	width:153px;
	position: absolute;
	display:none;
}
#btn-combustible {
	background:url(images/btn-combustible.png);
	top: -60px;
	left: -50px;
}
#btn-agua-potable {
	background:url(images/btn-agua-potable.png);
	top: -60px;
	left: 35px;
}
#btn-tratamiento-aguas {
	background:url(images/btn-aguas-servidas.png);
	top: -60px;
	left: 115px;
}
#btn-transportes {
	background:url(images/btn-transportes.png);
	top: -60px;
	left: 195px;
}
.rollover {
	background: url(images/galeria-mas.png) center center no-repeat;
	height: 100%;
	left:0;
	position: absolute;
	top:0;
	width: 100%;
	z-index: 10;
}
.conboton {
	position:relative;
	display:block;
}
.arroba {
	font-family:Arial, Helvetica, sans-serif !important;
	display:inline !important;
}
