@charset "UTF-8";
/* CSS Document */

body {
	background: #333333 url(../images/f_gestion.jpg) top repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

#wrap {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;	
	}

/*TODOS LOS H1-H6*/
h2.title {
	font: 22px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 780px;
	font-style: italic;
	margin: 0;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	}
hr.dotther {
	border: 0;
	border-top: 1px dotted #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	}
fieldset {
	border: 1px solid #CCCCCC;
	float: left;
	}
input {
	margin-right: 10px;
	}
input, textarea {
	background: #CCCCCC;
	border: 0;
	}

input:focus, textarea:focus {
	background: #FFFFFF;
	border: 0;
	}
.formulario {
	float: left;
	width: 600px;
	margin-left: 20px;
	}
/******************/
#header {
	width: 1024px;
	height: 90px;
	float: left;
	}

#header .logo{
	width: 144px;
	height: 60px;
	float: left;
	margin-left: 20px;
	background: url(../images/logo_gestion.jpg) top left no-repeat;
	}
#header .logo h1{
	text-indent: -9999px;
	margin-top: 0;
	}

#header .logo h1 a{
	width: 144px;
	height: 60px;
	display: block;
	}

#header .main_menu {
	width: 500px;
	height: 35px;
	float: left;
	margin-top: 10px;
	margin-left: 338px;
	}

#header .main_menu ul#menu {
	padding: 0;
	margin: 0;
	}

#header .main_menu ul#menu li{
	list-style: none;
	float: left;
	}

/*******- ESTILO A LOS ENLACES -******/
#header .main_menu ul#menu li a{
	display: block;
	background: url(../images/main_btn.gif) no-repeat;
	text-indent: -9999px;
	}

#header .main_menu ul#menu li.contenido a{
	height: 35px;
	width: 120px;
	background-position: 0% 0%;
	}

#header .main_menu ul#menu li.indice a{
	height: 35px;
	width: 93px;
	background-position: 29.4% 0%;
	}

#header .main_menu ul#menu li.enviar_amigo a{
	height: 35px;
	width: 165px;
	background-position: 63.5% 0%;
	}

#header .main_menu ul#menu li.ediciones a{
	height: 35px;
	width: 122px;
	background-position: 100% 0%;
	}

/*******- ESTILO A LOS ENLACES ROLL OVER -******/

#header .main_menu ul#menu li.contenido a:hover{
	height: 35px;
	width: 120px;
	background-position: 0% 100%;
	}

#header .main_menu ul#menu li.indice a:hover{
	height: 35px;
	width: 93px;
	background-position: 29.4% 100%;
	}

#header .main_menu ul#menu li.enviar_amigo a:hover{
	height: 35px;
	width: 165px;
	background-position: 63.5% 100%;
	}

#header .main_menu ul#menu li.ediciones a:hover{
	height: 35px;
	width: 122px;
	background-position: 100% 100%;
	}
	
/*******- MENU LEFT-******/
#enblanco {
	margin-top: 200px;
	width: 164px;
	height: 100px;
	padding-left: 36px;
	float: left;
	}
#menu_left {
	margin-top: 200px;
	width: 164px;
	height: 100px;
	padding-left: 36px;
	float: left;
	}

#menu_left p {
	margin: 0px;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	}
		
#menu_left ul {
	width: 164px;
	height: 35px;
	padding: 0;
	background: #666666;
	margin: 0;
	}

#menu_left ul li{
	list-style: none;
	float: left;
	}
	
	#menu_left ul li a{
	height: 35px;
	width: 41px;
	text-indent: -9999px;
	background: url(../images/btn_menu_left.gif) top left no-repeat;
	}
	
#menu_left ul li.arriba a{
	display: block;
	background-position: 0% 0; 
	}
#menu_left ul li.abajo a{
	display: block;
	background-position: 34% 0%;
	}
#menu_left ul li.atras a{
	display: block;
	background-position: 67% 0%;
	}
#menu_left ul li.alante a{
	display: block;
	background-position: 100% 0%;
	}

