body,html{
	width:100%;
	height:100%;
}

.linea{
	width:100%;
	position: relative;
	float: left;
}

.footer{
	width:100%;
	position: relative;
	float: left;
	background: #ededed;
	color:rgba(0,0,0,0.7);
	min-height: 250px;
}

.cubol1{
	height: auto;
	position: relative;
	float:left;
	background: #1c80a5;
	margin: 20px;
	min-height: 550px;
}

.cubol2{
	height: auto;
	position: relative;
	float:left;
	background: #1c80a5;
	margin: 0 20px 20px 20px;
	min-height: 200px;
	overflow: hidden;
}

.cubol2div{
	width:100%;
	height: 100%;
	color:#fff;
	text-align:center;
	position: absolute;
	top: 100%;
	margin-top:-30px;
	z-index: 20;
}


.cubol1div{
	width: 100%;
	position:relative;
	float: left;
	height:auto;
}

.menu1{
	min-height:20px;
	width:100%;
	position: fixed;
	top: 50px;
	left:0;
	z-index: 2000;
}

.contenedor{
	width:100%;
	position: relative;
	float: left;
	top:0;
}

.contInfo{
	position:absolute;
	right:0;
	bottom:0;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0;
}

.contacto{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-250px;
	margin-left:-400px;
	width:800px;
	min-height:500px;
	background: #ededed;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.contactoIcon{
	width:120px; 
	height:100px; 
	background:#2797c1; 
	position:absolute; 
	top:0; 
	left:50%; 
	margin-left:-60px; 
	margin-top:-15px;
	-webkit-border-radius: 5px 5px 15px 15px;
	-moz-border-radius: 5px 5px 15px 15px;
	border-radius: 5px 5px 15px 15px;
	color:#fff;
	padding:20px 30px 20px 30px;
	text-align: center;
}

