/* Estilos para el panel */
.panel {
	border : 1px solid #999999;
	margin: 0.5em 0em 0em 0em;
}

.panel_caption {
	border-bottom: 1px solid #999999;
	background-color : #DDDBDB;
	color: black;
}


.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;
}


.panel_caption_text {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.2em 0.3em;
	margin: 0px;
	color: #003399;
}

.panel_body {
	padding: 0.5em;
}

.panel_footer {
	background-color : #EFEDE1;
	color : black;
	padding-top : 0.2em;
	margin-right : 0.5em;
	margin-bottom: 0em;
	border-left-color : white;
	border-left-style : solid;
	border-left-width : 1px;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 1px;
}

/* Estilos para el layout area */
.layout_area {
	border : none;
}

.layout_area_body {
	padding: 0em;
}

/* Estilos para el box */
.box {
	margin: 0em 0em;
}

.box_caption {
	background-image: url("../images/icons/hr_icon.gif");
	background-repeat: no-repeat;
	background-position: center left;
	vertical-align: middle;
	color: #003399;
	background-color: white;
}

.box_caption_text{
	margin: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

.box_body{
	padding: 0em;
}

.box_border{
	height: 1em;
	background-color: #82A8CF;
	color: inherit;
	border-top: 1px solid #999999;
}

/* Estilos de layout */
.item_dos_columnas {
	float: left;
    width: 49.99%;
}

.item_tres_columnas {
	float: left;
    width: 33.33%;
}

.item_cuatro_columnas {
	float: left;
    width: 24.99%;
}

.item_ocho_columnas {
	float: left;
    width: 12.49%;
}

.item_siete_octavos_columna {
	float: left;
    width: 87.49%;
}

.item_tres_cuartos_columna {
	float: left;
    width: 74.99%;
}

.item_tres_octavos_columna {
	float: left;
    width: 37.49%;
}

.item_veintitres_columnas {
	float: left;
	width: 4.27%;	
}

.item_columna {
	float: left;
	width: 99%;
}

.item_pie, .item_row {
	clear: both;
}

.atajo {
	display: none;
}

.label_oculto{
	text-indent: -5000em;
	overflow: hidden;
}

.oculto{
	display : none;
}

.margen_fila {
	padding-top: 1%;
}