@charset "utf-8";
/* CSS Document */
body
	{
		background: url('../imag/underground.jpg') repeat;
		background-attachment:fixed;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-left:160px;
		margin-top:35px;
		line-height:150%;
	}
img, object
	{
		padding: 0;
		margin: 0;
		border: 0;
	}
a
	{
		color:#333092;
		text-decoration:none;
	}
a:hover
	{
		text-decoration:underline;
	 }
#base
	{
		width:955px;
		float:left;
		text-align:center;
	}
#btn_prim, #btn_segu, #btn_terc, #btn_cuar, #izquierdo
	{
		float:left;
	}
#derecho
	{
		padding:10px;
		float:left;
		text-align:justify;
		background:#FFFFFF;
		width:710px;;
	}
.Titulos
	{
		font-weight:bold;
		font-size:14px;
	}
	
#rows {
	width:600px;
	float:left;
	text-align:center;
}
#cols_left {
	width:200px;
	float:left;
	text-align:right;
	padding:3px;
}
#cols_right {
	float:left;
	text-align:left;
}
.menu{
	position: absolute;
	color: #000;
	text-align: center;
	width: 531px;
	margin-left: -750px;
	margin-top: -35px;
	font-weight: bold;
}
#Menue {
	position:absolute;
	border:1px solid #000;
	z-index:1000;
}
.menu li{
	display:inline;
	margin:0px 0px 0 0;
	padding:0;
}
.menu ul{
padding:0px 2px 0px 0 ;
text-align: center;
list-style:none;
}
.menu a{
float:left;
color: #000;
margin:0 0px 0 0;
padding:0 23px 0px 23px;
text-decoration:none;
text-align: center;
}
.menu a span{
float:left;
display:block;
padding: 0px 0px 0px 0px;
}
.menu a span{
float:none;
}
.menu a:hover{
background-color: #EEE;
color:#000;
}
.menu a:hover span{
background-color: #EEE;
color:#000;
}
.menu .selected a, menu .selected a span{ /*currently selected tab*/
background-color: #EEE;
color:#000;
}
#head_ppal {
	z-index:-1;
}