
/*HOJA DE ESTILOS PARA EL ELEMENTO FORMULARIO*/

#bordeFormulario{
 width: auto;
 border: 8px solid #E4E9ED;
 padding: 18px;
 overflow: hidden;
}

/*Clase de cierre de flotaciones */
.clr {
 clear:both;
}

#bordeFormulario:after{
 content: ".";
 display: block;
 height: 0px;
 clear: both;
 visibility: hidden;
}

.cuerpoformulario{
 width: 100%;
}

.cuerpoformulario div{
 height: 35px;
}

/* Herencia directa. Sólo para Mozilla. */
/* Permitir que el tamaño del formulario dependa del contenido que tenga */
.cuerpoformulario > div {
 height: auto;
 min-height: 35px;
}

.etiqueta{
 width: auto;
 float: left;
}

.etiquetarequerida{
 width: auto;
 float: left;
 }

.td15{
 background-color: #FFFFFF;
 width: 15%;
 float: left;
}

div > .td15 {
 background-color: transparent;
}

/*-----------------------TD de botones-----------------------*/
/* Clase que ajusta los botones a un ancho de 100px para evitar que el espacio entre ellos dependa del ancho del formulario*/

.tdBoton{background-color: transparent; float: left; padding:0px; margin:0px;}

div > .tdBoton{background-color: transparent; float: left; margin:0px 0px 0px 5px;}

.boton_enviar{border: 0px; cursor: pointer;padding:0px; margin:0px; width:85px;}

/*-----------------------FIN de TD de botones----------------*/

.td25{
 background-color: transparent;
 width:25%;
 float: left;
}

div > .td25 {
 background-color: transparent;
}

.td33{
 background-color: transparent;
 width:33%;
 float: left;
}

.td35{
 background-color: transparent;
 width:33%;
 float: left;
 border:none;
}

.td35X{
 background-color: transparent;
 width:33%;
 float: right;
 border:none;
}

.td50{
 background-color: transparent;
 width: 50%;
 min-width:150px;
 float: left;
 padding:0px;
 margin:0px;

}

div > .td50{
 background-color: transparent;
 width: 50%;
 min-width:150px;
 float: left;
 padding:0px;
 margin:0px;
}


.td50ConBorde{
 border: 1px solid #FFF;
 background-color: transparent;
 width:50%;
 float: none;
}

.td60{
 background-color: transparent;
 width:60%;
 float: left;
}

.td65{
 background-color: transparent;
 width:65%;
 float: left;
}

.td75{
 background-color: transparent;
 width: 75%;
 float: left;
}

.td100{
 background-color: transparent;
 width: 100%;
 }


div > .td100{
 float: left;
}

.tdtextarea{
 width: 100%;
 float: left;
 padding-bottom: 14px;
}

#confirmacion{
 background-color: #EAEAEA;
 padding-left:2%;
 padding-top:15px;
}
#confirmacion #tituloConfirmacion{
 width: 50%;
}
#confirmacion #cuerpoConfirmacion{
 width: 100%;
}

/*21/12/2004 disminuir ancho para que quepa en 800x600 el texto frente a la imagen*/
#confirmacion #cuerpoConfirmacion #textoConfirmacion{
 width: 25%;
 height: 228px;
 border: 8px solid #E4E9ED;
 background-color: #E4E9ED;
 float: left;
}
#confirmacion #cuerpoConfirmacion #textoConfirmacion #texto{
 width: 100%;
 height: 205px;
 padding: 11px 16px 11px 16px;
 background-color: transparent;
}

#confirmacion #cuerpoConfirmacion #imagenConfirmacion{
 width: 40%;
 height: 238px;
 padding-left: 14px;
 float: left;
}

#erroresValidacion{
 width: 99%;
 background-color: transparent;
 border: 1px solid #929190;
 text-align: left;
}

#erroresAcceso{
 font-size: 0.9em;
 width: 99.5%;
 border: 1px solid #929190;
}

div > #erroresAcceso{
 height: 65px;
}

#erroresValidacion #contenido{
 background-color: transparent;
 width: 99%;
}

#erroresValidacion #contenido #imagenError{
 width: 10%;
 height: 100%;
 padding-top: 5px;
 text-align: center;
 background-color: transparent;
 float:left;
}

#erroresAcceso #contenido #imagenError{
 width:10%;
 height:100%;
 padding-top:5px;
 text-align:center;;
 background-color: transparent;
 float:left;
}

#erroresAcceso #texto{
 width: 80%;
 background-color: transparent;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-right: 15px;
 float: left;
}

#erroresValidacion #texto{
 width:80%;
 background-color: transparent;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-right: 15px;
 float: left;
}
#erroresValidacion > #contenido > #texto {
 padding-left:90px;
 float: none;
}

.asterisco {
 color: #88201F;
 font-size: 0.8em;
}

.obligatorio {
 padding-top: 0px;
 padding-bottom: 12px;
 /*Ponemos un clear left para solucionar los saltos*/
 clear:left;
 height: auto;
 }

.cuadro50{
 width: 42%;
 height:430px;
 border: 8px solid #E4E9ED;
 padding: 10px;
 float:left;
}

div > .cuadro50 {
 min-height: 430px;
 height: auto;
}

.cuadro50D{
 width:45%;
 height:430px;
 border: 8px solid #E4E9ED;
 padding: 10px;
 float:right;
}

div > .cuadro50D {
 min-height: 430px;
 height: auto;
}

.td45ListadoBorde {
	width: 41%;
	height:221px;
	border:8px solid #E4E9ED;
 	padding:15px 12px 15px 12px;
	float:left;
}

div > .td45ListadoBorde {
	min-height: 221px;
	height: auto;
}

.td45ListadoDerechaBorde {
   	width: 40%;
	height:221px;
	border:8px solid #E4E9ED;
 	padding:15px 12px 15px 12px;
	float:right;
}

div > .td45ListadoDerechaBorde {
 min-height: 221px;
 height: auto;
}

.buscador{
 width: 97%;
 padding-left:2%;
 padding-right:1%;
 padding-top:2%;
 font-size: 0.9em;
}

.cabeceraformulario{
 font-size: 1em;
 font-weight: bold;
 margin: 0px;
 background-color: #FFE6A5;
 background-image: url(../../img/comunes/portal/iconoformulario.gif);
 background-repeat: no-repeat;
 background-position: 15px 8px;
 padding-left: 28px;
 padding-top: 4px;
 padding-bottom: 4px;
 text-decoration:none;


}

.cabecerabuscador{
 font-size: 1em;
 font-weight: bold;
 margin: 0px;
 background: #FFE6A5 url(../../img/comunes/portal/iconobuscador.gif) no-repeat 5px 11px;
 padding-left: 19px;
 padding-top: 5px;
 padding-bottom: 4px;
 text-decoration:none;
 border-left: 1px solid #929190;
 border-right: 1px solid #929190;
 border-top: 1px solid #929190;
 width:90%;
}

h2.cabecerabuscador{
 font-size: 1em;
 font-weight: bold;
 margin: 0px;
 background: #FFE6A5 url(../../img/comunes/portal/iconobuscador.gif) no-repeat 5px 11px;
 padding-left: 19px;
 padding-top: 5px;
 padding-bottom: 4px;
 text-decoration:none;
 border-left: 1px solid #929190;
 border-right: 1px solid #929190;
 border-top: 1px solid #929190;
 width:89%;
}

div .cabecerabuscador{width:89%;}