body {
	background: #fff url(./images/body.png) repeat-x top left;
	margin: 0px;
	padding: 0px;
	font: 90% "Lucida Grande", Lucida sans, verdana, arial, helvetica;
	color: #333;
	text-align: center;
}
#logo {
	width: 800px;
	margin: auto;
	margin-top: -5px;
	border: 0px;
	height: 65px;
	text-align: left;
}
#logo img {
	border: 0px;
}
#beta {
	background: url(./images/portada/beta.png) no-repeat top right;
	position: absolute;
	width: 123px;
	height: 120px;
	right: 40px;
	top: 80px;
	z-index: 1000;
}
#beta img {
	z-index: 1;
}
a {
	color: #7988A3;
	text-decoration: none;
}
a:hover {
	color: #0C90E5;
	text-decoration: underline;
}
#contenedor {
	width: 800px;
	margin: auto;
	margin-top: -10px;
	margin-bottom: 50px;
	z-index: 12;
}
/* menu manzanita */
#menu {
	z-index: 12;
}
#left {
	background: none;
	width: 71px;
	height: 46px;
	float: left;
}
#left img {
	border: 0px;
}
.menuitems {
	width: 94px;
	height: 46px;
	float: left;
}
.menuitems img {
	border: 0px;
}
#derecha {
	width: 71px;
	height: 46px;
	float: left;
}
#derecha img {
	border: 0px;
}
/*  barra lateral */
#sidebar {
	width: 175px;
	float: left;
	text-align: left;
	margin-left: 10px;
}
.tapa1 {
	background: url(./images/sidebar/tapa-sidebar.png) no-repeat;
	width:175px;
	height:46px;
	min-width:175px;
	min-height:46px;
	margin-top: -10px;
	margin-bottom: -12px;
}
.tapa1-b {
	background: url(./images/sidebar/tapa-sidebar-b.png) no-repeat;
	width:175px;
	height:46px;
	min-width:175px;
	min-height:46px;
	margin-top: 20px;
	margin-bottom: -12px;
}
.tapa1-c {
	background: url(./images/sidebar/tapa-sidebar-descargas.png) no-repeat;
	width:175px;
	height:46px;
	min-width:175px;
	min-height:46px;
	margin-top: -10px;
	margin-bottom: 0px;
}
.tapa2 {
	background: url(./images/sidebar/tapa-sidebar2.png) no-repeat;
	width:175px;
	height:46px;
	min-width:175px;
	min-height:46px;
	margin-top: -15px;
}	
#sidebar ul {
	background: url(./images/sidebar/fondo-sidebar.png) repeat-y;
	list-style: none;
	font: 80% "Lucida Grande", Lucida sans, verdana, arial, helvetica;
}
#sidebar ul li {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-right: 39px;
}
#sidebar ul li a {
	padding-left: 5px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}
#sidebar ul li a:hover {
	padding-left: 5px;
	color: #0C90E5;
	text-decoration: none;
	font-weight: bold;
}
.submenus {
	background-image: none;
	list-style: none;
	font: 90% "Lucida Grande", Lucida sans, verdana, arial, helvetica;
	margin: 0px;
}
.submenus li {
	background: none;
	list-style: none;
	font: 90% "Lucida Grande", Lucida sans, verdana, arial, helvetica;
}
/* cuerpo de la pagina */
#main {
	margin-left: 210px;
	text-align: left;
	padding: 20px 20px 10px 5px;
}
.portada {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}
.imgportada {
	float: left;
}
.rss-title a {
	display: none;
}
.rss-items {
	margin-left: 100px;
}
.feed {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.playerportada {
	padding-bottom: 10px;
	margin-left: 100px;
}
/* pie de pagina */
#footer {
	margin: 0px;
	padding: 10px;
	background: #fff;
	clear: both;
}
#footer ul {
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: arial, verdana;
	font-size: 11px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #677DA1;
	text-decoration: none;
	font-weight: normal;
}
#footer ul li a:hover {
	padding-left: 10px;
	padding-right: 10px;
	color: #0C90E5;
	text-decoration: none;
	font-weight: normal;
}
/* buscador */
.busquedas {
	text-align: center;
}
.buscar {
	margin-left: 130px;
	margin-top: 50px;
	height: 60px;
}
.buscaritem {
	float: left;
}
.buscaritem2 {
	float: left;
	margin-top: 20px;
}
.resultados {
	margin-left: 130px;
	margin-top: 0px;
	height: 60px;
}
/* errores */
.error {
	text-align: center;
}
.error p {
	text-align: left;
}
.parrafo {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
}
/* temporales */
.enconstruccion {
	text-align: center;
	margin-top: 100px;
}