#menu_left ul li.arriba a:hover{
	display: block;
	background-position: 0% 100%; 
	}
#menu_left ul li.abajo a:hover{
	display: block;
	background-position: 34% 100%;
	}
#menu_left ul li.atras a:hover{
	display: block;
	background-position: 67% 100%;
	}
#menu_left ul li.alante a:hover{
	display: block;
	background-position: 100% 100%;
	}

/*******- DATA CONTENIDO -******/
#data_contenido {
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	/*background: url(../images/data_contenido.png) top left no-repeat;*/
	background: #FFFFFF;
	width: 400px;
	height: 420px;
	border: 1px solid #666666;
	display: none;
	z-index: 99;
	}
.cerrar {
	margin-top: 10px;
	margin-left: 370px;
	color: #FFFFFF;
	height: 15px;
	width: 12px;
	}

.cerrar a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 13px;
	height: 16px;
	padding-left: 5px;
	padding-top: 2px;
	background: #333333;
	}
.cerrar a:hover {
	background: #666666;
	}
#data_contenido #content {
	width: 380px;
	height: 340px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	}
#data_contenido #content ul#links_contenido {
	width: 400px;
	height: auto;
	background: #990000;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#data_contenido #content ul#links_contenido li {
	float: left;
	width: 380px;
	height: 17px;
	background: #999999;
	padding: 0;
	padding-top: 3px;
	margin: 0;
	color: #333333;
	margin-bottom: 5px;
	}
	#data_contenido #content ul#links_contenido li a {
	color: #FFFFFF;
	}
	#data_contenido #content ul#links_contenido li a:hover {
	color: #CCCCCC;
	}
	/*/////////*/
#control_scroll {
	width: 90px;
	height: 20px;
	color: #333333;
	margin-left: 180px;
	margin-top: 5px;
	}
#control_scroll ul#control {
	padding: 0;
	margin: 0;
	}

#control_scroll ul#control li{
	width: 25px;
	height: 30px;
	list-style: none;
	float: left;
	text-indent: -9999px;
	}
#control_scroll ul#control li.up a{
	text-decoration: none;
	width: 25px;
	height: 25px;
	background: #666666;
	background: url(../images/mediosrd_28.gif) top left no-repeat;
	background-position: 100% 0%;
	display: block;
	}
#control_scroll ul#control li.down a{
	text-decoration: none;
	width: 25px;
	height: 25px;
	background: url(../images/mediosrd_28.gif) top left no-repeat;
	display: block;
	}

/*******- CONTENEDOR -******/

#contenedor {
	width: 780px;
	height: 600px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	}
	
.pages {
	width: 780px;
	height: 900px;
	}
ul#links_contenido li {
	color: #FFFFFF;
	}
ul#links_contenido li a {
	text-decoration: none;
	}
/*******- INDICE DE PAGINA THMB-******/
#content_ea img {
	width: 120px;
	height: 155px;
	background: #666666;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	}
#contenedor img {
	float: left;
	}
#content_ea a img {
	border: 1px solid #333333;
	}
	#content_ea a:hover img {
	border: 1px solid #FFFFFF;
	opacity: 0.8;
	}
	
/*******- EDICIONES ANTERIORES-******/
#content_ea {
	width: 780px;
	height: 550px;
	overflow: auto;
	}
#content_ea p {
	margin: 0;
	}

#content_ea p.ediciones_title {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

#content_ea p.edicion{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	}

#content_ea p a{
	padding-top: 5px;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 5px;
	width: 230px;
	height: 20px;
	background: #ed3c3f;
	text-transform: uppercase;
	display: block;
	}
#content_ea .data {
	width: 250px;
	height: 180px;
	float: left;
	}

#content_ea .data img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	}
/*******- FOOTER -******/
#footer {
	width: 781px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	margin-left: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #666666 url(../images/mediosrd.gif) 98% 50% no-repeat;
	float: left;
	}

#footer a {
	margin-left: 10px;
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	background: url(../images/iconVolver.gif) no-repeat top left;
	}

