/* CSS Document */

body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	margin-left:0.5in
}

h1 
{
	font-size:16px; 
	font-weight:bold; 
	background-color: #ffffff;
	color:#275381;
	text-align:center
}


h2
{
	color: #275381;	
	background-color: #ffffff;	
	font-weight : bold;
	text-align: center;
	border-bottom: 2px solid #275381;
	font-size:14px; 
}

h3
{
	text-align: center;
}


h4
{
	color: #275381;	
	background-color: #ffffff;	
	font-weight : bold;
	text-align: center;
	font-size:12px; 
}

h5
{
	color: #000000;	
	background-color: #ffffff;	
	text-align: left;
	font-size:12px; 
}


h6
{
	color: #CC9966;	
	background-color: #ffffff;	
	text-align: left;
	font-size:11px; 
}
.naranja
{
	color: #6e9ec6;	
	background-color: #ffffff;	
	text-align: left;
}
.marron
{
	color: #275381;	
	background-color: #ffffff;	
}


.rojo
{
	color: #FF0000;	
	background-color: #ffffff;	
}



li 
{
	list-style-type: none;
	list-style-image: url(../images/flecha_derecha_azul.gif);
	padding: 5px 5px 5px 5px; 
	
}

.fondoClarito 
{
	text-decoration: none;
	background-color: #6e9ec6;
	color: #FFFFFF;	
	font-weight : bold;
	text-align: right;
}

a.fondoClarito 
{
	text-decoration: none;
	background-color: #F1EFE6;
	color: #275381;	
	font-weight : bold;
}

a.fondoClarito:hover 
{
	text-decoration: underline;
	background-color: #F1EFE6;
	color: #6e9ec6;
}
h2.izquierda
{
	text-align: left;
}

h2.derecha
{
	text-align: right;
}

a 
{
	text-decoration: none;
	background-color: #ffffff;
	color: #275381;	
	font-weight : bold;
}

a:hover 
{
	text-decoration: underline;
	background-color: #ffffff;
	color: #6e9ec6;
}

.piePagina
{
	color: #275381;	
	background-color: #ffffff;	
	font-weight : bold;
	border-top: 2px solid #275381;
	width: 100%;
	clear: both;
}

/* Elemento centrado */
.centrado
{
	text-align:center;
}

/* Elemento justificado */
.justificado
{
	text-align:justify;
}

/* Elemento alineado izquierda */
.izquierda
{
	text-align:left;
}

/* Elemento para negrita */
.negrita
{
    font-weight: bold;
}


/* ------------------------------------ Estilos de las simulaciones de tablas  ------------------------------------ */

.p 
{
	width: 100%; 
    clear : both; 
}

.div
 {
    padding: 3px 3px 3px 3px; 
	width: 100%;
    clear : both;
}

/* Elemento que simula un td del 10% alineado a la izquierda... */
.seemTd10AlignIzq
{
    width : 10%; 
    float : left;
}

/* Elemento que simula un td del 90% alineado a la izquierda... */
.seemTd90AlignIzq
{
    width : 90%; 
    float : left;
}


/* Elemento que simula un td del 20% alineado a la izquierda... */
.seemTd20AlignIzq
{
    width : 20%; 
    float : left;
}


/* Elemento que simula un td del 80% alineado a la izquierda... */
.seemTd80AlignIzq
 {
    width: 80%; 
    float: left;
}

/* Elemento que simula un td del 30% alineado a la izquierda... */
.seemTd30AlignIzq
{
    width : 30%; 
    float : left;
}


/* Elemento que simula un td del 70% alineado a la izquierda... */
.seemTd70AlignIzq
 {
    width: 70%; 
    float: left;
}


/* Elemento que simula un td del 40% alineado a la izquierda... */
.seemTd40AlignIzq
{
    width : 40%; 
    float : left;
}

/* Elemento que simula un td del 60% alineado a la izquierda... */
.seemTd60AlignIzq
 {
    width: 60%; 
    float: left;
}


/* Elemento que simula un td del 50% alineado a la izquierda... */
.seemTd50AlignIzq
{
    width : 50%; 
    float : left;
/*	border: 1px solid; */
}


/* ------------------------------------ Fin estilos de las simulaciones de tablas  ------------------------------------ */

/* ------------------------------------ Estilos para las imagenes ------------------------------------ */

img
{
	vertical-align: middle; 
	border: 0px solid; 
}

/* ------------------------------------ Fin estilos para las imagenes ------------------------------------ */

