/* cuerpo del mapa */

body 
{ 
	background-color: #fff;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 0.7 em;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../mapaweb/img/forowww.gif) no-repeat scroll 10px 5px;
}

/* texto */

p.small 
{
	font-size: 0.8em;
	color: #666;
}

div.ayuda
{
	font-size: 0.6em;
	color: #666;
}

del 
{
	color: #C3332B;
	text-decoration: none;
	font-weight: bold;
	font-size=0.7 em;
}

h1 
{
	font-size: 1.5em;
	color: #2C5F8F;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999;
}

/* enlaces para titulos */

a.titulo 
{ 
	color: #000000;
    font-weight: bold;
	font-size: 0.9em;
}

a.titulo:visited 
{ 
	color: #000000;
	text-decoration: none;
}
	
a.titulo:hover
{ 
	color: #000000;
	border-bottom:1px solid #FFF;
	text-decoration: underline;
}
	
a.titulo:active 
{ 
	color: #000000;
	text-decoration: none;	
}	

/* enlace para volver a pagina de inicio */

a.inicio
{ 
	color: #c6e7ef;
	font-size: 0.8em;
	text-decoration: none;
}

a.inicio:visited 
{ 
	color: #c6e7ef;
	text-decoration: none;
}
	
a.inicio:hover
{ 
	color: #fff;
	text-decoration: underline;
}
	
a.inicio:active 
{ 
	color: #c6e7ef;
	text-decoration: none;	
}	

/* enlaces normales */

a
{ 
	color: #3366cc;
	font-size: 0.8 em;
	text-decoration: none;
}   

a:visited  
{ 
	color: #3366cc;
}    

a:hover 
{ 
	color: #A24A64;
	text-decoration: underline;
}    

a:active   
{ 
	color: #ff6600;
}   
	

/* imagenes */

img 
{ 
    border: 0; 
}

/* tablas */

table.contenido
{
	border: 1px solid;
	height: 100%;
	width: 100%;
}

td.copyright 
{
	font-size: 0.7em;
	color: #666;
}

td.seccion
{
	color: #FFF;
	font-weight: bold;
}

/* celda que se pinta con el borde de arriba */
/* para opciones colocadas a la derecha de cada seccion */
td.opcion
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none
}

/* celda que sepinta con el borde de arriba y de la derecha */
/* para opciones colocadas a la izquierda de cada seccion*/
td.opcionlateral
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none
}

/* para hacer el efecto de línea separadora entre el logo y el mapa */
td.arriba
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}