/*Estilos genericos*/
body {
	margin: 0px 10px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

th, td { /* ns 4 */
  font-family: Arial,Helvetica,sans-serif;
}

th {
	font-size: 14px;
  	color: #FFFFFF;  	
}

h1, h2, h3 { text-align: left }
h4, h5, h6 { text-align: center }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #000000}
h1 { 
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align:right;
}
h2 { 
	font-size: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align:right;	
}
h3 {
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align:right;	
}
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

ol, ul, li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.hide { display: none }

div {font-size:12px}

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 */

p.copyright { font-size: small }
p.copyright small { font-size: small }

pre { margin-left: 2em }

p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

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 } 
}

td.peq {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif}

.form {font-family:Arial,Helvetica,sans-serif;
       font-size: 11px }
       
/*Presentacion*/
.celdajustifipresen {
	font-size:15px;
	font-weight:bold;	
	text-align:justify;
	color:#663366;	
}

.celdamasgrandepresen {
	font-size:20px;
	font-weight:bold;	
	color:#663366
}

/*Inscripcion*/
.celdagrandeinscrip {
	font-size:14px;
	font-weight:bold;		
	color:#003366;
	text-align:justify;	
}


/*programa*/
.celdamasgrandeprog {
	font-size:18px;
	font-weight:bold;		
	color:#996666;
}
       
.celdagrandeprog {
	font-size:16px;
	font-weight:bold;		
	color:#663333;
}

/*participantes*/
.celdamasgrandepart {
	font-size:18px;
	font-weight:bold;		
	color:#006666;
}

/*patrocinadores*/
.celdamasgrandepatr {
	font-size:18px;
	font-weight:bold;		
	color:#CC9900;
}

/*listado*/
.celdagrandelistado {
	font-size:18px;
	font-weight:bold;		
	color:#003366;
	text-align:justify;	
}

.celdapeque {
	font-size:11px;
	font-weight:bold;	
	color:#000000;
}

.celdamaspeque {
	font-size:11px;
	text-align:center;
	color:#000000;
}

.celda {
	font-size:12px;
	font-weight:bold;		
	color:#000000;
}

.celdajustifi {
	font-size:12px;
	text-align:justify;
}


.celdagrande {
	font-size:14px;
	font-weight:bold;		
	color:#000000;
}

.celdamasgrande {
	font-size:16px;
	font-weight:bold;	
	color:#000000;
}

.celdadatos {
	font-size:12px;
}


.texto {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	text-align:justify;
}

.textoderecha {
	font-family:Arial,Helvetica,sans-serif;
	text-align:right;
}

.imgvolver { text-align:right }

/*Mensaje de copyright*/
.copyright {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align: center;
}

/* Enlaces a las secciones al final de la pagina */
p.enlacesalt { font-size: 10px; text-decoration: none; text-align:center }
a.enlacesalt {text-decoration: none; color:#0000bb }
a.enlacesalt:hover { color: green }