html{

}

body{
	background: #0a0809; /* Old browsers */
	background: -moz-linear-gradient(top,  #0a0809 0%, #0a0e0a 41%, #ffffff 41%, #ffffff 86%, #ff9999 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a0809), color-stop(41%,#0sa0e0a), color-stop(41%,#ffffff), color-stop(86%,#ffffff), color-stop(87%,#ff9999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a0809 0%,#0a0e0a 41%,#ffffff 41%,#ffffff 86%,#ff9999 86%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a0809 0%,#0a0e0a 41%,#ffffff 41%,#ffffff 86%,#ff9999 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a0809 0%,#0a0e0a 41%,#ffffff 41%,#ffffff 86%,#ff9999 87%); /* IE10+ */
	background: linear-gradient(to bottom,  #0a0809 0%,#0a0e0a 41%,#ffffff 41%,#ffffff 86%,#ff9999 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0809', endColorstr='#ff9999',GradientType=0 ); /* IE6-9 */

/*	background: url(../images/fondo.png) repeat-x;*/
	font-family: helvetica, arial, sans-serif;
}

h2{
	font-size: 12px;	
}

#contenedor{
	text-align: left;
	margin: auto;
	width: 830px;
}

#encabezado{
	padding: 10px 0;
	position: relative;
	height: 110px;
	overflow: hidden;
}

#encabezado #distrib{
	position: absolute;
	color: #e6e6e6;
	left: 270px;
	bottom: 12px;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 0px #8f3232, 3px 3px 3px #a20000;
}

#encabezado img{
	max-width: 267px;
	max-height: auto;
}

#encabezado #social{
    float: right;
    margin-top: -25px;
	height: 60px;
	overflow: hidden;
}

#encabezado #social a{
	text-decoration: none;
}

#encabezado #datos{
	position: absolute;
	right: 5px;
	bottom: 20px;
	color: #e6e6e6;
	background: url(../images/phone5.png) 5% 10% no-repeat;
}

#encabezado h1{
	font: "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	padding-left: 45px;
	padding-top: 3px;
}

#encabezado span{
	position: relative;
	top: 5px;
	text-align:right;
	font-size: 11px;
	padding-left: 45px;
	display: block;
}

#contenido div{
	overflow: hidden;
}

#tier2 #sucursal, #tier4 #sucursal, #tier1 div#publicidad, #tier3, #tier4 div#servicios, #tier4 div#mensajes, #tier1 #clientes, #tier2 #ultimo, #tier4 #ultimo{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0 12px;
	-webkit-box-shadow: 0 6px 5px -5px black;
	-moz-box-shadow: 0 6px 5px -5px black;
	box-shadow: 0 6px 5px -5px black;
}

#tier2 #sucursal, #tier4 #sucursal, #tier3, #tier4 div#servicios, #tier4 div#mensajes{
	border: 1px solid #ababab;
	margin-bottom: 20px;
}

#tier1 div#publicidad{
	border: 1px solid #302b2e;
	height: 250px;
	width: 608px;
	float: left;
	padding: 0;
	margin-right: 30px;
}

#tier1 #publicidad {
    position: relative;
}

#tier1 #publicidad img{
    max-width: 612px; 
	max-height: auto;
}

#tier1 #publicidad h2 {
	border-radius: 0 7px 7px 0;
    left: 385px;
    top: 8px;
    position: absolute;
    background: 0 0 rgba(0, 0, 0, 0.5);
    width: 200px;
	height: 220px;
    padding: 8px;
	text-align: justify;
}

#tier1 #publicidad h2 span {
    color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-shadow: #000 1px 1px 1px;
}

#tier1 #clientes, #tier2 #ultimo, #tier4 #ultimo{
	border: 1px solid #302b2e;
	background: #000;
	background: -moz-linear-gradient(#302b2e 35%, #000 85%)  !important; /* Firefox */
	background: -webkit-linear-gradient(#302b2e 35%, #000 85%); 
}

#contenido #tier1{
	height: 275	px;
	margin-bottom: 18px;
}

#contenido #tier1 #clientes{
	height: 250px;
	width: 183px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#clientes h1{
	font:"Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #e6e6e6;
	line-height: 17px; 
	margin: 8px;
	padding-top: 10px;
	background: url(../images/clientes1.png) no-repeat 100% 40%    ;
}

