#contenedorHome {
	width: 100%;
	height: 100%;
	top: 5%;
	margin: 0px auto;
	position: absolute;
	text-align: center;
}

#barraHome {
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 10%;
	width:100%;
}

#content {
	background-color: #E8E8E8;
	width: 100%;
	height:100%;
	position: relative;
}

#cuerpo {
	width:960px;
	margin-bottom: 20px;
}
#menu {
	width: 100%;
	float: left;
}

#cabecera {
	width: 960px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	clear:both;
	height: 160px;
}
#cab1 {
	background-image: url(../img/cabecera_ojo.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 130px;
}
#cab3 {
	background-color: #cecd00;
	color: #000000;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	float: left;
	width: 710px;
	text-align: center;
}
#num {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	float: left;
	width: 170px;
	text-align: center;
}

#indices {
	list-style: none;
	margin: 0px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #999;
	border-bottom: none;
	padding: 0px;
	width: 400px;
}
#indices li {
	float:left;
	padding: 0px;
	margin: 0px;
	height: 32px;
	line-height: 32px;
	width:100px;
	overflow: hidden;
	position: relative;
	background-color: #000;
	color:#CECD00;
}

#indices li a {
	text-decoration: none;
	color: #CECD00;
	font-size: 12px;
	display: block;
	padding: 0px 19px;
	outline: none;
}

#indices li a:hover {
	color: #FFF;
}

#indices li.active, #indices li.active a:hover {
	background-color: #CECD00;
	border-bottom: none;
	color: #FFF;
}
#indices li.active a {
	color: #000;
}

#indices li:hover {
	background-color: #CECD00;
	border-bottom: none;
}

#tab_container {
	border: 1px solid #999;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 958px;
	background-color: #CECD00;
	position: relative;
}

#container_tabs {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.tab_content {
	padding: 20px;
	font-size: 12px;
}
.tab_content a {
	color: #000;
}
.tab_content ul {
	margin: 0px;
	padding: 0px 5px;
	width: 99%;
}

#innerContent {
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #F0F0F0;
}

#pdfIframe {
	position: fixed;
	width: 60%;
	height: 90%;
	top: 5%;
	left: 20%;
	border: none;
}

.center {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 1;
	color: #F0F0F0;
	filter: alpha(opacity = 60);
	-moz-opacity:.60;
	opacity:.60;
}


body {
	font-family: Arial,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/fondo.jpg) no-repeat;
	margin: 0px;
	/*background-color: #E3FED3;*/
}



a {
	text-decoration: none;
	color: #CECD00;
}

ul {
	list-style: none;
	/*width: 100%;*/
}

li {
	margin-bottom: 1px;
	/*height: 20px;*/
	padding: 5px;
}

#opacity {
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 1;
	color: #F0F0F0;
}

.centrado {
	width: 960px;
	margin: 0px auto;
}

.even {
	background: #F0F0F0;
}

.odd {
	background: #AFAFAF;
}