* { margin:0; padding:0; }

body 
{
	font-family:verdana;
	font-size:12px ;
	background:#ffccff;
	text-align:left;
}

a
{
	color:#2290dd;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#663366;
}

/* MENU */

#menu 
{
	background:url("img/fondo_menu.jpg");
	position:absolute;
	top:200px;
	left:25px;
	width:200px;
	height:300px;
	z-index:2;
}

ul#lista_secciones
{
	list-style:none;

}

li.seccion
{
	width:100px;
	height:60px;
	border:2px solid #bb88bb;
	text-align:center;
	margin-top:60px;
	margin-left:50px;
}

li.seccion a
{
	display:block;
	width:100px;
	height:60px;
}

li.seccion a:hover
{
	background:#ffccff;
}

li.seccion a span
{
	display:block;
	padding-top:20px;
}

#menuder
{
	position:absolute ;
	right:0px ;
	width:150px ;
	top:150px;
}

#contenido 
{
	position:absolute;
	margin:20px 0;
	left:235px;
	right:160px;
	z-index:1;
	text-align:center;
}


/* ########################### PORTADA ############################ */

img#portada
{
}

/* ########################### GALERIAS ########################### */

table#galerias
{
	width:100%;
	top:300px;
	border:2px solid #555;
	text-align:center;
}

table#galerias td
{
	border:1px solid #555;
}

table#galerias td a span
{
	display:block;
	padding: 15px;
}

/* ########################### GALERIA ########################### */

table#galeria
{
	border:2px solid #555;
	text-align:center;
	width:100%;
	top:300px;
}

table#galeria td
{
	border:1px solid #555;
	padding:0;
}
