/*--------------------------------------*/
/* Plantilla global.css                 */
/* Fecha: 17-10-2005                    */
/* Autor: Leonardo Martinez             */
/* Modificaciones:                      */
/*--------------------------------------*/

body
{
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	/* margin: sup der inf izq */
	margin: 1em 1em 1em 1em;
	padding: 0;
	background: #E6E6FA;
}

#main {
	margin: 0px auto;
	text-align: left;
}

#cabecera, #pie {
	background: #ffffff;
    padding: 0px;
	margin: 1em 0px 2em 0px;
	border: 1px solid #B0C4DE;
}

#cabecera .titulo {
    text-align: center;
   	font-size: 2em;
}

#cabecera h2 {
    text-align: center;
   	font-size: 1.5em;
}

#cabecera td {
	font-size: 8pt;
	text-align: center;
	padding: 0px;
}

#content {
	background-color: white;
	padding: .5em 1em;
	margin: 1em 0px;
	border: 1px solid #B0C4DE;
}

#content h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	background-color: white; /*#add8e6;*/
	border: 1px solid black;
	padding: 0px;
	line-height: 2em;
}

#content h2 {
	font-size: 115%;
	font-weight:bold;
	text-align:center;
}

#content h3 {
	font-size: 105%;
	font-weight:bold;
	text-align:center;
}

#content .resp {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 1.2em;
	padding: 1em;
	margin: 1em;
    text-align: center;
	background: #f8f8f8;
}

#content .titulo {
	background-color: #add8e6;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 8pt;
	padding: 2px 0px;
}

#content form {
	font-size: 80%;
	background-color: #cfd1d4;
	border-width: medium;
	border-style: ridge;
	border-color: #steelBlue;
}

#content img { border:0; }

#pie {
	clear: left;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	/* border-top: 1em; */
}

/*---------------------------*/
/* Estilos XML.              */
/*---------------------------*/

#mapas {
  color: black;
}

#mapas .separa {
  border-top: 1px solid #add8e6;
  margin: 10px 0px 20px 0px;
}

#mapas .tema {
  color: #4169E1;
  font-weight: bold;
  font-size: 1.3em;
}


/*---------------------------*/
/* Estilos Generales.        */
/*---------------------------*/

.negri { font-weight: bold; }

.justi { text-align: justify; }

.centrado { text-align: center; }

.error { color:#FF0000; }

.azulado { color: #4169E1; }

