/*  Hoja de Estilo Compartelo */

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #747475;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

table {
	background-color: #FFFFFF;
	text-align: justify;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #747475;
	padding: 0px;
}

p {
	text-align: justify;
}


a {
	text-decoration: none;
	font-family:  Verdana, Georgia, Courier;
	font-size: 10px;
	color: #302F2F;
}
a:hover { 
	text-decoration: underline;
}

input,textarea,select {
	background-color: #FFFFFF;
	font-family: Verdana, Georgia, Myriad,;
	font-size: 10px;
	color: #404040;
	border-style: solid;
	border-width: 1;
	border-color:#9B9B9B;
}


.Botonera {
	background-color: #FFFFFF;
	text-align : center;
	font-weight: bold;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #050464;
}
.Botonera.Activo {
	font-weight: bold;
}

/*Estilos prefijados de texto*/ 
.txtVerdanaNegro {
	font-family:  Verdana, Georgia, Courier;	
	font-size: 10px;
	color: #000000;
}
.txtGrande {
	text-align : justify;
	font-family:  Arial, Georgia, Courier;	
	font-size: 13px;
	color: #2F2E79;
}

/* Tratamiento de Capas : Ocultar - Aparecer */
.CapaOculta {
	position:absolute;
	visibility:hidden;
	padding: 0px;
	z-index: 2; 
	top: -1000; 
	left: 0;
}

.BarraNavegacion {
	background-color: #FFFFFF;
	text-align : center;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 11px;
	color: #2F2E79;
	margin-left:5px;
	margin-top:5px;
}
 

#Cabecera {
	width:100%;
	padding:0px;
	margin: 0px;
}

#Centro {

}

#Contenido {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#Pie {
	clear:both;
	width:100%;
	padding:0px;
	background-color: #FFFFFF;
	font-family:  Verdana, Georgia, Courier;	
	font-size: 9px;
	color: #000000;
}

/* --------- Fin Hoja de Estilo --------- */