#clientes img{
	padding-top: 6px;
	padding-left: 4px;
}

#clientes div{
	border: none;
}

.login{
    margin: 25px 8px;
	color: #e6e6e6;
}

.login label{
    display: block;
}

.login div{
	font-size: 11px;
    margin-bottom: 12px;
}

.login input[type='text'], .login input[type='password'],  .contacto textarea, .contacto input[type='text']{
	font-size: 12px;
	background-color: #fff;
    padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}

.login input[type='text'], .login input[type='password'], .contacto textarea{
    width: 156px;
    border: none;
    margin: 5px 0;
}

.contacto input[type='text']{
    width: 270px;
    border: 1px solid #bfbfbf;
    margin: 0 0 8px 8px;
}

.login input[type='text']:focus, .login input[type='password']:focus, .contacto input[type='text']:focus{
	background-color: #e6e6e6;
    outline: none;
	box-shadow: inset -2px 2px 1px #666;
}

.login input[type='submit'], .contacto input[type='submit'], .contacto input[type='reset']{
	font-size: 11px;
	float: right;
    padding: 5px 35px 5px 5px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.login input[type='submit'], .contacto input[type='submit']{
	border: 1px solid #780303;
    color: white;
    background: #f00;
	background: url(../images/flecha1.png) no-repeat right center, -moz-linear-gradient(45deg, #f00 60%, #f66 85%)  !important; /* Firefox */
	background: url(../images/flecha1.png) no-repeat right center, -webkit-linear-gradient(45deg, #f00 60%, #f66 85%); /* Chrome, Opera*/
}

.login input[type='submit']:hover, .contacto input[type='submit']:hover{
    background: #ea0000;
	background: url(../images/flecha1.png) no-repeat right center, -moz-linear-gradient(45deg, #f66 15%, #f00 40%)  !important; /* Firefox */
	background: url(../images/flecha1.png) no-repeat right center, -webkit-linear-gradient(45deg, #f66 15%, #f00 40%); /* Chrome, Opera*/
	
}

.login input[type='submit']:active, .contacto input[type='submit']:active{
    background: #42f51d;
	background: url(../images/flecha1.png) no-repeat right center, -moz-linear-gradient(45deg, #f66 60%, #f00 85%)  !important; /* Firefox */
	background: url(../images/flecha1.png) no-repeat right center, -webkit-linear-gradient(45deg, #f66 60%, #f00 85%); /* Chrome, Opera*/
	box-shadow: inset -2px 2px 1px #300;
	text-shadow: #030 -2px 2px 1px;
}

.login input[type='submit']{
	margin-top: 10px;
}

#clientes #incorrecto{
	margin-left:10px;
	position: absolute;
	width: 80px;
	height: 50px;
	background: #666;
	top: 230px;
}

#contenido #tier1 img{
	float: left;
	margin-right: 10px;
}

#tier1 img#imagepubl{
	width: 608px;
}

#contenido #tier2, #contenido #tier4{
	text-align: center;
	font-size: 15px;
}

#tier2 h1, #tier4 h1{
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;
}

#tier2 div#ultimo h1, #tier4 div#ultimo h1{
	background: url(../images/globo1.png) no-repeat 95% 40%;
	color: #fff;
	padding: 7px 8px;
}

#contenido #tier2 div, #contenido #tier4 div{
	float: left;
	width: 183px;
	height: 250px;
	padding: 0;
}

#contenido #tier2 div#sucursal, #contenido #tier4 div#sucursal{
	margin-right: 28px;
	background-color: #e6e6e6;
}

#contenido #tier2 img, #contenido #tier4 img{
	max-width: 183px;
	max-height: auto;
}

#contenido #tier2 div#ultimo, #contenido #tier4 div#ultimo{
	margin-right: 0;
}

#contenido #tier2 ul, #contenido #tier4 ul{
	text-align: left;
	margin-top: 7px;
	padding-left: 13px;
	line-height: 16px;
	list-style: none;
	font-size: 11px;
}

#contenido #tier2 li, #contenido #tier4 li{
	padding-left: 20px;
	background: url("../images/phone2.png") no-repeat left top;
}

#contenido #tier2 li small, #contenido #tier4 li small{
	color: #666;
	font-size: 10px;
}

