/*
              __                                  ___      
             /\ \__                              /\_ \     
   __    ____\ \ ,_\  _ __    __      ____    ___\//\ \    
 /'__`\ /',__\\ \ \/ /\`'__\/'__`\   /',__\  / __`\\ \ \   
/\  __//\__, `\\ \ \_\ \ \//\ \L\.\_/\__, `\/\ \L\ \\_\ \_ 
\ \____\/\____/ \ \__\\ \_\\ \__/.\_\/\____/\ \____//\____\
 \/____/\/___/   \/__/ \/_/ \/__/\/_/\/___/  \/___/ \/____/
      
 Sitio web desarrollado por: Estrasol
 Maquetación: David Blanco                                                    
                                                           
		
*/



/*                         __      
                          /\ \__   
 _ __    __    ____     __\ \ ,_\  
/\`'__\/'__`\ /',__\  /'__`\ \ \/  
\ \ \//\  __//\__, `\/\  __/\ \ \_ 
 \ \_\\ \____\/\____/\ \____\\ \__\
  \/_/ \/____/\/___/  \/____/ \/__/
                                   
                                   
		*/
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;
}

/*
      ___                            
     /\_ \                           
  ___\//\ \      __     __     _ __  
 /'___\\ \ \   /'__`\ /'__`\  /\`'__\
/\ \__/ \_\ \_/\  __//\ \L\.\_\ \ \/ 
\ \____\/\____\ \____\ \__/.\_\\ \_\ 
 \/____/\/____/\/____/\/__/\/_/ \/_/ 
                                     
                                     
		
*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
                                            ___      
                                           /\_ \     
   __      __    ___      __   _ __    __  \//\ \    
 /'_ `\  /'__`\/' _ `\  /'__`\/\`'__\/'__`\  \ \ \   
/\ \L\ \/\  __//\ \/\ \/\  __/\ \ \//\ \L\.\_ \_\ \_ 
\ \____ \ \____\ \_\ \_\ \____\\ \_\\ \__/.\_\/\____\
 \/___L\ \/____/\/_/\/_/\/____/ \/_/ \/__/\/_/\/____/
   /\____/                                           
   \_/__/                                            
		
*/

body{
	background: #d1e9fc url(../img/back1.jpg);
	font-family: 'exoregular';
}

.prewrapper{
	width: 100%
}

.container{
	width: 1000px;
	margin: 0 auto;
}

b{
	font-family: 'exobold';
}


/*
 __                          __                  
/\ \                        /\ \                 
\ \ \___      __     __     \_\ \     __   _ __  
 \ \  _ `\  /'__`\ /'__`\   /'_` \  /'__`\/\`'__\
  \ \ \ \ \/\  __//\ \L\.\_/\ \L\ \/\  __/\ \ \/ 
   \ \_\ \_\ \____\ \__/.\_\ \___,_\ \____\\ \_\ 
    \/_/\/_/\/____/\/__/\/_/\/__,_ /\/____/ \/_/ 
                                                                                               
		
*/

.bg_header{
	border-top: 2px solid #8f473f;
	background: white;
	-webkit-box-shadow:  0px 5px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 5px 10px 2px rgba(0, 0, 0, 0.3);
}

.header{
	position: relative;
	float: left;
	width: 1000px;
}

ul.menuleft{
	list-style: none;
	float: left;
	margin-top: 2px;
}

ul.menuleft li{
	float: left;
	margin:0 30px;
	line-height: 30px;
}

ul.menuleft li a{
	color: #231f20;
	text-decoration: none;
	transition:color 500ms;
	-webkit-transition:color 500ms;
}

ul.menuleft li a:hover{
	color: #8f473f;
}

ul.menuright{
	list-style: none;
	float: right;
	margin-top: 2px;
}

ul.menuright li{
	float: left;
	margin:0 30px;
	line-height: 30px;
}

ul.menuright li a{
	color: #231f20;
	text-decoration: none;
	transition:color 500ms;
	-webkit-transition:color 500ms;
}

a.mail{
	background: url(../img/mail.png) no-repeat left;
	padding-left: 30px;
}

ul.menuright li a:hover{
	color: #8f473f;
}

.logo{
	position: absolute;
	width:210px;
	height: 146px;
	left: 400px;
	z-index: 999;
}

.tel{
	position: absolute;
	background: #8a4036 url(../img/tel.png) no-repeat 5px;
	border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	color: white;
	line-height: 24px;
	padding: 5px 5px 5px 30px;
	right: 18px;
	bottom:-34px;
	z-index: 999;
}

.tel a{
	color: white;
	text-decoration: none;
}

.logo h1{
	display: block;
}

.logo h1 a{
	display: block;
	text-decoration: none;
	width:210px;
	height: 146px;
	background: url(../img/logo.png);
}

/*
 __                                               
/\ \                                              
\ \ \____     __      ___     ___      __   _ __  
 \ \ '__`\  /'__`\  /' _ `\ /' _ `\  /'__`\/\`'__\
  \ \ \L\ \/\ \L\.\_/\ \/\ \/\ \/\ \/\  __/\ \ \/ 
   \ \_,__/\ \__/.\_\ \_\ \_\ \_\ \_\ \____\\ \_\ 
    \/___/  \/__/\/_/\/_/\/_/\/_/\/_/\/____/ \/_/ 
                                                  
                                                  
*/

