/********************* Estilos genericos para el sitio ********************************/
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	background-position: top left;
	background-repeat: no-repeat;
}

body.Contenido {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	background-position: top left;
	background-repeat: no-repeat;
}

a { font-size: 12px; font-weight: normal; }
:link { color: #0000CC; background: transparent;text-decoration: none; }
:visited { color: #660099; background: transparent;text-decoration: none; }
:active { color: #0000CC; background: transparent;text-decoration: none; }
:hover { color: #E16745; background: transparent;text-decoration: none; }

th, td { /* ns 4 */
  font-family: Arial,Helvetica,sans-serif;
}


th {
	background-color:transparent;
  	color: #FF0000; 
	font-size: 16px;
  	font-weight: bold;
}

td {
  	color: #000000;  
  	font-weight: normal;
  	font-size: 12px;
}

h1, h2, h3 { text-align: left;
	     color: #F15F37;
	     margin-top:10px;
}
h4, h5, h6 { text-align: center }
/* background should be transparent, but WebTV has a bug */


h1 { 
	font-size: 16px;
	font-family: Tahoma,Helvetica,sans-serif;
	font-weight: bold;
	margin-left: 5px;
}
h2 { 
	font-size: 18px;
	font-family: Tahoma,Helvetica,sans-serif;
	font-weight: bold;
	margin-left: 5px;
}
h3 {
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h4 { 	
	font-family: Arial,Helvetica,sans-serif;
	color: #F15F37;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-left: 5px;
}
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

ol {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-align:left;
	line-height: 1.2em;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
	font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	line-height: 1.4em;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	text-indent: 16px;
}

.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 */

@media screen {  /* hide from IE3 */
a:hover { background: transparent } 
}

pre { margin-left: 2em }

p {
	color: #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-indent: 2px;
	text-align:justify;
	font-weight: normal;
	line-height: 1.4em;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 10px;
}

center {
	color: #4D4C4C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;	
	font-weight: normal;
}

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 } 
}


/*************************** Entorno Administracion (/admin) **********************/
/*Colores interfaz*/
th.fondomenu {
	background-color: #EEEEEE;
}

th.fondoseccion {
	background-color: #EEEEEE;
}

th.fondocontenido {
	background-color: #D6D7E7;
}

td.colorlinea {
	background-color: #000000;
}
td.fondomenu {
	background-color: #EFECEC;
}
td.fondocontenido {
	background-color: #FFFFFF;
}

td.fondoinfo {
	background-color: #EEEEEE;
}
td.fondoform {
	background-color: #EEEEEE;
	font-size: 12px;
}
td.fondoformpeque {
	background-color: #EEEEEE;
	font-size: 10px;
}

/*************************** estilos genericos para texto *************************************/
.texto {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:justify;
	color: #F15F37;
}

.textoresal { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;		
	color: #F15F37;
}

.textoitalic {
                font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		color: red;
		text-indent: 30px;
		font-style: italic;
		text-align: center;
}
.textosubrayado {
                font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		color: #000000;
		text-align:left;
		text-decoration:underline;
}

/************************** Formularios **********************************************/

/*estilos que suponen una excepcion para algunos elementos*/
td.peq {font-size: 10px; font-family: Arial, Helvetica, Verdana, sans-serif}

.form {font-family:Arial,Helvetica,sans-serif;
       font-size: 11px;
      }
.campoobligatorio {font-size:12px;color:red}

/********************************** Formatear mensajes de error ***************************/
/*Codigo de error*/
p.error {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight: bold;	
	color: #FF0000;
}
p.warning {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight: bold;	
	color: #003399;
}

/*Texto explicativo error*/
p.errorpeque {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #FF0000;
}


