/* ---------------------- COMUNES --------------------- */


/* Para compatibilidad firefox-ie */
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}

/* Aspecto de las capas */

.capa
{
	width: 750px; 
	background-color: #F2F2F2;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.filtroSeleccion
{
	background-color: #eafaff;
	border: 1px solid #9bc7db;
	Font-size: 8pt;
}

#capatitulo
{ 
	position: relative; 
	background-color: #ffffff;
	color: #FD3737;
	Font-size: 14pt;
	Font-weight: bold;
	Font-family: Arial;
	text-align: left;
} 

#capaconsultar 
{ 
 POSITION:relative; 
  margin-top: 10px; 
} 

.tablaSmall
{
	Color:#002288;
	Font-size:8pt;
	Font-family:Arial;
}

.filtro
{
	Font-size:8pt;
}

.btnAccion
{
	Font-size:8pt;
	width: 22px;
	Height: 22px;
	background-color: white;
	border: 1px solid gray;
	cursor: pointer;
}

.btnSubmit
{
	Font-size:8pt;
	background-color: white;
	border: 1px solid gray;
	Height: 20px;
	cursor: pointer;
}

a
{
	Color: #003366;
	text-decoration: none;
	Font-size: 9pt;
	Font-family: Arial;
}

a:hover
{
	text-decoration: underline;
}

.fondoTabla
{
 	 background-color: #eeeeee;
}

.letraRadio
{
	color: black;
	Font-size:8pt;
	Font-family:Arial;
}


TABLE {
	border: 0px;
	padding: 1px 1px 1px 1px;
	margin: 0 auto;
	text-align: left;
}


/* Capa Loading. Cargando ... */  
#capa0  
{  
 position:absolute;  
 top: 0px;  
 left: 0px;
 width: 780px;
 height: 860px; 
 background-color:#ffffff;  
 z-index:100; 
 text-align: center;
}

