#principal {
	background-color: #fff;
	margin: 0px;
	padding: 4px 0px;
}

#fondo_tit_avanzada {
	margin: 0px 4px 4px 4px;
	background: #63c9f2 url(../images/fondo_h2_avanzada.gif) repeat-x left center;
}

#tit_avanzada {
	font-size: 1.2em;
	font-weight: bolder;
	color: #fff;
	background: transparent url(../images/flecha_blanca.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0px 2px 2px 10px;
}

#principal fieldset {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	margin: 2px;
	padding: 2px;
}
.contenido_fieldset {
	background-color: #f5f7f9;
	margin: 2px;
	padding: 12px;/**/
}
/* Adolfo 2006-11-13. aņadido el .txt_resaltado_negro */
#principal fieldset legend, .txt_resaltado_negro {
	background: transparent url(../images/fondo_leyenda.gif) no-repeat 0px 4px;
	padding-left: 16px;
	margin-bottom: 2px;
	height: 26px;
	width: 180px;
}
#principal fieldset p {
	margin: 4px;
	padding: 0px;
	font-size: 2px;
	line-height: 2px;
}
#principal fieldset img {
	border: none;
	vertical-align: middle;
}
.dos_columnas {
	width: 48.5%;
	float: left;
	padding: 4px;
}
.dos_col_izq {
	width: 30%;
	float: left;
	margin: 4px auto;
}
.dos_col_dch {
	width: 68%;
	float: left;
	margin: 4px auto;
}

.dos_col_dch:after {
	clear: both;
}
form .input_texto, form .input_select {
	display: inline;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #a6b0ba;
}
form .input_select {
	width: 23em;
}
label {
	/* Parece que no se puede aplicar width a los label
	width: 20em;*/
	font-size: 0.8em;
	margin-right: 4px;
	margin-left: 6px;
	margin-top: 2px;
	color: #4475a7;
}
.label_fecha {
	margin-left: 1px !important;
}
.tit_label_azul {
	color: #4475a7;
	font-size: 0.8em;
	font-weight: bolder;
}
.dch {
	text-align: right;
	padding-right: 10px;
}

.izq {
	text-align: left;
	padding-left: 4px;
}

.centrado {
	text-align: center;
	margin: 12px;
}

.ancho_80 {
	width: 80%;	
	margin: 4px auto;
}

/*************************************************************************/

/* end easy clearing */
#pie
{
	clear: both;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #pie
{
	position: relative;
	z-index: 1000;
}
.colConv1
{
	width:61%;
}
.colConv2
{
	width:39%;
}
