/* ------------------- HOJA DE ESTILO DE SITHNET ------------------- */        

/* --------------------- DEFINICIÓN DE CLASES ---------------------- */

.blanco {
	color: white;
}
.azul {
  	color: #400080;
}
.gran {
  	color: #800040;
}
.rojo {
	color: #660000;
}
.rojoneg {
	color: #660000;
	font-weight: bold;
}
.rojint {
	color: #AA0000;
}
.rojintneg {
	color: #AA0000;
	font-weight: bold;
}
.marron {
	color: #631810;
}
.morado {
	color: #5E0380;
}
.moradoneg {
	color: #8080ff;
	font-weight: bold;
}
.verde {
	color: #00BB00;
}
.verdeneg {
	color: #00BB00;
	font-weight: bold;
}
.verdeos  {
	color: #05871E;
	font-weight: bold;
}
.gris {
	color: #999999;
}

.amarillo {
	COLOR : #FFBD18;
}

.menor {
	font-size: 85%;
}

.mayor {
	font-size: 105%;
}

.titulo1 {
	position:relative; 
	left:0px; top:0px;
}

.titulo2 {
	position:absolute; 
	left:190px; top:25px; 
}

.titulo2-h4 {
	position:absolute; 
	left:190px; top:27px;
}

.trp7 {
	color : white;
	font-size : 7.5pt;
}

.lineahome {
	text-align : center;
	color : #800000;
	width : 100px;
}

.lineahome2 {
	text-align : center;
	color : #800000;
	width : 85%;
}
	
.marcohome {
	margin-bottom : 5px;
	text-align : center;
}

.inputbuscador {
	border:2px solid #770000;
	margin-top:10px;
	margin-bottom:5px;
	font-size:10px;
	width:70px;
}

.titularhome {
	text-align : center;
	font-weight : bold;
	color : white;
}

.txtcajahome {
	font-size : 9.5pt;
	color : white;
}

.subtitulo1 {
	margin : 0px;
	text-align : center;
	color : #400080;
}

.subtitulo2 {
	margin : 0px;
	text-align : center;
	color : #660000;
}

.tituloseccion {
	text-align : center;
	color : #660000;
}

.titular {
	color : white;
}

.principal1 {
	color: #AA0000;
	text-align : center;
}

.resaltado1 {
	color : #400080;
}

.resaltado2 {
	color : #660000;
}
	
.resaltado3 {
	color: #009900;
}	
	

/* ----------------- FORMATO DE HIPERVÍNCULOS ---------------------- */

A {
    text-decoration : none;
}

A:link {
    color: Blue;
}
A:visited {
    color: #408080;
}

A:hover {
    color: #ff0000;
}

A.linkcajahome {
	text-align : center;
	font-size : 10.5pt;
	color : #C0C000;
}

A.linkmarcohome {
	margin: 0px;
	text-align : center;
	font-weight : bold;
	font-size : 7pt;
}

/* --------------------- FORMATO DE PÁRRAFOS, LISTAS Y TABLAS ----------------------- */

BODY {background-color: white;}

P, UL, OL, TD, DD {
    text-align : justify;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10pt;
    color: #000000;
}

LI#reb {
   vertical-align: bottom;
   list-style: url(puntoreb.png);
}

LI#imp {
   vertical-align: super;
   list-style: url(puntoimp.gif);
}

LI#remote {
   vertical-align: super;
   list-style: url(puntoremote.gif);
}

/* --------------------- FORMATO DE CABECERAS ---------------------- */

H1, H2, H3, H4, H5, H6  {
    margin-top:0px;
    font-family : Verdana, Arial, sans-serif;
    color: #000000;	
}
H1   {
	font-size : 30pt;
}
H2   {
	font-size : 17pt;
}
H3   {
	font-size : 13pt;
}
H4   {
	font-size : 11pt;
}
H5   {
	font-size : 7.5pt;
}
H6   {
	font-weight: normal;
	font-size : 7.5pt;
}
