@charset "iso-8859-1";
/* CSS Document */

#conta_sup{
	width:960px;
	height:381px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#conta_supI{
	float:left;
	width:10px;
	height:381px;
	background:transparent url(../img/contacto-bg-L.gif) no-repeat top left;
}

#conta_supC{
	float:left;
	width:940px;
	height:381px;
	background:transparent url(../img/main-bg-T.gif) repeat-x top left;
}

#conta_supD{
	float:left;
	width:10px;
	height:381px;
	background:transparent url(../img/contacto-bg-R.gif) no-repeat top left;
}

#conta_inf{
	position:relative;
	z-index:2;
	height:660px;
	width:960px;
	overflow:visible;
}

#conta_infU{
	width:100%;
	height:639px;
	background:transparent url(../img/footPattern.gif) repeat top left;
	overflow:visible;
}

#conta_infD{
	width:100%;
	height:21px;
	background:transparent url(../img/footContainer.gif) no-repeat bottom left;
}

/*-----------------------------------------------------------------------------------------*/

#seccion_contacto{
	width:920px;
	padding:0 20px;
	overflow:hidden;
	position:relative;
	top:-355px;
}

#contacto_izq{
	float:left;
	width:220px;
	overflow:hidden;
	margin-left:30px;
}

#contaI_envol{
	width:100%;
	margin-top:30px;
	overflow:hidden;
	font-size:12px;
}

#contacto_der{
	float:right;
	width:580px;
	padding-right:10px;
}

.ctrlHolder {
overflow:hidden;
}

.tituloConta{
	font-size:16px;
}

.pmail{
	display:block;
	margin-top:10px;
	background:transparent url(../img/icono-email.gif) no-repeat 0 2px;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.mapaUbi{
	background:transparent url(../img/botonGris-R.gif) no-repeat top right;
	height:28px;
	width:170px;
	margin-top:10px;
}
.mapaUbi > *{
	display:block;
	float:left;
}
.mapaUbi span{
	height:28px;
	width:8px;
	background:transparent url(../img/botonGris-L.gif) no-repeat top left;
}
.mapaUbi a{
	text-decoration:none;
	color:#fff;
	padding:6px 4px 0 20px;
	height:23px;
	background:transparent url(../img/icono-ubicacion.gif) no-repeat 0 6px;
}

#contacto_der .mensaje{
	margin-top:20px;
	font-size:12px;
}

#secFormaConta{
	font-size:12px;
	color:#FFF;
	margin-top:10px;
}

#secFormaConta >#respuesta {
	display:none;
}

#secFormaConta label{ font-weight:bold}
#secFormaConta label[for=message]{ font-weight:normal}

#enviar{
	margin:15px 0 0 240px;
}

#holderBig{
	padding-top:10px;
}

.option0{ font-style:italic; color:#666}

#respuesta {
	margin-top:15px;
	padding:2px 2px 2px 4px;
}

div.errorForma {
	background-color:#FFCCCC;
	border:1px dotted #990000;
	color:#990000;
	font-size:12px;
	font-weight:normal;
}

div.aceptaForma{
	border:#00E dotted 1px;
	background-color:#CEF;
	font-size:12px;
	color:#00E;
	font-weight:normal;
}