html{

}

body{
	background: url(../images/fondo2.png) repeat-x;
	font-family: helvetica, arial, sans-serif;
}

h2{
	font-size: 12px;	
}

#contenedor{
	text-align: left;
	margin: auto;
	width: 662px;
}

#encabezado{
	padding-top: 10px;
	position: relative;
	height: 90px;
	overflow: hidden;
}

#encabezado #distrib{
	position: absolute;
	color: #ff0;
	left: 220px;
	bottom: 18px;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 0px #000, 3px 3px 3px #ff0;
}

#encabezado img{
	max-width: 218px; 
	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/phone6.png) 5% 10% no-repeat;
}

#encabezado h1{
	font: "Arial Black", Gadget, sans-serif;
	font-size: 21px;
	padding-left: 35px;
	padding-top: 3px;
}

#encabezado span{
	position: relative;
	top: 5px;
	font-size: 9px;
	padding-left: 35px;
	display: block;
}

#contenido div{
	overflow: hidden;
}

#tier2 #sucursal, #tier1 div#publicidad, #tier3, #tier4 div#servicios, #tier4 div#mensajes, #tier1 #clientes, #tier2 #ultimo{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0 5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

#tier2 #sucursal, #tier3, #tier4 div#servicios, #tier4 div#mensajes{
	border: 1px solid #ababab;
	margin-bottom: 15px;
}

#tier1 div#publicidad{
	border: 1px solid #302b2e;
	height: 200px;
	width: 490px;
	float: left;
	padding: 0;
	margin-right: 20px;
}

#tier1 #publicidad {
    position: relative;
}

#tier1 #publicidad img{
    max-width: 490px; 
	max-height: auto;
}

#tier1 #publicidad h2 {
	border-radius: 0 4px 4px 0;
    left: 323px;
    top: 6px;
    position: absolute;
    background: 0 0 rgba(0, 0, 0, 0.5);
    width: 150px;
	height: 179px;
    padding: 5px;
	text-align: justify;
}

#tier1 #publicidad h2 span {
    color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-shadow: #000 1px 1px 1px;
}

#tier1 #clientes, #tier2 #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: 210px;
	margin-bottom: 8px;
}

#contenido #tier1 #clientes{
	height: 200px;
	width: 147px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#clientes h1{
	font:"Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #e6e6e6;
	line-height: 12px; 
	margin: 6px;
	padding-top: 10px;
	background: url(../images/clientes2.png) no-repeat 100% 40%        ;
}

#clientes img{
	padding-top: 5px;
	padding-left: 5px;
}

#clientes div{
	border: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #ff0;
}

.login{
    margin: 17px 8px;
	color: #e6e6e6;
}

.login label{
    display: block;
}

.login div{
	font-size: 9px;
    margin-bottom: 15px;
}

.login input[type='text'], .login input[type='password'],  .contacto textarea, .contacto input[type='text']{
	font-size: 11px;
	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: 120px;
    border: none;
    margin: 7px 0;
}

.contacto input[type='text']{
    width: 190px;
    border: 1px solid #bfbfbf;
    margin: 0 0 5px 5px;
}

.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: 10px;
	float: right;
    padding: 2px 30px 2px 2px;
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

.login input[type='submit'], .contacto input[type='submit']{
	border: 1px solid #037803;
    color: white;
    background: #26ba05;
	background: url(../images/flecha2.png) no-repeat right center, -moz-linear-gradient(45deg, #26ba05 60%, #42f51d 85%)    !important; /* Firefox */
	background: url(../images/flecha2.png) no-repeat right center, -webkit-linear-gradient(45deg, #26ba05 60%, #42f51d 85%); /* Chrome, Opera*/
}

.login input[type='submit']:hover, .contacto input[type='submit']:hover{
    background: #28ea00;
	background: url(../images/flecha2.png) no-repeat right center, -moz-linear-gradient(45deg, #42f51d 15%, #26ba05 40%)    !important; /* Firefox */
	background: url(../images/flecha2.png) no-repeat right center, -webkit-linear-gradient(45deg, #42f51d 15%, #26ba05 40%); /* Chrome, Opera*/
	
}

.login input[type='submit']:active, .contacto input[type='submit']:active{
    background: #42f51d;
	background: url(../images/flecha2.png) no-repeat right center, -moz-linear-gradient(45deg, #42f51d 60%, #26ba05 85%)    !important; /* Firefox */
	background: url(../images/flecha2.png) no-repeat right center, -webkit-linear-gradient(45deg, #42f51d 60%, #26ba05 85%); /* Chrome, Opera*/
	box-shadow: inset -2px 2px 1px #030;
	text-shadow: #030 -2px 2px 1px;
}

#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: 490px;
}

#contenido #tier2{
	text-align: center;
	font-size: 10px;
}

#tier2 h1{
	font-size: 12px;
	text-align: left;
	margin-top: 8px;
	padding-left: 8px;
}

#tier2 div#ultimo h1{
	background: url(../images/globo2.png) no-repeat 95% 40%;
	color: #fff;
	padding: 5px 5px;
}

#contenido #tier2 div{
	float: left;
	width: 147px;
	height: 200px;
	padding: 0;
}

#contenido #tier2 div#sucursal{
	margin-right: 21px;
	background-color: #e6e6e6;
}

