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

body {
	background: #eff0f2 url(../layout/fondos/bg.png) repeat-x top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#siteHeader {
	background: url(../layout/fondos/fondoHead.png) no-repeat center top;
	height: 134px;
	overflow: hidden;
}
#headerCont {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 134px;
	position: relative;
}
#logo {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background: url(../layout/graficos/logos.png) no-repeat center top;
	text-indent: -9999em;
	display: block;
	height: 57px;
	width: 236px;
	position: absolute;
	z-index: 999;
	top: 23px;
	left: 14px;
}
#mainNav {
	width: 893px;
	height: 36px;
	left: 10px;
	bottom: 0px;
	z-index: 999;
	position: absolute;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainNav ul li {
	list-style: none;
	float: left;
}
#mainNav ul li a {
	font-size: 14px;
	color: #4d442e;
	font-weight: 500;
	line-height: 36px;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
	background: rgba(255,255,255,0);
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	border-right: 1px solid rgba(0,0,0,0.1);
	height: 36px;
}
#mainNav ul li a:hover {
	background: rgba(0,0,0,0.12);
	text-decoration: none;
}
#content {
	padding: 15px;
	width: 950px;
	background: #F8F8F8 url(../layout/graficos/grad.png) repeat-x top;
	border: 1px solid #FFFFFF;
	margin: 1em auto 0.5em;
	font-size: 13px;
	font-weight: 300;
	color: #616369;
	text-align: left;
	line-height: 1.45em;
}
#content2 {
	padding: 25px;
	width: 930px;
	background: #F8F8F8 url(../layout/graficos/grad.png) repeat-x top;
	border: 1px solid #FFFFFF;
	margin: 1em auto 0.5em;
	font-size: 14px;
	font-weight: 300;
	color: #616369;
	text-align: justify;
	line-height: 1.45em;
}
.leftCol {
	float: left;
	width: 450px;
}
.rightCol {
	width: 450px;
	float: right;
}
.conozcaMas {
	display: block;
	margin-top: 1.2em;
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	color: #3F4145;
	letter-spacing: 1px;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.conozcaMas:hover {
	padding-left:10px;
	text-decoration:none;
	}
.round {
	-webkit-border-radius: 5px;
border-radius: 5px; 
}
.shadow {
-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.18);
 box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.18);	
}
.smallshadow {
-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.15);
 box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.15);	
}
#slide {
	height: 350px;
	width: 950px;
}
#content .cycle-slideshow {
	background: url(../slide/shadow.png) no-repeat center bottom;
	padding-bottom: 24px;
	width: 950px;
	height: 350px;
}
.textoDestacado {
	font-size: 15px;
	font-weight: 500;
	color: #903729;
	line-height: 1.8em;
}
#col1 {
	float: left;
	width: 220px;
}
#col2 {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-right: 20px;
}

#col4 {
	float: right;
	width: 220px;
}
.imgPd { padding-bottom: 1.2em; }
#serviciosHomeContainer { padding-top: 2em; 
}
#siteFooter {
	font-size: 13px;
	color: #666666;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1.4em;
	padding-bottom: 30px;
	background: url(../layout/graficos/logoFoot.png) no-repeat center bottom;
	line-height: 1.4em;
	margin-bottom: 18px;
	font-weight: 400;
}
.foot-logo {
	padding: 1rem 0;
	width: 290px;
}
.leftCol2 {
	width: 510px;
	float: left;
}
.rightCol2 {
	width: 380px;
	float: right;
}
.loading {
	background: url(../images/ajax-loader.gif) no-repeat 1px;
	height: 28px;
	width: 28px;
	display: none;
	margin-left: 10px;
	float: right;
	margin-top: 5px;
}

.enviado {
	background: #EAF4FB url(../images/1335205702_email_send.png) no-repeat center 20px;
	font-size: 18px;
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 50px;
	color: #2883B2;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	display: none;
	border: 1px solid #89C5E4;
}


#contactFrm .hightlight{
	background: #E9F5FA;
	border: 2px solid #84CEFF;
}

label.error {
	color: #F40B0B;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	background: url(../images/1335204899_warning_16.png) no-repeat left center;
	padding-left: 20px;
	font-weight: 600;
	text-shadow: 1px 1px #FFFFFF;
}#contactoTb { width: 100%; }
#enviarBtn {
	background: url(../layout/fondos/gradBoton.png) repeat-x top;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 13px;
	width: 200px;
}
.icon {
	vertical-align: text-bottom;
	float: left;
}
.txt {
	float: right;
	text-align: left;
	display: block;
	width: 310px;
	padding-top: 8px;
}
.adress {
	background: url(../layout/iconos/1381882835_94.png) no-repeat left center;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 15px;
	font-weight: 300;
}
.phone {
	background: url(../layout/iconos/1381882802_06.png) no-repeat left center;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 15px;
	font-weight: 300;
}
.mail {
	background: url(../layout/iconos/1381882772_81.png) no-repeat left center;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 15px;
	font-weight: 300;
}
#lang {
	background: url(../layout/iconos/eng.png) no-repeat;
	height: 32px;
	width: 32px;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -9999em;
	display: block;
	position: absolute;
	z-index: 999;
	right: 10px;
	bottom: 3px;
	
}
#lang2 {
	background: url(../layout/iconos/spain.png) no-repeat;
	height: 32px;
	width: 32px;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -9999em;
	display: block;
	position: absolute;
	z-index: 999;
	right: 10px;
	bottom: 3px;
	
}
