/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f9db8;
	background: #365386 url("../images/bg-top.png") repeat-x center top;
	}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: #000000 0px solid;
	}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

form {
	margin-top: 10px;
	}

a {
	color: #365284;
	text-decoration: none;
	}

span.rojo {
	color: #ff0000;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 900px;
	height: 120px;
	background: url("../images/header.png") no-repeat center top;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Menu */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#menu {
	margin: 0 0 0 0;
	padding: 93px 0 0 80px;
	}

div#menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	}

div#menu li {
	float: left;
	margin: 4px 0 0 0;
	padding: 2px 11px 0 11px;
	height: 17px;
	border-left: #ffffff 1px solid;
	}

div#menu li.primero {
	float: left;
	border-left: none;
	}

div#menu li a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}

div#menu li a.actual {
	color: #46d8f3;
	}

div#menu li a:hover {
	color: #46d8f3;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#body {
	margin: 0 auto 0 auto;
	padding: 0 0 1px 0;
	width: 900px;
	background: url("../images/content.gif") repeat-y center top;
	}

div#sombra {
	margin: 0 0 0 0;
	padding: 7px 80px 0 80px;
	background: url("../images/content.png") no-repeat center top;
	}

div#content {
	margin: 0 0 -12px 0;
	padding: 15px 0 0 0;
	position: relative;
	}

div#content h1 {
	margin-top: -3px;
	font-size: 24px;
	color: #030303;
	font-weight: normal;
	}

div#content h2 {
	margin-top: 5px;
	font-size: 14px;
	color: #5d7bab;
	font-weight: normal;
	}

div#content h3 {
	font-size: 18px;
	color: #646464;
	font-weight: normal;
	}

div#content h4 {
	margin-top: 10px;
	font-size: 14px;
	color: #030303;
	font-weight: normal;
	}

div#content p {
	margin-top: 10px;
	font-size: 11px;
	color: #030303;
	}

div#content p.long {
	margin: 15px 0 0 -8px;
	padding-left: 8px;
	font-size: 11px;
	color: #030303;
	line-height: 150%;
	background: url("../images/bullet.jpg") no-repeat left 6px;
	}

div#content p.legal {
	margin: 10px 60px 0 0;
	padding: 0 0 30px 0;
	font-size: 10px;
	color: #5a5959;
	}

div#content span.notah1 {
	font-size: 18px;
	color: #1c6188;
	}

div#content span.notah2 {
	font-size: 14px;
	}

div#content span.notah3 {
	font-size: 18px;
	}

div#content span.notap1 {
	color: #4f73ac;
	font-weight: bold;
	}

div#content span.notap2 {
	color: #547ab5;
	font-weight: bold;
	}

div#content span.notap3 {
	color: #375487;
	font-weight: bold;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Contacto */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
table.contacto {
	margin-top: 8px;
	border-style: none;
	border-collapse: collapse;
	}

table.contacto td {
	padding: 0 10px 0 0;
	font-size: 11px;
	color: #030303;
	white-space: nowrap;
	}

table.contacto input {
	margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
	border: #a3a3a3 1px solid;
	font-size: 11px;
	color: #030303;
	}

table.contacto textarea {
	margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
	border: #a3a3a3 1px solid;
	font-size: 11px;
	color: #030303;
	}

table.contacto2 {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	}

table.contacto2 td {
	padding: 15px 3px 0 0;
	font-size: 11px;
	color: #030303;
	vertical-align: top;
	}

table.contacto2 img {
	border: #587eb9 2px solid;
	}

table.contacto2 input {
	margin: 5px 0 0 0;
	}

table.contacto3 {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	}

table.contacto3 td {
	padding: 15px 10px 0 0;
	text-align: right;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Obras */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
table#obras {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	}

table#obras td {
	padding: 15px 15px 0 0;
	font-size: 11px;
	color: #030303;
	vertical-align: bottom;
	}

table#obras td p {
	padding-left: 8px;
	font-size: 11px;
	color: #030303;
	line-height: 150%;
	background: url("../images/bullet.jpg") no-repeat left 6px;
	}

table#obras td img.antes {
	border: #b8cef0 3px solid;
	}

table#obras td img.despues {
	border: #304a7a 3px solid;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 900px;
	height: 80px;
	}

div.foot1 {
	background: url("../images/footer1.png") no-repeat center -5px;
	}

div.foot2 {
	background: url("../images/footer2.png") no-repeat center -5px;
	}

div.foot3 {
	background: url("../images/footer3.png") no-repeat center -5px;
	}

div.foot4 {
	background: url("../images/footer4.gif") no-repeat center -5px;
	}

div#footer p {
	padding: 42px 0 0 0;
	text-align: center;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Superiores */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#humedades {
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	height: 675px;
	background: url("../images/humedades.jpg") no-repeat center center;
	}

div#obras {
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Division */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div.division {
	background: url("../images/lineav.png") repeat-y left top;
	height: 1%;
	}

div.dleft {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	width: 385px;
	}

div.dright {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 290px;
	}

div.dend {
	clear: both;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Images */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
img#imgcertificado {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	}

img#imgcertificado2 {
	margin: 132px 0 0 0;
	padding: 0 0 10px 0;
	}

img#imgcertificado5 {
	margin: 35px 0 0 0;
	padding: 0 0 30px 0;
	}

img#imgclientes {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	}

















/* End */