@charset "UTF-8";

.principal {
	height: 480px;
	width: 950px;
	background-color:#FFF;
	font-family: Exo, sans-serif;
}


.empresaSubArea {
	width:750px;
	height:480px;
	float:right;
	font-size:13px;
	}
	
.contenidoEmpresa {
	width:740px;
	font-size:13px;
	float: left;

	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
/*margin-right: 5px;
	margin-left: 10px;
	background-color: #F1E3C1;	
	color: #404040;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border:1px solid rgb(192, 192, 192);
	box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
    -webkit-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
    -moz-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;	*/			
}
	
.imgSubArea{
	float:right;
	margin: 0px;
	padding: 0px;
}
	
.contenidoEmpresa h2{
	width:100%;
	height:40px;
	background-image: url(../imagenes/general/subMenuBg.png);
	background-repeat: repeat-x;
}

#imgContacto {
	float: right;
}

#form1{
	margin: 10px 10px;
}
.contFormulario {
	float: left;
	width: 450px;
}
