@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #555777;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a
{
text-decoration: none;
color: #fff;
}

a:hover
{
color:#fff;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #555777;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #555777;
	text-align:center;
	padding: 30px 0px;
}
.oneColFixCtrHdr #mainContent {
	  text-align: center;
	  background: url(images/bg.jpg) no-repeat;
      width: 685px;
      height: 419px;
	  margin: 0px auto 0px auto;
	  padding-top: 200px;
      position: relative;
}
.oneColFixCtrHdr #mainContent img#envivo {
	width: 99px;
	height: 169px;
	position: absolute;
	top: 20px;
	left: 480px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
.oneColFixCtrHdr #mainContent img#wnp {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 170px;
	left: 455px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   } 
.oneColFixCtrHdr #mainContent img#win {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 170px;
	left: 495px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
.oneColFixCtrHdr #mainContent img#quick {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 170px;
	left: 535px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
   .oneColFixCtrHdr #mainContent img#real {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 170px;
	left: 575px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   } 
   .oneColFixCtrHdr #mainContent p#contact {
	width: 100px;
	height: 10px;
	position: absolute;
	top: 220px;
	left: 460px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
    .oneColFixCtrHdr #mainContent p#diseno {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 10px;
	position: absolute;
	top: 375px;
	left: -5px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
   
.oneColFixCtrHdr #mainContent img#mirador {
	width: 277px;
	height: 65px;
	position: absolute;
	top: 340px;
	left: 400px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