.banner {
	position: relative;
	overflow: hidden;

}


ul.slider {
	padding-bottom: 0;
}

ul.slider li {
	list-style: none;
	width: 100%;
	height: auto;
}

ul.slider li img{
	width: 100%;
	height: auto;
}

ul.slider blockquote {
	position: absolute;
	z-index: 20;
	bottom: 33px;
	left: 25%;
	margin: 0;
	color: white;
	font-family: 'exobold';
	font-size: 36px;
	padding: 10px 100px;
	line-height: 40px;
}

ul.slider blockquote.servicio {
	position: absolute;
	z-index: 20;
	bottom: 213px;
	left: 15%;
	margin: 0;
	color: white;
	font-family: 'exobold';
	font-size: 36px;
	padding: 10px 100px;
	line-height: 40px;
}

blockquote.personal{
	background: url(../img/personal.png) no-repeat left;
}

blockquote.lavado{
	background: url(../img/lavado.png) no-repeat left;
}

blockquote.fumigacion{
	background: url(../img/fumigacion.png) no-repeat left;
}

blockquote.mantenimiento{
	background: url(../img/mantenimiento.png) no-repeat left;
}

blockquote.pulido{
	background: url(../img/pulido.png) no-repeat left;
}

.slider_control {
	position: absolute;
	left: 445px;
	bottom: 20px;
	z-index: 20;
}



.slider_control a {
	background: #000;
	color: transparent;
	text-indent: 20px;
	overflow: hidden;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 15px;
	text-align: center;
}

.slider_control a.activeSlide {
	background: #fff;
}

#next,
#prev {
	position: absolute;
	bottom: 49px;
	width: 44px;
	height: 67px;
	display: block;
	z-index: 990;
}

#next {
	right: 0px;
	background: url(../img/buttons.png) right;
}

#prev {
	left: 0px;
	background: url(../img/buttons.png) left;
}

#next2,
#prev2 {
	position: absolute;
	bottom: 212px;
	width: 44px;
	height: 67px;
	display: block;
	z-index: 990;
}

#next2 {
	right: 0px;
	background: url(../img/buttons.png) right;
}

#prev2 {
	left: 0px;
	background: url(../img/buttons.png) left;
}

.cinta{
	width: 100%;
	height: 127px;
	background: url(../img/cinta.png) repeat-x;
	position: absolute;
	bottom: 0;
	z-index: 5;
}

.cintados{
	width: 100%;
	height: 90px;
	background: rgba(144,68,54,0.9);
	position: absolute;
	bottom: 200px;
	z-index: 5;
}

.slider ol{
	list-style: disc;
}

.slider ol li{
	margin: 10px 0;
	list-style: disc;
	margin-left: 20px;
	font-family: 'AllerLightRegular';
	font-size: 14px;
}

.limp{
	position: absolute;
	width: 265px;
	padding: 20px;
	background: rgba(144,68,54,0.9);
	bottom: 55px;
	right: 450px;
	color: white;
	z-index: 6;
}

.jard {
	position: absolute;
	width: 265px;
	padding: 20px;
	background: rgba(144,68,54,0.9);
	bottom: 177px;
	right: 253px;
	color: white;
	z-index: 6;
}

.out {
	position: absolute;
	width: 265px;
	padding: 20px;
	background: rgba(144,68,54,0.9);
	bottom: 200px;
	right: 431px;
	color: white;
	z-index: 6;
}

.mant {
	position: absolute;
	width: 265px;
	padding: 20px;
	background: rgba(144,68,54,0.9);
	bottom: 191px;
	right: 398px;
	color: white;
	z-index: 6;
}



/*
 __                                                 ___     
/\ \                                              /'___`\   
\ \ \____     __      ___     ___      __   _ __ /\_\ /\ \  
 \ \ '__`\  /'__`\  /' _ `\ /' _ `\  /'__`\/\`'__\/_/// /__ 
  \ \ \L\ \/\ \L\.\_/\ \/\ \/\ \/\ \/\  __/\ \ \/   // /_\ \
   \ \_,__/\ \__/.\_\ \_\ \_\ \_\ \_\ \____\\ \_\  /\______/
    \/___/  \/__/\/_/\/_/\/_/\/_/\/_/\/____/ \/_/  \/_____/ 
                                                            
                                                            
*/


.banner2 {
	position: relative;
	width: 1000px;
	margin: 100px auto 30px;
}


.banner2 ul.slider2 {
	padding-bottom: 0;
}

.banner2 ul.slider2 li {
	list-style: none;
	width: 1000px;
	height: 400px;
}

.banner2 ul.slider2 .texto{
	position: relative;
	float: left;
	width: 550px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
}

.banner2 ul.slider2 .texto h1{
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'AllerBold';
}

.banner2 ul.slider2 .texto p{
	margin-bottom: 0px;
	font-family: 'AllerItalic';
	color: #7d7d7d
}

