/*Estilos genericos para el sitio */
body {
	margin: 0em 0em 0em 0px;
	font-family: Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	background: black;
	background-position: top left;
	background-repeat: no-repeat;
}

:link { color: #FFFFFF; background: transparent; text-decoration: none }
:visited { color: #FFFFFF; background: transparent; text-decoration: none }
:active { color: #DB0202; background: transparent; text-decoration: none }
:hover { color: #DB0202; background: transparent; text-decoration: none }

th, td { /* ns 4 */
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
}

th {
	font-family:Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size:16px;
  	font-weight: bold;
}

td {
	color: #FFFFFF;
	font-family:Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
}

h1, h2, h3 { text-align: center;
	     color: #335342;
}

h4 { text-align: right; margin-left: 7px; }
h5 { text-align: center; color: #335342;}
h6 { text-align: center; margin-left: 7px; }
/* background should be transparent, but WebTV has a bug */



h1 { 
	font-size: 24px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
h2 { 
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
h4 { font: bold 100% sans-serif }
h5 { font-size: 16px;
     font-family: Arial,Helvetica,sans-serif;
     font-weight: bold;
     text-decoration: underline; }
h6 { font: 100% sans-serif }
h7 { font-size: 18px;
     font-family: Arial,Helvetica,sans-serif;
     font-weight: bold;
     text-align: justify;}  
     
ol, ul, li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align:justify;
 	font-weight: bold;
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-right: 15px;
	list-style-position: outside;
}
      
.hide { display: none }


div {font-size:12px; color: #FFFFFF;}

div.head { margin-bottom: 1em }
div.head h1 { margin-top: 2em; clear: both }
div.head table { margin-left: 2em; margin-top: 2em }
div.head img { color: white; border: none } /* remove border from top image */

@media screen {  /* hide from IE3 */
a:hover { background: transparent } 
}

pre { margin-left: 2em }

p {
	color: #FFFFFF;
	font-family:Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 5px;
}

p.indice {
	font-family:Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size:14px;
	background: #000000;
	border:thick solid #FFFFFF;
	border-width: 1px;
	line-height: 1.4em;	
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;	
	padding: 2px;
}

p.p2 {
	font-family: Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	line-height: 1.4em;
}

p.p3 {
	font-family: Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;	
	line-height: 1.4em;	
}
p.p4 {
	font-family: Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;	
}
p.p5 {
	font-family: Bankgothic MD BT,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;	
	line-height: 1.4em;	
	margin-left: 75px;
	margin-right: 40px;
}

p.p6{
	color: #FFFFFF;
	font-family: Comic Sans MS,Times New Roman,Helvetica,sans-serif;
	font-size:14px;
	text-align: center;
	line-height: 1.4em;
	padding-top: 0px;
	margin-top: 0px;
}




.menuitem:hover,.menuitem:active,.menuitem:link,.menuitem:visited {
	background: transparent;
	text-decoration: none;
}

.menuitem:hover {
	color: #FF0000;
}
.menuitem:active {
	color: #FF0000;
}
.menuitem:link {
	color: #FFFFFF;
}
.menuitem:visited {
	color: #FFFFFF;
}

a.paginar {
	font-family: Comic sans ms,sans-serif;
	font-size: 12px;
	font-weight: italic;
	color: #FFFFFF;
}
a.paginar:hover {
	color: #DB0202;
}


dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}


/*celdas del formulario*/
td.peq {
	font-size: 10px;
}
.celdas {
	font-size: 10px;
	border: 2 solid #CCCCCC;
	background: #FFFFFF;
	line-height: 1em;
}
	
/*parte inferior de las paginas*/
p.copyright { 
	      font-family: Arial,Helvetica,sans-serif;
	      font-size: 10px;
	      text-align: center; 
}