@charset "utf-8";
/* CSS Document */

/** Content background **/
#content_background {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:255px;
	height:313px;
	background:#a50065;
}


/** Contact form **/
#contact {
	display:none;
	position:absolute;
	width:255px;
	height:310px;
	z-index:5;
}

#contact div.hr {
	margin:20px auto 0px auto;
	width:229px;
	height:1px;
	background:url(/imgs/border_horizontal.gif) repeat-x;
}

#contact_form {
	position:absolute;
	left:13px;
	width:229px;
	color:white;
}

#contact_form td.c1 { width: 123px; }
#contact_form td.c2 { width: 106px; }

#contact_form td.text { padding:3px 0px; }
#contact_form td.localizacion { text-align:right; }

#contact_form input.text, #contact_form textarea {
	border:0px;
	color:#000;
	background-color:#FFF;
}

#contact_form input.w223 { width:223px; }
#contact_form input.w100 { width:100px; }

#contact_form input.text {
	height:18px;
	padding:0px 3px;
	margin-right:-6px;
}
#contact_form td.localizacion a:hover { font-weight:normal; }

#contact_form a { color:black; }
#contact_form a:hover { font-weight:bold; }

#contact_form textarea {
	overflow:auto;
	padding:3px;
	width:223px;
	height:46px;
}

/** Message **/
#message {
	margin:24px;
}

