@charset "iso-8859-1";
/****************************************************
	css dos div's associados ao corpo da pgina
****************************************************/
div#corpo {
	margin-top: 3px;
	background: url(../images/bkg-middle.jpg) top center repeat-y;
}

div#contacto {
	float: left;
	width: 400px;
	height:300px;
	/* since this element is floated, a width must be given */
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ 
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/* padding keeps the content of the div away from the edges */
}

#myForm {
	border: 1px solid #FFFF00;
	padding: 5px;
}

#myForm p {
	margin-bottom: 5px;
	margin-left: 5px;
}

#myForm label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 110px;
}

#myForm input, #myForm select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 250px;
	border: 2px inset #0000FF;
}

#myForm textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 250px;
	height: 140px;
	border: 2px inset #0000FF;
}

#myForm .red {
	border: 2px inset #FF0000;
}

#myForm label.red {
	border: none;
	color: #FF0000;
}

#myForm .customRed {
	border: none;
	color: #FF0000;
}

#myForm #copia {
	width: 15px;
	border: 1px solid #0000FF;
}

#myForm #submit {
	border:none;
	width: 75px;
	margin-left: 290px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 2px solid red;
	margin-bottom: 10px;
	color: #FF0000;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: #FF0000;
	margin-left: 10px;
	font-size: 0.8em;
}

div#mapa { 
	/*margin: 0 20px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	text-align:justify;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.mapas_google {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-decoration:underline;
}

