@charset "utf-8";
/* CSS Document */
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #000000;
	font-size: 12px;
	margin-top: 10px;
}
/* ----------------- CABECERA ------------------------- */
#top {
	clear: both;
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	text-align: center;
}
#top p {
	color: #999999 !important;
	letter-spacing: 0.7em;
}
/* ----------------- PORTADA ----------------------- */
#portada {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/bg0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 220px;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	margin-top: 240px;
	margin-left: 125px;
}
#menu2 {
	width: 220px;
	overflow: visible;
	position: relative;
	clear: none;
	float: right;
	margin-top: 240px;
	margin-right: 105px;
}
#menu ul, #menu2 ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	width: 210px;
}
#menu li, #menu2 li {
	width: 220px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#menu li a, #menu2 li a {
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	width: 205px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#menu li a:hover, #menu2 li a:hover{
	color: #FF0000;
	text-decoration: none;
	background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
#menu p, #menu2 p {
	font-size: 12px;
	padding-left: 10px;
	background-color: #666666;
	height: 20px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ********************** PIE ********************** */
#pie {
	width: 960px;
	height: 100px;
	overflow: hidden;
	clear: both;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#pie p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0.1em;
	line-height: 14px;
}
#pie strong {
	font-weight: bold;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
