@charset "UTF-8";
html{ width:100%; height:100%;}
		body { 
		line-height: 1; 
}
		ol, ul { 
		list-style: none; 
}
		blockquote, q { 
		quotes: none; 
}
		:focus { 
		outline: 0; 
}
		ins { 
		text-decoration: none; 
}
		del { 
		text-decoration: line-through; 
}
		table { 
		border-collapse: collapse; 
		border-spacing: 0; 
}
body{
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	margin:0;
	color:#5F6064;
	font-size:11px; 
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	line-height: 1.3em;
}
a{color:#1C2C58; text-decoration:none; border:0}
a:hover{color:#000;}
img a{ border:0;}
#cont_sitioremodelacion{
	width: 100%;
	height: 80px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	background-image: url(images/sitio_en_remodelacion.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:30px;
	position: relative;
}
#cont_logos{ width:100%; height:280px;}
#cont_iz{ width:50%; height:280px; float:left;  position: relative;}
.tabla_iz{ float:right;}
#cont_der{ width:50%; height:280px; float:right; position: relative;}
.tabla_der{ float:left;}
.btn-contacto{
	position: absolute;
	top: 50%;
	left: -90px;
}
.btn-contacto a {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.btn-contacto a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.btn-contacto a:active {
	position:relative;
	top:1px;
}
/** LIGHTBOX2 **/
#shadowing2
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.6;
	filter: alpha(opacity=60);
}
#boxtitle2
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:0;
	height:0;
	padding:0;
	margin:0;
	display:none;
}
#box2
{
	display: none;
	position: fixed;
	top: 20%;
	left: 38%;
	width: 366px;
	height: 462px;
	margin:0;
	background-color: white;
	z-index:101;
	overflow: auto;
	-moz-border-radius: 10px; /* Firefox*/
	-ms-border-radius: 10px; /* IE 8.*/
	-webkit-border-radius: 10px; /* Safari,Chrome.*/
	border-radius: 10px; /* El estándar.*/
}

/** Formulario **/
.tbl_form, input{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#666;
}
.btn_close{
	width:26px;
	height:26px;
	background-image:url(images/btn_close.png);
	border:0;
	background-color:#FFF;
	margin:6px 6px 0 0;
	cursor:pointer;
}
.titulo{
	font-size:20px;
	color:#56b9fb;
	font-weight:bold;
	padding-bottom:12px;
}
.lbl_form{
	margin-left:14px;
}
.txt_form{
	width:334px;
	height:30px;
	border:1px solid #CCC;
	margin:6px 0 12px 14px;
}
.btn_submit{
	width:74px;
	height:20px;
	background-image:url(images/btn_submit.png);
	margin-top:3px;
	margin-right:14px;
	border:0;
	background-color:#FFF;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:25px;
	cursor:pointer;
}