/* naranja F08800 */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
	background-color: white;
}
body, p, a, input, ul, li {
	font: 12px/130% Arial, Helvetica, Tahoma, Geneva, Verdana, sans-serif;
	color: #9DA1A6;
}

img{
	border: none;
}

a{
	outline: none;
	text-decoration: none;
}
h1{
 	color: #6F9383;
	font: normal normal 26px/30px  Arial;
}
h2{
 	color: #6F9383;
	font: normal bold 18px "Arial Narrow", Arial;
}

/*Cajas de estructura */
#container {
	width: 1000px;
	padding: 0;
	margin:0 auto;
	background: url(imagenes/sombra.jpg) repeat-y;
	text-align: center;
	clear: right;
	height:100%;
}
#pie {
	height: 90px;
	padding: 20px;
	margin:0;
	text-align: center;
	vertical-align: middle;
	clear: left;
	background: #D0D1D1 url(imagenes/fondo_pie.png) repeat-x;
}
#pie #direccion{
	font-size: 14px;
	color: white;
	margin-top: 15px;


}

#pie #menuInf a{
	font-size: 12px;
	color: #B5B5B5;
	margin-top: 25px;

}
#head{
	width: 900px;
	height: 100px;
	padding: 0;
	margin:0 auto;
	background-color: white;
	color: #006648;
	clear: right;
}
#slogan{
	width: 900px;
	height: 17px;
	padding: 5px 0;
	margin: 10px auto 5px;
	text-align: right;	
	clear: right;
}
#menuSup{
	width: 900px;
	text-align: right;
}
#contenido{
	width: 900px;
	padding: 0;
	margin:0 auto;
	color: #006648;
	text-align: left;
	clear: both;
}

#contenidoHome{
	width: 900px;
	height: 410px;
	padding: 0;
	margin:0 auto;
	border-top: 6px solid #DFE1E3;
	color: #006648;
}

#nota{
width:650px;
float:left;
color: #006648;
list-style-type: circle;
}
#pathway, #pathway a {
	color: #F08800;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
}

#colIzq {
	width: 170px;
	height:370px;
	float:  left;
	background-color: #E8E9EB;
	text-align: center;
	padding: 0;
	margin:0;
}
#pie a{
	color: #006648;
	text-decoration: none;
}
/*novedades x3 de la home */ 
.titulito{
	color: #6F9383;
	font-size: 10px;
	font-weight: bold;
}
.copetito{
	color: #9DA1A6;
	font-size: 9px;
}
.readon, .readon a{
	color: #F08800;
	text-decoration: none;
	font-size: 9px;

}
/* sistemas de navegacion */
#menuSup{
	font-size: 10px;
	line-height:10px;
	width: 100%;
	text-align: right;
	color: #9DA1A6;

	}

#menuMain{
	float: right;
	margin-top: 39px;
}

#menuSup a{
	color:#B0AFAF;}
	
#colIzq #menu-izq {
width: 170px;
list-style-type: none;
	text-align: left;
}

#colIzq #menu-izq ul {
padding:0;
list-style-type: none;
text-align: left;
} 
#colIzq #menu-izq a {
margin: 0;
display: block;
width:170px;
border: none;
text-decoration: none;
font-size: 11px;
padding: 10px 0 8px 15px;
	line-height: 11px;
} 

#colIzq #menu-izq a:link,  #colIzq #menu-izq a:visited {
color: #9DA1A6;
background: url(imagenes/bot-izq-fondo1.png) no-repeat;
}
#colIzq #menu-izq a:hover {
color: #9DA1A6;
background: url(imagenes/bot-izq-fondo2.png) no-repeat;

}
#colIzq #menu-izq a:active {
color: #9DA1A6;
background: url(imagenes/bot-izq-fondo2.png);

}

/* menu derecho */ 

#menu-der {
width: 185px;
float: right;
overflow:hidden;
}

#menu-der ul {
margin: 0;
padding:0;
list-style-type: none;
} 
#menu-der a,  #menu-der .activo{
display: block;
width:166px;
padding: 4px 4px 4px 20px;
border: none;
text-decoration: none; 
} 
#menu-der .sub{
display: block;
width: 141px;
padding: 0 0 0 20px;
border: none;
text-decoration: none; 

} 
#menu-der .sub2{
display: block;
width: 141px;
padding: 0 0 0 30px;
border: none;
text-decoration: none; 

}

#menu-der a:link,  #menu-der a:visited {
color: #9DA1A6;
}



#menu-der a:active, #menu-der .activo {
background: #6B8CA6 url(imagenes/flechita.gif) no-repeat 0 0;
color: #ffffff;
} 
#menu-izq a:hover, #menu-der a:hover{
	color:#F08800;
}