
/*  Revisión 28/03/2011 		 */


/* 	------------------------------------------------
	Estilos contenedor SITIO
---------------------------------------------------- */

.C-FC-bloque-formulario {
	position:fixed;
	display:block;
	float:none;
	/* --- */
	width: 100%;
	height: 100%;
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.C-FC-form-fondo-transparente {
	position: absolute;
	display:block;
	float:none;
	/* --- */
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	/* for IE */
	filter:alpha(opacity=20);
	/* CSS3 standard */
  	opacity:0.20;
	background-color: #333;
	z-index:1001
}
.C-FC-form-contenedor-centrador {
	position: absolute;
	display: block;
	float:none;
	/* --- */
	width: 1px;
	height: 1px;
	top: 50%;
	z-index: 1005;
	left: 50%;
}
.C-FC-form-contenedor {
	position:relative;
	display: block;
	float:none;
	/* --- */
	font-size: 12px;
	z-index: 1006;
	background-color:#FFF;
	text-align: center;
	vertical-align: middle;
	height: 360px;
	width: 460px;
	left:-230px;
	top:-130px;
}




/* 	------------------------------------------------
	Estilos FORMULARIO
---------------------------------------------------- */

.C-FC-formulario-contenedor {
	position:relative;
	display: block;
	/* --- */
	font-size: 12px;
	text-align: center;
	background-color:#FFF;
	padding: 25px 10px 25px 25px;
	z-index: 20007;
}
.C-FC-formulario-titulo {
	position:relative;
	display:block;
	/* --- */
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	width: 100%;
	padding-bottom: 20px;
	z-index: 20008;
}
.C-FC-formulario-boton-cerrar {
	position:relative;
	display:block;
	/* --- */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#FFF;
	padding-bottom: 5px;
	background-color:#000;
	padding: 2px 10px 2px 10px;
	float: right;
	top: -10px;
	right: 0px;
	text-decoration: none;
	z-index:20009;
	letter-spacing:0px;
}
a.C-FC-formulario-boton-cerrar:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color:#F60;
}
.C-FC-formulario-boton-consulta {
	position:relative;
	display:block;
	/* --- */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#FFF;
	padding-bottom: 5px;
	background-color:#069;
	padding: 2px 10px 2px 10px;
	float: right;
	top: -10px;
	right: 0px;
	z-index:20010;
	letter-spacing:0px;
}
a.C-FC-formulario-boton-consulta:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color:#F60;
}
#formulario_consultas input {
	font-size: 12px;
	color: #000;
	width: 90%;
	padding:0px;
}
#formulario_consultas textarea {
	font-size: 12px;
	color: #000;
	width: 95%;
	padding:0px;
}
.C-FC-formulario-campo-texto-simple-contenedor {
	position:relative;
	display:block;
	float:left;
	/* --- */
	text-align: left;
	width: 50%;
	padding-bottom: 5px;
	z-index: 20011;
}
.C-FC-formulario-campo-texto-multiple-contenedor {
	position:relative;
	display:block;
	float:left;
	/* --- */
	text-align: left;
	width: 100%;
	padding-bottom: 5px;
	padding-right: 10px;
	z-index: 20012;
}
form {
	margin: 0px;
	padding: 0px;
}

#cerrarbloque {
	width:100%;
	clear:both;
	height:1px;
}

#formulario_consultas #bot_enviar {
	width: 120px;
}
.C-FC-formulario-mensaje {
	width: 100%;
	background-color: #efefef;
	text-align: center;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	position:relative;
	z-index: 7012;
}
