@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body { font: 12px/1.5em 'Lato', sans-serif; color: #555; background-color: #ffffff; background-image: url(../images/bkg.jpg); background-repeat: repeat-x; background-position: left top;}
img{
	border:0px
}
h1, h2, h3, h4, p, div, a {
	font-family: 'Lato', sans-serif;
}

/* -----------------  CLASES ETIQUETA BODY    ----------*/
.home {
	margin: 0px;
}
.empresa {
	margin: 0px;
}
.empresa #botonerabox {
	background-image: none;
	background-color:#FFF;
}
.servicios {
	margin: 0px;
}
.servicios #botonerabox {
	background-image: none;
	background-color:#FFF;
}
.galeria {
	margin: 0px;
}
.condiciones {
	margin: 0px;
}
.condiciones #botonerabox {
	background-image: none;
	background-color:#FFF;
}

/* ------------  CABECERA  ------------------------ */

.home {
	margin: 0px;
}

#headbox {
	width: 1026px;
	height: 154px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	border-top: 8px solid #3053a7;
	background-color: #FFF;
	background-image: url(../images/bgconteg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#headleft {
	width: 476px;
	height: 154px;
	float: left;
}
#headleft h1 a{
	display:block;
	margin-left: 43px;
	margin-top: 6px;
	background-image: url(../images/logo-carpainter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*float:left;*/
    font-size:0;
	text-indent:-999999px;
	width: 325px;
	height: 142px;
	color: inherit;	
}
#headright {
	width: 506px;
	height: 154px;
	float: left;
}
#htel {
	width: 190px;
	height: 80px;
	float: left;
	background-image:url(../images/tel-head.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	color:#3053a7;
	font-size: 20px;
	padding-left: 80px;
	padding-top: 74px;
}
#hposc {
	width: 161px;
	height: 94px;
	float: left;
	background-image:url(../images/place-head.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	color:#3053a7;
	font-size: 12px;
	padding-left: 74px;
	padding-top: 60px;
}


/* ------------  BOTONERA  ------------------------ */

#botonerabox {
	width: 1026px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-botonera.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#botonera {
	width: 939px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #FFF;
	background-image:url(../images/bgbotonera.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}
#botonera ul {
 list-style: none;
 display:block;
 width: 100%;
 height:56px;
 float:left;
}
#botonera li { float:left; }
#botonera li a {
  display:block;
  height: 36px;
  text-decoration:none;
  text-align: center;
  color: #FFFFFF;
  font-family:'Telex';
  font-size: 16px;
  padding-top: 20px;
}
#botonera li a.inicio {
  width:57px;
  float: left;
  background-image:url(../images/bthome.jpg);
  background-repeat:no-repeat;
  background-position: left top;
}
#botonera li a.empresa {
  width:174px;
  float: left;
}
#botonera li a.servicios {
  width:174px;
  float: left;
}
#botonera li a.cita {
  width:174px;
  float: left;
}
#botonera li a.galeria {
  width:174px;
  float: left;
}
#botonera li a.contacto {
  width:177px;
  float: left;
}
#botonera li a.on {
	background-image: url(../images/bt-on.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#botonera li a:hover {
	background-image: url(../images/bt-on.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#botonera li a:selected {
	background-image: url(../images/bt-on.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#botonera li a.inicio:hover {
  background-image: url(../images/bthome-on.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#botonera li a.inicio.on {
  background-image: url(../images/bthome-on.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}




/*------------------  BANNER PRINCIPAL  --------------------------- */

#bannerbox {
	width: 1026px;
	height: 407px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgbanner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
}
#banner {
	width: 940px;
	height: 406px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------  DESTACADOS HOME  --------------------------- */

#destacadosbox {
	width: 983px;
	height: 402px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgdes.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
	padding-top: 34px;
	padding-left: 43px;
}

.destacado {
	width: 219px;
	height: 383px;
	float:left;
	margin-right: 21px;
}

.destacado ul {
 list-style: none;
 display:block;
 width: 100%;
 margin:0px;
 float:left;
}
.destacado li { margin:0; height:auto; margin-top: -5px;}
.destacado li a {
  display:block;
  float:left;
  width: 181px;
  height: 130px;
  background-image:url(../images/bgdes02.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color:#9ecae4;
  font-size: 11px;
  text-decoration:none;
  padding-top: 29px;
  padding-left: 19px;
  padding-right: 19px;
}
.destacado li a:hover {
	text-decoration: underline;
}

/*------------------  HOME CONTENIDOS  --------------------------- */

#contehome {
	width: 1026px;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	padding-top: 26px;
}
#homeizq {
	width: 419px;
	height: 425px;
	float:left;
	padding-left: 43px;
	padding-right: 40px;
	color:#717171;
}

#homeizq h1{
  color: #7dcefd;
  font-family:'Telex';
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 20px;
}
#homeizq p{
  margin-bottom: 10px;
}
#homederch {
	width: 522px;
	height: 425px;
	float:left;
	
}
#homederch h1{
  color: #2d3444;
  font-family:'Telex';
  font-size: 26px;
  margin-bottom: 30px;
}

