/* En esta hoja se definen los estilos para componentes de las paginas ;) */


/* Estilo para barras separadoras */
.barra_separacion {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.85em; 
	text-align: left; 
	color: #003399;	
}

.barra_separacion div {
	background-color: #82a8cf;
	width: 100%;
	height: 16px;
	border-top: 1.5px;
 	border-top-color: #cccccc;
 	border-top-style: solid;	
}

/*Estilos para inputs de texto*/
.cajaTexto {
    	font-family : Arial, Helvetica, sans-serif;
    	font-size: 1em;
    	font-weight : normal;
    	border-color : #333333;
    	border-style : inset;
    	border-width : 1px;
    	color : #003399;
    	background-image: url(../images/fondo_input.gif);	
    	background-position: left;
	    background-repeat: repeat-y;
}

.cajaTextoRO {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;    
    border-style : none;
    color : #003399;
    background-color:#DDDBDB;
}



/* Estilos para fieldsets */
.fieldset_stl { 
	padding: 1em; 
	font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 100%; 
	font-stretch: normal; /* Comprobar estilo con la hoja general */
	line-height: 1px; 
	font-size-adjust: none; 
	border: 1px solid #999999; 
}

.fieldset_stl label  {
	float: left; 
	width: 25%; 
	margin-right: 0.5em; 
	padding-top: 0.2em; 
	text-align: right; 
	font-weight: bold; 
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.fieldset_stl legend {
	
	border:1px solid #999999;
  	color:#666666;
  	font-size:100%;
  	text-align:right;
  	background-color: #DDDBDB;
  	padding: 0.4em 1em 0.4em 1em;
} 

.fieldset_stl span.compulsory {	
	color: red;  	
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}   
  
.fieldset_stl input {
	font-size: 100%;
	vertical-align: middle; 
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}


/* Estilos para cuadros de formularios */
.panel {	
  	color: #666666;
	font-family: sans-serif; 
	font-style: normal; 
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal; /* Comprobar estilo con la hoja general */	
	width: 100%;
}

.panel_legend {	
	border:1px solid #999999;
	border-bottom-style: none;
	background-color: #DDDBDB;
	font-weight: bold;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;	
}


.panel_body {
	border:1px solid #999999;	
}

.panel_body label  {
	float: left; 
	width: 25%; 
	margin-right: 0.5em; 
	padding-top: 0.2em; 
	text-align: right; 
	font-weight: bold; 
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.panel_body span.compulsory {	
	color: red;  	
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}   
  
.panel_body input {
	font-size: 100%;
	vertical-align: middle; 
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.panel_footer {
	
	/* Asi estaria bien, pero el IE no lo posiciona bien:
	padding: 6px; 		
	background-color: #6699CC;
	width: 98.5%;*/
	
	height: 6px; 		
	background-color: #EFEDE1;
	/*background-color: #6699CC; */
	width: 98.5%;
	border-left: 1px solid white;	
	border-top: 1px solid #999999;
}

/* Estilos para contenedores de texto */

.display {
	border-style: none;
}

.display .fieldset_stl {
	border-style: none;
}

.display .fieldset_stl label {
	color: #003399;
}

.display p {
	margin-left: 1.7em;
}

.display label {
	margin-right: .5em; 
	font-weight: bold; 
	color: #003399;
}


/* Layouts con tablas */
.table_layout {
 	width: 99%;	
        border-spacing: 10px;            
}

.table_layout td {
	vertical-align: middle;	
}
	

/* Layouts con DIVS*/

/*Dos columnas: */
.layout_dos_columnas {
	width:100%;
}


.layout_dos_columnas .item_left {
	float: left;
	width: 50%;
}

.layout_dos_columnas .item_right {
	right: 0;	
}

/* Tres columnas: */
.layout_tres_columnas {
	position:relative;
	width:100%;
}

.layout_tres_columnas .item_left {
	float: left;
	width: 33%;
	margin:0;
}

.layout_tres_columnas .item_center {
	margin-left:33%;
	margin-right:33%;	
}

.layout_tres_columnas .item_right {
	position:absolute;
	top:0;
	right:0;
	width: 33%;
	margin:0;
}

/*Hints de ayuda para campos de los formularios*/

.hintarea {	
	
}

.hintarea .hint {
	background-color: #EFEDE1;
	padding: 2em 3px 3px 3px;
	border: 1px dashed #003399;	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #666666;
	display:none;
	top:2em;
	position:absolute;
	background-image: url(../images/botones/hint.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	min-height: 19px;
	padding-left: 21px;
	padding-top:5px;
	padding-bottom: 2px;
	z-index:1;
		
}

/* IE Workaround */
.hintarea:hover{
	position:relative;        
}

.hintarea:hover .hint {
        display: block; 
}


/* Estilos para mostrar errores*/
.errors {
	color: red;
    font-weight: bold;
	background-image: url("../images/icons/alert.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
	padding-top: 0px; 
    border-bottom: 1.5px dashed #E9E6CF;
    border-top: 1.5px dashed #E9E6CF;
    margin-bottom:15px;
}

.errors ul {
     list-style: disc inside none; 
}

.errors li {
   color:black;
   font-weight: normal;
   padding-top: 0.2em;
   list-style-type: decimal; 
}