@charset "UTF-8";
/* CSS Document */

#areaFormulario {
	background-image: url(../images/bg_form_contacto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 600px;
	width: 457px;
	margin-top: 10px;
	margin-right: 5px;
	padding: 5px;
	margin-left: 5px;
}
.leyendaFormulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-align: justify;
}
#datosContacto {
	color: #990066;
	float: left;
	width: 248px;
	margin-top: 10px;
	text-align: left;
	padding: 5px;
	font-weight: lighter;
	height: 590px;
}
#datosContacto a {
	color: #990066;
}
#datosContacto a:hover {
	color: #FF9900;
}
#datosContacto a:visited, a:active {
	color: #990066;
}
#reloj {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: -20px;
	padding: 0px;
	height: 40px;
	margin-right: 5px;
	color: #990066;
	border: 1px solid #990066;
}
.titHora {
	color: #333333;
}
fieldset {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #990066;
	border: 0px;
}
label {
	line-height: 20px;
}
legend {
	margin-bottom: 5px;
}
.boton {
	border: 1px groove #999999;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #990066;
	width: 95px;
	margin-left: 120px;
}
input {
	border: 1px solid #666666;
	margin-bottom: 5px;
	width: 280px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	border: 1px solid #666666;
	margin-bottom: 5px;
	width: 350px;
	color: #333333;
	height: 150px;
}
#contenido {
	height: 950px;
}
.checkbox  {
	border: 0PX;
	margin-bottom: 5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 15px;
}
