td.detalleCaja {
	width: 20%;
    padding: 5px;
    vertical-align: top;
	text-align: right;
	font-size: 1em;
	font-family: Verdana;
	color:#4F504D;
}

td.detalleCajaIzq {
	width: 20%;
    text-align: left;
    padding: 5px;
    vertical-align: top;
	font-size: 1em;
	font-family: Verdana;
	border-width: 1px;
}
/* Estilo de la caja de texto*/
input.text{
	background-color: #F7F7F7;
	border-color: #DBDBDB;
	font-size: 1em;
	font-family: Verdana;
	border-width: 1px;
}
textarea{
	background-color: #F7F7F7;
	border-color: #DBDBDB;
	font-size: 1em;
	font-family: Verdana;
	border-width: 1px;
}
select{
	background-color: #F7F7F7;
	border-color: #DBDBDB;
	font-size: 1em;
	font-family: Verdana;
	color:#4F504D;
}


.tituloTabla{
	font-size: 11px;
	font-family: Verdana;
	color: #898989
}

.prueba{
	background-color: #F7F7F7;
	border-color: #DBDBDB;
}

.textoTabla{
	font-size: 10px;
	font-family: Verdana;
	color:#898989;
}

.textoNorm{
	font-size: 1em;
	font-family: Verdana;
	color:#4F504D;

}

.textoNota{
	font-size: 10px;
	font-family: Verdana;
	color: #85796A;

}

.titulo{
	font-size: 1em;
	font-family: Verdana;
    font-weight: bold;
	color:#85796A;
}

.botonVLibBlanco {
	font-family : Verdana;
	font-size : 11px;
	border : 1px solid #DBDBDB;
	background-color : #FEF8F4;
	color: black;
	cursor: pointer; 
}

.botonVPresBlanco {
	font-family : Verdana;
	font-size : 9px;
	background-color : #8CAFB5; 
	color: white;
	cursor: pointer;
}

input.button{
	font-family : Verdana;
	font-size : 11px;
	background-color : #FEF8F4; 
    border : 1px solid #DBDBDB;
	
	cursor: pointer;
}

.textoSac{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color:#FF8509;

}

.btn_adjuntar{
	background: url(../images/btn_clip_off.gif) no-repeat;
	width : 20px;
	height: 19px;	
	cursor:pointer;	
}

.textoCentrado{
	text-align: center;
}

.fechaPortal{
	font-size: 1em;
	font-family: Arial;
	color:#4C6387;
	padding-left: 20px;
}

.menu{
	font-size: 0.9em;
	font-family: Arial;
	color:#1E5D9D;
	font-weight:bold;
	cursor:pointer;
}
.submenu{
	font-size: 1em;
	font-family: Arial;
	color:#1E5D9D;
	cursor:pointer;
}
.piePagina{
	font-size: 1em;
	font-family: Arial;
	color: #1E5D9D;
	text-align: center;
	text-decoration:none
}
.piePagina:link{
	font-size: 1em;
	font-family: Arial;
	color: #1E5D9D;
	text-align: center;
	text-decoration: none
}
.menuClaro{
	background-color : #F1F3F4;
	
}

.menuOscuro{
	background-color : #EBEDEE;
	
}