/*
	Páginas independientes del portal.
	CSS propio
*/
body{
	margin:0em 1em;
}

#contenedor{
	width:75%;
	max-width:95%;
	min-width:700px;
	margin:2em auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
}

.error{
	width:45em !important;
	
}

.envio{
	width:58em !important;
}

.oculto {
    display:none;
}

#contenedor #error{
	border:1px solid #AED7EE;
	padding:1.5em 1.5em 1.5em 90px;
	margin:.5em 0em;
	background:url(../img/bg/error.gif) 15px center no-repeat;
}

#contenedor img.escudo{
	float:left;
}

#contenedor h1{
	font-size:1.5em;
	line-height:1.1em;
	color:#0D5D9B;
	height:4.7em;
	/*height:1em;*/
	position:relative;
	padding:0 0 5px;
	/*margin-top: 0.7em;*/
}

#contenedor h1.bloque{
	height:auto;
	margin-top: 0.7em;
}

#contenedor h1 span{
	position:absolute;
	top:0em;
	padding:0 0 5px;
}

#contenedor h1.bloque span{
	position:static;
}

#contenedor #error p{
	margin-bottom:.6em;
	color:#333;
}

#contenedor #error p a{
	color:#0D5D9B;
	font-weight:bold;
	text-decoration:none;
}

#contenedor #error p a:hover{
	text-decoration:underline;
}

#contenedor p.jcyl{
	text-align:right;
	padding-bottom:.4em;
}

#contenedor p a{
	color:#0D5D9B;
	text-decoration:none;
}

#contenedor p a:hover{
	text-decoration:underline;
}

#contenedor p.botones{
	float:right;
}

#contenedor p.normas,
#contenedor div.normas{
	background-color:#F0FCFF;
	padding:1em;
	color:#0D5D9B;
	overflow:hidden;
}

* html #contenedor div.normas{
	height:1%;
}

#contenedor div.normas div{
	float:left;
	width:79%;
}

#contenedor div.normas div.etiqueta{
	float:left;
	width:20%;
}

#contenedor div.normas p{
	color:#333;
	margin-bottom:.4em;
}

#contenedor div.normas p em{
	color:#0D5D9B;
	font-style:normal;
}

#contenedor #envio-contenidos{
	border:1px solid #AED7EE;
	margin-top:1em;
	overflow:hidden;
	width:100%;
}

#contenedor #envio-contenidos .titulo{
	margin:1.5em 1em 1em 1.5em;
}

#contenedor #envio-contenidos h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#7D244D;
	margin-bottom:1em;
}

#contenedor form{
	padding:1em;
	overflow:hidden;
	margin-top:1em;
	position:relative;
}

* html #contenedor form{
	height:1%;
}

#contenedor #form fieldset legend{
	position:relative;
	width:100%;
	margin-bottom:1.5em;
	padding-bottom:1em;
}

#contenedor #form fieldset legend span{
	color:#0D5D9B;
	position:absolute;
	width:105%;
	text-align:left;
	border-bottom:1px solid #9BC7DB;
	white-space:normal;
}

#contenedor form p{
	color:#333;
	font-size:.9em;
	margin-bottom:1em;
}

#contenedor form p label{
	vertical-align:top;
}

#contenedor #info{
	/*width:29%;*/
	width:26%;
	position:absolute;
	bottom:3em;
	right:1em;
}

#contenedor #form{
	float:left;
	/*width:67%;*/
	width:72%;
	margin-right:1%;
}

#contenedor #form p{
	text-align:right;
}

#contenedor #form p input,
#contenedor #form p textarea{
	width:55%;
	border:1px solid #AED7EE;
	color:#7D244D;
}

#contenedor #form .boton span span input{
	width:auto;
	border:none;
	color:#FFF;
}

#recaptcha_widget{
	text-align:right;
}

#recaptcha_widget ul{
	margin-left:45%;
	text-align:left;
	clear:both;
}

#recaptcha_widget ul li{
	margin:.5em auto 0em 1em;
	font-size:.8em;
	padding:3px 0px 3px 20px;
}

#recaptcha_widget ul li a{
	color:#0C4679;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

#recaptcha_widget ul li.reload{
	background: url(../img/recargar.gif) left center no-repeat;
}

#recaptcha_widget ul li.recaptcha_only_if_image{
	background: url(../img/escuchar.gif) left center no-repeat;
}

#recaptcha_widget ul li.recaptcha_only_if_audio{
	background: url(../img/ver-captcha.gif) left center no-repeat;
}

#recaptcha_widget ul li.help{
	background: url(../img/ayuda.gif) left center no-repeat;
}

#recaptcha_widget label{
	vertical-align:top;
	padding-top:.2em;
	text-align:right;
	line-height:1.5em;
	font-size:.9em;
}

#recaptcha_widget input{
	border:1px solid #9BC7DB;
	margin-left:.5em;
	/*width:50%;*/
	width:55%;
}

#recaptcha_image{
	width:auto !important;
	text-align:center;
}

#recaptcha_image img{
	display:inline !important;
}


/*
	Botón tipo input
	Bóton azul con las esqunas redondeadas
	Copiado desde componentes para evitar su carga
*/

.boton{
	background:#027EB3 url(../img/bg/boton-lt.gif) left top no-repeat;
	display:block;
	float:left;
	margin-left:.5em;
}

.boton span{
	background:url(../img/bg/boton-lb.gif) left bottom no-repeat;
	display:block;
	float:left;
}

.boton span span{
	background:url(../img/bg/boton-rb.gif) right bottom no-repeat;
	display:block;
}

.boton span span input{
	width:auto;
	background:url(../img/bg/boton-rt.gif) right top no-repeat;
	color:#FFF;
	font-weight:bold;
	border:none;
	font-size:1em;
}

.boton span span a{
	width:auto;
	display:block;
	background:url(../img/bg/boton-rt.gif) right top no-repeat;
	color:#FFF !important;
	font-weight:bold;
	border:none;
	padding:.3em .4em;
	text-decoration:none;
	/*font-size:.9em;*/
}
/* Parrafos titulo */
p.titulo{
	margin:1em 0em 1em 1em;
	color:#333;
}