#tier2 #sucursal li.mapa, #tier4 #sucursal li.mapa{
	margin-top: -6px;
	background: url("../images/mapa.png") no-repeat left center;
}

#tier2 #sucursal a, #tier4 #sucursal a{
	text-decoration: none;
}

#contenido #tier3{
	width: 798px;
	height: 54px;
	background-color: #e6e6e6;
	overflow: hidden;
}

#contenido #tier3 img{
	max-width: auto; 
	max-height: 47px;
}

.bloque-imagenes{
	width: 2900px;
	padding-top: 3px;
}

.bloque-imagenes li{
	list-style: none;
	padding: 0 8px;
	display: inline;
	float: left;
}

.bloque-imagenes li img{
	border: 1px #e6e6e6 solid;
}

.bloque-imagenes a:hover img{
	border: 1px #fff solid;
}

#contenido #tier4{
	position: relative;
}

#contenido #tier4 div{
	float: left;
	padding: 0;
}

#tier4 p{
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

#tier4 #servicios p{
	padding: 10px;
}

#tier4 h1{
	font-size: 19px;
	color: #000;
	padding: 5px 9px;
}

#contenido #tier4 div#servicios, #contenido #tier4 div#mensajes{
	width: 306px;
	height: 247px;
	margin-right: 13px;
	background-color: #e6e6e6;
}

#tier4 div#servicios h1{
	background: url(../images/servicios1.png) no-repeat 95% 20%;
}

#tier4 div#servicios div{
	padding: 0 5px;
	font-size: 11px;
	line-height: 23px;
	border: none;
	float: left;
	width: 45%;	
	margin-right: 1%;
}

#tier4 div#servicios li{
	background: url(../images/bullet_icon.gif) no-repeat left;
	padding-left: 15px;
}

#tier4 div#mensajes h1{
	background: url(../images/mensajes1.png) no-repeat 95% 20%;
}

#tier4 div#mensajes div{
	border: none;
}

#tier4 div#mensajes div #datos{
	width: 290px;
	height: 30px;
	text-align:left;
}

#tier4 div#mensajes .contacto{
	overflow: hidden;
	background: #e6e6e6;
	width: 300px;
	margin: 0 5px;
}

#tier4 div#mensajes #mensaje{
	background: #fff;
	width: 280px;
	height: 135px;
	margin-left: 8px;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#tier4 div#mensajes .textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: hidden;
	padding-left: 3px;
	width: 273px;
	height: 85px;
	margin: 0 3px;
	border: none;
	resize: none;
}

#tier4 #mensajes .botones{
	float: right;
	background-color: #fff;
	padding: 6px;
}

.contacto input[type='reset']{
	margin-right: 8px;
	border: 1px solid #bfbfbf;
    color: #000;
    background: #e6e6e6;
	background: url(../images/cruz1.png) no-repeat right center, -moz-linear-gradient(45deg, #bfbfbf 60%, #e6e6e6 85%)  !important; 
	background: url(../images/cruz1.png) no-repeat right center, -webkit-linear-gradient(45deg, #bfbfbf 60%, #e6e6e6 85%); 
}

.contacto input[type='reset']:hover{
    background: #c2c2c2;
	background: url(../images/cruz1.png) no-repeat right center, -moz-linear-gradient(45deg, #e6e6e6 15%, #bfbfbf 40%)  !important; 
	background: url(../images/cruz1.png) no-repeat right center, -webkit-linear-gradient(45deg, #e6e6e6 15%, #bfbfbf 40%); 
}

.contacto input[type='reset']:active{
    background: #d9d9d9;
	background: url(../images/cruz1.png) no-repeat right center, -moz-linear-gradient(45deg, #e6e6e6 60%, #bfbfbf 85%)  !important; 
	background: url(../images/cruz1.png) no-repeat right center, -webkit-linear-gradient(45deg, #e6e6e6 60%, #bfbfbf 85%);
	box-shadow: inset -2px 2px 1px #666;
	text-shadow: #666 -2px 2px 1px;
}

#pie{
	margin: 20px 0 60px 0;	
	font-size: 12px;
	line-height: 18px;
}

#sucpie{
	width: 195px;
	float: left;
}

#sucpie img{
	margin-top: -5px;
	max-width: 150px;
	max-height: auto;
}