/* CSS Document */

body { margin: 10px 10px 0px 0px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #183F5E; line-height: 16px; background-color: #D4D2BF}

table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #183F5E;
	font-size: 11px; }
	
	
select { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #183F5E;
	font-size: 11px; }

TD {
	vertical-align: top;
	border-bottom: 1px solid #A4C0D6;
	padding: 5px
}

.recorrido
{
	width: 90px
}

h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-weight: normal;
	color: #215278;
	margin-bottom: 20px;
	
}


h2 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #215278;

	
}

h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #183F5E;
	font-size: 11px; 
	text-align: justify;
	margin-top: 15px;
	
}

.imgnota {
	margin-left: 10px;
	float: right;

	
}

a:link { text-decoration: underline; color: #183F5E}
a:linked { text-decoration: none; color: #183F5E }
a:visited {	text-decoration: none; color: #183F5E}
a:hover { text-decoration: none; color: #183F5E}



/* tabla actividades en barrios */ 

* { margin: 0px; padding: 0px;}

#cont {
    width: 780px;
	position: absolute;
    left: 50%;
    margin-left: -390px;
	height: 100%;
	background-image: url(../imagenes/fdo.gif); background-repeat: no-repeat;
	border-left: 6px solid #8CB8DA;
	border-right: 6px solid #8CB8DA;
	
}

#cabezal {
	width: 760px;
	height: 22px;
	position: absolute;
	margin-left: -380px;
	left: 50%;
	background-color: #719CBD;
	margin-top: 78px;
	padding-top: 4px;
	padding-left: 6px;
}


#imgprin {
	width: 320px;
	height: 256px;
	position: absolute;
	background-color: #719CBD;
	margin-top: 102px;
	background-image: url(../imagenes/imgprindieste.jpg); background-repeat: no-repeat;
}

#notas {
    width: 440px;
    position: absolute;
	margin-top: 140px;
	margin-left: 330px;
	padding: 5px;
	height: 413px
}

#contenido {
    width: 488px;
    margin-top: 140px;
	position: absolute;
    margin-left: 148px;
	padding: 5px;
	height: 100%
}

/* menu navegacion horizontal */

#navcontainer { 
margin-left: 40px;
	font-size: 12px;}

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { 
	content: " | ";
	padding: 5px;
	height: 80%;
 }
 
#navlist li:first-child:before { 
	content: "";
}


/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid white;
padding: 0 10px 0 10px;
margin: 0 10px 0 -10px;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
