/* CSS Document */
body{
	margin:0px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
}
#header{
	display:block;
	height:180px;
	background-color:	#13843f;
}
#header h1{
	margin:0px;
	padding:0px;
}

#header h1 a, #header h1 a:visited, #header h1 a:hover{
	position:absolute;
	top:90px;
	left:30px;
	display:block;
	width:185px;
	height:90px;
	background-image:url(../img/logo-arliba.gif);
}

#header h1 span{
	display:none;
	visibility:hidden;
}

#header strong{
	position: absolute;
	left: 220px;
	top: 128px;
	color: #FFF;
	font-weight: normal;
}

#toolbar{
	display:block;
	height:30px;
	background-color: #616161;
	padding-left:800px;
}

#toolbar img{border:0}

#contenedor{
	display:block;
	width: 900px;
	border-right: 1px dotted #CCC;
}
/*  COLUMNAS   */
#col1, #col2, #col3{display:block; float:left; }

#col1{
	width:170px;
	margin-right:15px;
}
#col2{
	width: 510px;
	margin-right:15px;
}
#col3{
	width: 185px;
}

.col50{
	width:250px;
	display:block;
	float:left;
}
.colsep{
	width:10px;
	display:block;
	float:left;
}

#footer{
	margin-top:30px;
	clear:both;
	display:block;
	height:38px;
	background-image:url(../img/footer.microfono.gif);
	background-position: 80px 0px;
	background-repeat:no-repeat;
	padding-left:130px;
	background-color:#e9e7e7;
	font-weight:bold;
	padding-top:16px;
}
/* MENU DEL SITE*/
#menu{
	width:169px;
	border-right: 1px solid #EBEBEB;
	margin-bottom:10px;
}

#menu a, #menu a:visited{
	display:block;
	padding:5px;
	padding-left:15px;
	border-bottom: 1px solid #EBEBEB;
	font-size:12px;
	color: #525252;
	text-decoration: none;
}
#menu a:hover	{	background-color:#EBEBEB;}

#menu a .active{
	color:#000;
	background-color:#EBEBEB;
}

/* BANNES DEBAJO DEL MENU */
#menubanners{
	margin-left:10px;
	margin-bottom:10px;
}
#menubanners img{
	border:0px;
	margin-bottom:10px;
}

/* BUSCADOR DE LA WEB */
#buscadorweb{
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom:10px;
	padding:5px;
	text-align:right;
}

#buscadorweb a, #buscadorweb a:visited{
	clear:both;
	display:block;
	padding-top: 5px;
	color: #13843F;
	font-weight: bold;
	text-decoration: none;
}

#buscadorweb #q{
	float:left;
	width:126px;
	padding:3px;
	background-color: #e9e7e7;
	font-size:11px;
	border: 0;	
}
#buscadorweb #bot-buscar{
	float:left;
}
/* ESTILOS EL LOGIN*/

#formlogin{
	width:150px;
	margin-left:15px;
}
#formlogin label{
	font-size:10px;
	display:block;
	color:#616161;
	margin-bottom:3px;
}
#formlogin input{
	width:145px;
	font-size:11px;
	display:block;
	color:#000;
	margin-bottom:5px;
	background-color:#e9e7e7;
	border:0;
	padding:3px;
}
#formlogin .boton{
	margin-left:60px;
	font-weight:bold;
	width:90px;
}

#archivo a, #archivo a:visited{
	font-size: 13px;
	color: #979898;
	display:block;
	margin-bottom:3px;
}
#archivo a:hover{color: #616161;}

#ultimasdescargas .titulo{
	background-color:#616161;
	color:#FFF;
	padding:3px;
	display:block;
	text-align:center;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

#ultimasdescargas a, #ultimasdescargas a:visited{
	display:block;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #EBEBEB;
	color: #616161;
}

#ultimasdescargas .link a, #ultimasdescargas .link a:visited{
	background-color:#616161;
	color:#FFF;
	padding:3px;
	display:block;
	text-align:center;
	font-size:11px;
	background-color:#e9e7e7;
	text-align:right;
	margin-bottom:10px;
}
#col-noticias a, #col-noticias a:visited{
display:block;
border-bottom: 1px dotted #e9e7e7;
padding-bottom:3px;
margin-bottom:3px;
font-size:14px;
color:#616161;
letter-spacing:-1px;
}

#col-noticias em{
letter-spacing:0px;
font-style:normal;
font-size:10px;
display:block;
color: #2967a6;
}

#listado-asociados h2{

font-size:14px;
margin:0px;
margin-top:10px;
font-weight:bold;
}

#listado-asociados a, #listado-asociados a:visited{
display:block;
margin-bottom:3px;
padding-bottom: 3px;
border-bottom:1px dotted #CCC;
}

#anduaga{
	visibility:hidden;
	display: none;
}

