/*Estilos para el formulario de contacto*/
blockquote{
	margin: 15px 0px 30px 20px;
}
#contacto{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 2px 2px 2px;
	margin: 10px 10px 0px 0px;
	/*border: 1px solid #000066;*/
	/*background: url("/imagenes/caracolas.jpg") bottom left no-repeat;*/
	z-index: 1;
}
#postal{
	position: relative;
	width: 48%;
	height: 100%;
	float: right;
	padding: 0px;
}
#form{
	position: relative;
	width: 48%;
	height: auto;
	float: left;
	padding: 5px 10px 5px 15px;
	border-right: 1px dashed #003366;
}

#error, .error{
	/*position: absolute;*/
	width: 97%;
	height: auto;
	border: 1px solid #990000;
	background-color: #FF6666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	/*margin: 60px 0px 0px -125px;*/
}
#datos{
	background-color: #FFFFCC;
	border: 1px dashed #990000;
	padding: 5px;
	font-size: 1em;
	width: 50%;
}
hr{
	background-color: #990000;
	color: #990000;
	height: 2px;
}
.subrayado{
	text-decoration: underline;
}
.negrita{
	font-weight: bold;	
}
.rojo{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 0px;
	cursor: help;
}
#form_contacto{
	font-size: 1em;
	text-align: left;
	width: 320px;
	margin-top: 10px;
}
#form_contacto label {
	text-align: right;
	float: left;
	width: 98px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#form_contacto input, #form_contacto textarea{
	margin-top: 5px;
	width: 190px;
	border: 1px solid #999999;
}
#form_contacto select{
	margin-top: 5px;
	width: 195px;
	border: 1px solid #999999;
}

#form_contacto #enviar, #form_contacto #borrar{
	width: 87px;
	margin-right: 2px;
	color: #333333;
	border: 1px solid #990000;
	background-color: #ffffcc;
}
#form_contacto p{
	margin-right: 5px;
}
#form_contacto ul, #form_contacto li{
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#nota{
	font-size: 0.9em;
	width: 320px;
}

/* Estilo de las direcciones */
#postal{
	margin: 0px;
	padding: 0px;
}
#postal h3{
	color: #003366;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding-top: 5px;
}
#postal h3 .rojo{
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bolder;
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;
	cursor: default;
}
#postal p{
	margin-left: 20px;	
}