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

#hdScc {
	background-image: url(/share/img/banner_contacto.jpg);
}

#boxIntro {
	background-color: #666666;
	background-image: url(/share/img/box_intro_contacto_bg.jpg);
}

#mnuSub1 span {
	border-bottom-color: #666666;
	color: #CCCCCC;
}
#mnuSub #mnuSub2 span {
	border-bottom-color: #666666;
}



#cntFormulario{
	float: left;
	width: 300px;
}
	#frmCto{
	}
		#frmCto fieldset{
			border: none;
		}
			#frmCto fieldset legend{
				display: none;
			}

		#frmCto label{
			display: block;
		}
		#frmCto input{
			display: block;
			width: 300px;
			height: 25px;
			line-height: 25px;
			font-size: 14px;
			color: #CC0000;
			font-weight: bold;
			vertical-align: middle;
		}
		#frmCto select{
			display: block;
			width: 300px;
			height: 25px;
			line-height: 25px;
			font-size: 12px;
			color: #CC0000;
		}
		#frmCto select option.destacada{
			font-weight: bold;
		}
		#frmCto textarea{
			display: block;
			padding:5px;
			width: 290px;
			height: 130px;
			font-size: 12px;
			color: #CC0000;
			font-family: "Courier New", Courier, monospace;
		}

		#frmCtoSbmBtn{
			background-color:#CC0000;
			background-image:url(/es/contacto/share/img/frm_cto_btn_sbm.gif);
			margin-left: 153px;
			width: 147px;
			height: 32px;
		}
		#frmCtoSbmBtn span{
			display:none;
		}
		.formError{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#FF6633;
		}
#cntDireccion{
	float: right;
	width: 250px;
}
	#cntDireccion ul{
		list-style-type:none;
		margin-left: 0px;
		padding-left: 0px;
	}