.porque{
	margin-top: 150px;
}

.banner2 li p{
	margin-bottom: 15px;
	font-family: 'AllerItalic';
	color: #7d7d7d;
	padding: 10px;
}

p.red{
	background: #8a4036;
	color: #FFF!important;
	margin-bottom: 10px!important;
}

p.bullet{
	background: url(../img/bullet.png) left no-repeat;
	padding-left: 30px!important;
	margin-bottom: 15px!important;
}

.banner2 ul.slider2 .foto{
	position: relative;
	float: right;
	width: 300px;
	margin-right: 40px;
	margin-top: 40px;
}

.banner2 ul.slider2 .foto img{
	border: 8px solid white;
	border-radius: 5px;
	-webkit-box-shadow:  0px 5px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 5px 10px 2px rgba(0, 0, 0, 0.3);
}


.banner2 .slider_control {
	position: absolute;
	left: 445px;
	bottom: 20px;
	z-index: 20;
}

.slider_control a {
	background: url(../img/control.png) right;
	color: transparent;
	text-indent: 20px;
	overflow: hidden;
	width: 20px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 40px;
	text-align: center;
}

.slider_control a.activeSlide {
	background: url(../img/control.png) left;
}

#next,
#prev {
	position: absolute;
	bottom: 49px;
	width: 44px;
	height: 67px;
	display: block;
	z-index: 990;
}

#next {
	right: 0px;
	background: url(../img/buttons.png) right;
}

#prev {
	left: 0px;
	background: url(../img/buttons.png) left;
}


/*

   ___               __                     _     
 /'___\             /\ \__                /' \    
/\ \__/  ___     ___\ \ ,_\    __   _ __ /\_, \   
\ \ ,__\/ __`\  / __`\ \ \/  /'__`\/\`'__\/_/\ \  
 \ \ \_/\ \L\ \/\ \L\ \ \ \_/\  __/\ \ \/   \ \ \ 
  \ \_\\ \____/\ \____/\ \__\ \____\\ \_\    \ \_\
   \/_/ \/___/  \/___/  \/__/\/____/ \/_/     \/_/
                                                  
                                                  
*/

.footer1{
	background: white;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.izq{
	position: relative;
	float: left;
	width:630px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
	margin-bottom: 30px;
}

.izq p{
	color: #636060;
	line-height: 1.2em;
}

.izq p span{
	color: #8a4036;
	font-family: 'exobold';
}

.der{
	position: relative;
	float: right;
	margin-right: 30px;
	width: 250px;
	margin-top: 10px;
	background: url(../img/ventajas.png) top center no-repeat;
	text-align: center;
	margin-bottom: 30px;
}

.der h2{
	font-family: 'exobold';
	margin-top: 75px;
}

.der ul.ventaja{

}

.der li{
	margin-top: 5px;
	color: #a6392a;
	width: 250px;
}

/*
   ___               __                     ___     
 /'___\             /\ \__                /'___`\   
/\ \__/  ___     ___\ \ ,_\    __   _ __ /\_\ /\ \  
\ \ ,__\/ __`\  / __`\ \ \/  /'__`\/\`'__\/_/// /__ 
 \ \ \_/\ \L\ \/\ \L\ \ \ \_/\  __/\ \ \/   // /_\ \
  \ \_\\ \____/\ \____/\ \__\ \____\\ \_\  /\______/
   \/_/ \/___/  \/___/  \/__/\/____/ \/_/  \/_____/ 
                                                    
                                                    
*/

.bg_footer{
	background: url(../img/footer.png) repeat-x;
}

.footer{
	position:relative;
	float:left;
	width:1000px;
}

.footer a{
	color:white;
	text-decoration:none;
}
	

p.copyright{
	text-align: center;
	font-size:11px;
	color:white;
	line-height:20px;
}

ul.social{
	list-style:none;
	float:right;
	margin-top:10px;
}

ul.social li{
	float:left;
}

ul.social li a{
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 15px;
}

a.fb{
	background:url(../img/social.png) 10px no-repeat;
}

a.twitter{
	background:url(../img/social.png) -48px no-repeat;
}

a.youtube{
	background:url(../img/social.png) -111px no-repeat;
}

label{
	color: #8a4036;
	font-size:12px;
	font-family: 'exobold';
}

.error{
	margin-top:-5px;
	color: black;
	padding-top: 0;
}

input[type="text"], input[type="password"], input[type="email"]{
	border:1px solid #8a4036;
	height:18px;
	width:300px;
	background:none;
	margin-bottom:10px;
	font-family: 'exoregular';
	color:#83827f;
	font-size:14px;
	-webkit-border-radius: 5px;
border-radius: 5px;
}

textarea{
	border:1px solid #8a4036;
	height:20px;
	background:none;
	width:300px;
	height:70px;
	color:#83827f;
	font-size:14px;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
border-radius: 5px;
	}
	
	input[type="submit"]{
		color: white;
font-family: 'exobold';
font-size: 16px;
text-decoration: none;
padding: 0 20px;
background: #000;
height: 36px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
border: 1px solid white;
cursor:pointer;
	}

