/* BODY DE LA PÁGINA */
#actionscript-es{
	margin:0px;
	padding:0px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
}
/* topbar */
#topbar{
	background-color:#D4D0C8;
/*	border-bottom:2px ridge #D4D0C8; */
	border-bottom:4px solid black;
	height:20px;
	line-height:20px;
}
#topbar a{
	padding:0px 7px 0px 7px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	height:20px;
	float:left;
}
#topbar a:hover{
	background-color:#0A246A;
	color:white;
}
/* DIV (capa) PRIMERA (para el logo) */
#logo{
	width:200px;
	height:70px;
	float:left;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:1px;
	color:white;
}
/* DIV (capa) SEGUNDA (para los créditos de la página) */
#credits{
	float:left;
	width:350px;
	height:80px;
	margin-left:5px;
}
#credits form{
	margin:0px;
}
/* DIV (capa) TERCERA (para el posibles banners) */
#publi{
	float:left;
	height:80px;
	width:300px;
}
#publi form,#publi table{
	margin:0;
	padding:0;
}
/* ELEMENTOS COMUNES DE LA WEB */
ul,li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}
input,
select{
	font-size:10px;
}
/* proponer */
#proponer{
	clear:both;
	padding:5px;
}
/* AREA DE ENLACES */
#links{
	border-top:3px solid #426d97;
}
#ref,
#links{
	clear:both;
	padding:10px;
}
#ref div,
#links div{
	float:left;
	width:203px;
	margin:1px;
	background-color:#f9fafc;
	border:1px solid #f0f0f0;
}
#ref div li,
#links div li{
	height:18px;
	line-height:18px;
}
#ref div a,
#links div a{
	margin-left:10px;
	color:black;
}
#ref div a:visited,
#links div a:visited{
	color:#AAAAAA;
}
#ref div a:hover,
#links div a:hover{
	color:#f67f00;
}
#ref img{
	margin-right:5px;
}
/* TITULO DE LAS CATEGORÍAS DE LOS ENLACES*/
#proponer h3,
#links h3{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	margin:0px;
	text-indent:8px;	
	background-image:url(topcat.png);
	line-height:19px;
	height:20px;
}
/* FORM PROPONER ENLACES */
#proponer label{
	float:left;
	width:160px;
	margin-top:2px;
}
#proponer input,
#proponer select{
	margin-top:2px;
	width:200px;
}
#proponer #url{
	width:151px;
}
#proponer #mandar{
	width:120px;
}
#listado label{
	float:left;
	width:200px;
	height:20px;
}
#listado li{
	height:25px;
	text-indent:5px;
	line-height:23px;
}
#listado li.p{background-color:#DDDDDD;}
#listado li.s{background-color:#EFEFEF;}
.error{
	color:red;
}
/*SINDICARDOR*/
.rss li{
	width:400px !important;
}
p{clear:both;}
.rss{
	clear:both !important;
}
.rss ul{
	margin-bottom:30px;
}
