/*contacto.css*/

body{
	background:  ;
	font-size: 14px;
}

#contacto{
	width: 940px;
	height: 576px;
	border-radius: 5px;
	min-height: 300px;
	margin-top: 20px;
	-moz-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	-o-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	-webkit-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	-ms-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

#contacto .izq{
	width: 453px;
	height: 521px;
	float: left;
	margin-top: 5px;
	padding-top: 45px;
	border-right: solid #7d9ccb 5px;
}

#contacto .izq h4{
	font-size: 15px;
	color: #7d9ccb;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 13px;
}

#contacto .izq p{
	font-size: 14px;
	color: #8c8d8e;
	margin-bottom: 15px;
	margin-left: 13px;
}

#mapa{
	width: 300px;
	height: 242px;
	margin-left: 13px;
	margin-top: 20px;
	background: url(../imagenes1/mapa.jpg);
	background-size: 100%;
	border-radius: 5px;
	border: solid #8b8a89 1px;
}

#clickAqui{
	width: 106px;
	height: 53px;
	background: #7d9ccb;
	margin-top: -55px;
	margin-left: 330px ;
	border-radius: 4px;
}

#clickAqui p{
	color: #ffffff;
}

#contenido .der{
	background: ;
	display: inline-block;
	margin-top: 44px;
	height: 540px;
}

#contenido .der h4{
	font-weight: normal;
	font-size: 15px;
	color: #7d9ccb;
	margin-left: 13px;
}

#contenido .der form{
	margin-left: 13px;
	color: #8c8d8e;
}

#contenido .der form input{
	border-radius: 4px;
	border: #a9aaac solid 1px; 
	margin-left: 10px;
	width: 200px;
}

#contenido .der #nombre{
	margin-top: 13px;
}

#contenido .der #apellido{
	margin-top: 13px;
}

#contenido .der #email{
	margin-top: 13px;
}

#contenido .der form textarea{
	width: 390px ;
	height: 160px;
	margin-top: 30px;
}