/*------------------  EMPRESA CONTENIDOS  --------------------------- */
.empresa #contehome {
	width: 940px;
	height: 690px;
	padding-left: 43px;
	padding-top: 50px;
	padding-right: 43px;
	
}
.empresa #contehome h1{
	color:#77cefb;
	font-size: 24px;
	margin-bottom: 20px;
}
.empresa #contehome p{
	font-size: 14px;
	margin-bottom: 15px;
}
.empresa #contehome ul{
	margin-left: 360px;
	margin-bottom: 15px;
	font-size: 14px;
	font-style:italic;
}
.empresa #contehome img{
	float: left;
	margin-right: 24px;
}

/*------------------  SERVICIOS CONTENIDOS  --------------------------- */
.servicios #contehome img{
	float: right;
	margin-left: 24px;
}
.servicios #contehome {
	height: 1200px;
}
.servicios h2{
	font-size: 16px;
	margin-bottom: 15px;
}
.servicios #contehome ul{
	margin-left: 32px;
}

/*------------------  GALERIA CONTENIDOS  --------------------------- */
.galeria #contehome {
	width: 940px;
	height: 690px;
	padding-left: 43px;
	padding-top: 50px;
	padding-right: 43px;
	background-image:url(../images/bg-galeria.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	
}
.galeria #contehome h1{
	color:#77cefb;
	font-size: 24px;
	margin-bottom: 20px;
}
.galeria #contehome p{
	font-size: 14px;
	margin-bottom: 15px;
}

/*------------------  CONDICIONES DE USO  --------------------------- */
.condiciones #contehome {
	width: 940px;
	height: 790px;
	padding-left: 43px;
	padding-top: 50px;
	padding-right: 43px;
	
}
.condiciones #contehome h1{
	color:#77cefb;
	font-size: 24px;
	margin-bottom: 20px;
}
.condiciones #contehome p{
	font-size: 12px;
	margin-bottom: 15px;
}


/*------------------  CONTACTO CONTENIDOS  --------------------------- */
.contacto #contehome {
	height: 800px;
}
body.contacto #formbox {
	width: 334px;
	height: 354px;
	float: right;
	margin-left: 100px;
	margin-top: 25px;
	padding-top: 17px;
}
body.contacto #formbox label{
	display: block;
	width: 70px;
	height: 15px;
	font-family: Calibri;
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	float: left;
	margin-bottom: 7px;
	padding-top: 2px;
}
body.contacto #formbox input{
	display: block;
	width: 201px;
	height: 17px;
	font-family: Calibri;
	font-size: 11px;
	color: #424242;
	float: left;
	border: solid 1px #808080;
	margin-bottom: 7px;
}
body.contacto #formbox textarea{
	display: block;
	width: 199px;
	height: 107px;
	font-family: Calibri;
	font-size: 11px;
	color: #424242;
	float: left;
	border: solid 1px #808080;
	margin-bottom: 12px;
}
body.contacto #formbox button{
	display: block;
	width: 60px;
	height: 24px;
	font-family: Calibri;
	font-size: 12px;
	color: #ffffff;
	background-color: #ffa00b;
	float: left;
	border: none;
	clear: both;
	margin-top: 10px;
	margin-left: 210px;
}
/*------------------  PIE DE PÁGINA  --------------------------- */

#footer {
	width: 983px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgfoot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#90a3af;
	font-size: 14px;
	padding-top: 24px;
	padding-left: 23px;
	padding-right: 20px;
}
#footer img{
	float: right;
	margin-top: -10px;
}

/*------------------  GALERIA  --------------------------- */

.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { /*this is the gallery container*/
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
background: #fff;
}
.slideViewer ul {  /*this is your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/
float:left;
}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding (yet)*/
background: #fff;
color: #000;
font: normal 10px Verdana;
}

.thumbSlider { /*the thumbnails slider contanier*/
overflow: hidden;
width: 1%;
background: #fff;
}
.thumbSlider ul { /*the thumbnails list of images*/
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{ 
float:left;
margin: 0;
}
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;}