@charset "utf-8";
/* CSS Document */

/********************** Header styles */

.marco { background-color: #FFF; padding: 10px; }

/* header nav CONTENT */
	
.topestMenu {
	height:137px;
	margin: 0;
	padding:0;
	
	background-image:url(../imagenes/custom/textura.gif); 
	font-size:11px;
	text-align:left;
}
	
.topestMenu a {
	margin-left:5px;
}
	
.topestMenu .left { 
	width:139px;
	height: 137px;
	background-image:url(../imagenes/custom/foro_head_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
.topestMenu .center { 
	height: 137px;
	float:left;
}
.topestMenu .right { 
	width:686px;
	height: 137px;
	background-image:url(../imagenes/custom/foro_head_right.jpg);
	background-repeat:no-repeat;
	float:right;
}

.topBlock{
	position:relative;
	height:60px;
	border:0;
	margin-bottom:10px;
	background-image:url(../imagenes/custom/header_separate.gif);
	background-repeat:repeat-x;
	background-position: top;
}

/* Menu foro */	

.navcontainer{
	padding: 8px 0 0 25px;
}

ul#navlist {
	font-family:tahoma;
	font-size:11px;
	line-height: 20px;
	
	padding:0;
	margin: 0;
}

ul#navlist li {
	color:#FFFFFF;
	font-weight: normal;
}

#navlist li {
	list-style-image:url(../imagenes/custom/img_list01.gif);
	margin: 0;
	padding: 0;
}

ul#navlist li.active {
	list-style-image:url(../imagenes/custom/img_list02.gif);
	color:#6f6e6e;
}

ul#navlist li.active a {
	color:#6f6e6e;
	text-decoration:none;
}

#navlist a {
	color: #FFFFFF;
	text-decoration: none;
	padding:0px;
}

#navlist a:hover { 
	color:#3a90ea;
	text-decoration: underline; 
}

/********************** Footer styles */

.footer 	  { background-color:#fff; padding-bottom: 10px; color:#FFF; }
.footer a	  { color:#FFF; font-weight: bold; }
.footer-marco { background-color:#2474C7; margin:0 10px; padding:10px; }

.legacy ul 	  { list-style: none; }
.legacy li    { display:inline; }

.developed ul { list-style: none; }
.developed li { display:inline; }