#contenido #tier2 img{
	max-width: 147px; 
	max-height: auto;
}

#contenido #tier2 div#ultimo{
	margin-right: 0;
}

#contenido #tier2 ul{
	text-align: left;
	margin-top: 6px;
	padding-left: 10px;
	line-height: 14px;
	list-style: none;
	font-size: 9px;
}

#contenido #tier2 li{
	padding-left: 18px;
	background: url("../images/phone3.png") no-repeat left top;
}

#contenido #tier2 li small{
	color: #666;
	font-size: 8px;
}

#tier2 #sucursal li.mapa{
	margin-top: -9px;
	background: url("../images/mapa2.png") no-repeat left center;
}

#tier2 #sucursal a{
	text-decoration: none;
}

#contenido #tier3{
	width: 648px;
	height: 44px;
	background-color: #e6e6e6;
	overflow: hidden;
}

#contenido #tier3 img{
	max-width: auto; 
	max-height: 40px;
}

.bloque-imagenes{
	width: 650px;
	padding-top: 2px;
}

.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;
	background-color: #e6e6e6;
}

#tier4 p{
	padding: 0 10px;
	font-size: 9px;
	line-height: 13px;
}

#tier4 h1{
	font-size: 16px;
	color: #000;
	padding: 12px;
}

#contenido #tier4 div#servicios, #contenido #tier4 div#mensajes{
	width: 317px;
	height: 198px;
	margin-right: 0;
}

#contenido #tier4 div#servicios{
	margin-right: 22px;
}

#tier4 div#servicios h1{
	background: url(../images/servicios2.png) no-repeat 95% 50%;
}

#tier4 div#servicios div{
	padding: 8px;
	font-size: 9px;
	line-height: 18px;
	border: none;
	float: left;
	width: 40%;
	margin-right: 4%;
}

#tier4 div#servicios li{
	background: url(../images/bullet_icon.gif) no-repeat left;
	padding-left: 10px;
}

#tier4 div#mensajes h1{
	background: url(../images/mensajes2.png) no-repeat 95% 50%;
}

#tier4 div#mensajes div{
	border: none;
}

#tier4 div#mensajes .contacto{
	overflow: hidden;
	background: #e6e6e6;
	width: 317px;
	margin: 0 5px;
}

#tier4 div#mensajes #mensaje{
	background: #fff;
	width: 297px;
	margin-left: 5px;
	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: 10px;
	width: 290px;
	height: 45px;
	margin: 0;
	border: none;
	resize: none;
}

#tier4 #mensajes .botones{
	float: right;
	background-color: #fff;
	padding: 5px;
}

.contacto input[type='reset']{
	margin-right: 5px;
	border: 1px solid #bfbfbf;
    color: #000;
    background: #e6e6e6;
	background: url(../images/cruz2.png) no-repeat right center, -moz-linear-gradient(45deg, #bfbfbf 60%, #e6e6e6 85%)    !important; 
	background: url(../images/cruz2.png) no-repeat right center, -webkit-linear-gradient(45deg, #bfbfbf 60%, #e6e6e6 85%); 
}

.contacto input[type='reset']:hover{
    background: #c2c2c2;
	background: url(../images/cruz2.png) no-repeat right center, -moz-linear-gradient(45deg, #e6e6e6 15%, #bfbfbf 40%)    !important; 
	background: url(../images/cruz2.png) no-repeat right center, -webkit-linear-gradient(45deg, #e6e6e6 15%, #bfbfbf 40%); 
}

.contacto input[type='reset']:active{
    background: #d9d9d9;
	background: url(../images/cruz2.png) no-repeat right center, -moz-linear-gradient(45deg, #e6e6e6 60%, #bfbfbf 85%)    !important; 
	background: url(../images/cruz2.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: 15px 0 40px 0;	
	font-size: 9px;
	line-height: 15px;
}

#sucpie{
	width: 155px;
	float: left;
}

#sucpie img{
	margin-top: -5px;
	max-width: 100px;
	max-height: auto;
}
