/*
 * Cabecera
 */
#header_cliente {
	background:		url(images/content/clientes_background.gif) repeat-x;
	height: 		90px;
	margin-bottom:	4px;
	width:			100%;
}

#header_content_cliente {
	left:			50%;
	margin-left: 	-450px;
	margin-top:		40px;
	position: 		absolute;
	width:			900px;

}

/*
 * Pie
 */
#footer {
	background: white;
	clear: 		both;
	height:		33px;
	margin:		0 auto;
	position:	relative;
	width:		100%;   
}

#footer_content {
	margin:			0 auto;
	padding-top:	7px;
	width:			900px;
}

#footer .copyright {
	color:			#b4b4b4;
	padding-left: 	10px;
}

#footer a { color: #6b6b6b; }
#footer a:hover { color: #890264; }

/*
 * Contenido
 */

#tabs_content_big {
	border:			none;
	padding-left: 	10px;
	padding-right: 	10px;
}

.div_form {
	background: 	#fafafa;
	padding:		8px 15px 15px;
	width:			858px;
}

.div_titleseccion {
	margin-bottom: 	0px;
}

.datagrid {
	border-bottom:	1px solid #cccccc;
}

.div_volver_2 {
	margin-top: 	-22px;
}

.errorRojoCaja, .okVerdeCaja, .infoNaranjaCaja {
	clear:both; margin:0px ;margin-left:9px; _margin-left:18px; width:827px;
}

.aclaracion {
	display: block; padding-bottom: 4px;
	font-size: 11px;
}

.aclaracion_2 {
	padding-bottom: 4px;
	font-size: 10px;
        font-weight: normal;
}


.checkbox_text {
	font-weight: 	normal;
	color:			#333333;
}

.error_txt {
	padding-bottom: 15px;
}

.total_registros {
	padding:	 10px;
	margin-left: 10px;
	background:  url(images/content/flecha_morada.gif) no-repeat 3px 14px;
	padding-left:20px; 
	padding-bottom: 15px;
	color:		 #666666;
	display: 	 block;
}

.mas {
	padding-left: 10px;
	background: url(images/content/ico_volver.gif) no-repeat 0px 5px;
}

.mas_2 {
	padding-right: 10px;
	background: url(images/content/ico_ir.gif) no-repeat right 4px;
}

#perfil3 {
	_background-position: 10px 100px;
}

#perfil2 .inputError, #perfil3 .inputError {
	margin-left: 0px;
	height:		 16px;
}

.errorRojoCaja2 {
	margin-top: 30px;
}

#registro_hecho {
        padding:    20px 30px 30px 30px;
        line-height:15px;
}
    #registro_hecho .column1 { float: left; width: 550px; text-align: justify; }
    #registro_hecho .column2 { float: left; width: 200px; padding-left: 40px; }

.global_text { color: #890264; font-weight: bold; }


