@charset "utf-8";
.adress {
	height: 60px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 4px;
	font-size: 14px;
}
.formularioContacto {
	height: 365px;
	padding-right: 80px;
	padding-left: 100px;
}

/* CSS Document */

#contenedor {
	height: 390px;
	width: 800px;
}
#form1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	height: 325px;
	width: 450px;
	top: 153px;
	left: 421px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	
}
#apDiv1 p img {
	float: right;
	margin-right: 48px;
}

#form1 #envia {
	float: right;
	margin-right: 30px;
}
#apDiv1 {
	position:absolute;
	left:746px;
	top:24px;
	width:234px;
	height:340px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
	text-align: center;
}
#apDiv1 p a {
	color: #FF6;
	text-decoration: none;
}
#apDiv1 p a:hover {
	color: #FFF;
}
