/*
	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;
}

/*
	Corrección de min-width, max-width para IE6
	Se necesita JS activado para su funcionamiento
	En caso contrario tomará el ancho por defecto.
*/

* html #contenedor{
	width:expression(document.body.clientWidth < 702 ? "700px" : document.body.clientWidth < 1024 ? "95%" : "56em");
}

.error{
	width:45em !important;
	
}

.envio{
	width:56em !important;
}

#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 #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{
	margin-bottom:.9em;
	text-align:right;
}

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

#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 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#0E5D9C;
	margin-bottom:1em;
}

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

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

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

#contenedor #info{
	float:right;
	width:29%;
	padding-top:13em;
}

#contenedor #form{
	float:left;
	width:67%;
	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;
}

/*
	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;
}
