#m6{
	background-image:url('../img/m2.jpg');
	background-repeat:no-repeat;
	  color:white;
}
#contPrinC{
	width:100%;
	height:430px;
	float:left;
	overflow:auto;
	margin-bottom:50px;
}
#contContacto{
	  width:740px;
	  height:410px;
	  float:right;
	  display:none;
	  margin-right:3%;
	  overflow:hidden;
	  position:relative;
	  z-index:2;
}
#izq{
	 width:350px;
	 height:350px;	
	 float:left;
	 padding:15px;
	 background-image:url('../img/barraGris.jpg');
	 color:grey;
}
#der{
	  width:320px;
	  height:350px;
	  float:left;	
	  padding:15px;	
	  padding-right:25px;
	  text-align:right;
	  color:white;
	  background-image:url('../img/barraAzul.jpg');	
}
input{
	width:100%;
	padding:5px;
	margin-bottom:10px;
}
textarea{
	width:300px;
	padding:15px;
	font-family:"Arial";
	height:90px;
	overflow:hidden;
	font-size:12px;
}
#letreroContacto{
	margin-bottom:20px;
	margin-top:10px;
}
#btnEnviar{
	width:60px;
	height:24px;
	background-image:url('../img/btnEnviar.png');
	float:right;
	color:black;
	cursor:pointer;
	cursor:hand;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	margin-top:10px;
}
#btnEnviar:hover{
	background-image:url('../img/btnEnviar2.png');
	color:white;
}
#pie{
	float:left;
	overflow:auto;
	position:fixed;
	bottom:0;
	height:88px;
	z-index:2;
}
