@charset "ISO-8859-1";

html {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	display: block;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fffffe;
	font-weight: inherit;
	font-style: inherit;
	font-size: 0.8em;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	vertical-align: middle;
	color: #898989;
}
A:link {
	text-decoration:none;
	color: #999999;
	font-family: 'Raleway', sans-serif;
} 
A:visited {
	text-decoration:none;
	color: #999999;	
} 
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
}

h1,h2,h3 {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight:  lighter;
}

/* Frames principales de la pagina
----------------------------------*/
#presentacion {
	margin: 0 auto;
	padding-top: 200px;
	width: 1020px;
	height: 100%;
	min-height: 550px;
	background-color: transparent;
}
#contenedor {
	margin-left: 5%;
	width: 1220px;
	height: 100%;
	min-height: 850px;
	background-color: transparent;
}
#izquierdo {
	display: block;
	float: left;
	width: 170px;
	height:100%;
	min-height: 850px;
	padding-top: 50px;
	/*background-image: url('./images/bg.png');
	background-repeat: repeat-y;*/	
}
#izquierdo p{
	font-size: 1.4em;
	text-align:right;
	color: black;
	margin-right: 20px;
	padding-bottom: 30px;
}
#derecho {
	float: left;
	width: 970px;
	min-height:800px;
	padding-top: 145px;
	padding-left: 50px;
	background-image: url('./images/bgDer.png');
	background-repeat: repeat-y;	
}
#cabecera {
	display: block;
	float: left;
	width: 820px;
	height: 75px;
	color: black;
}
#central {
	display: block;
	float: left;	
	width: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	color: black;
}
#pie {
	display: block;
	float: left;	
	width: 820px;
	height: 30px;
	text-align: right;
	color: #888888;
}
/* Componentes del PDF 
----------------------*/
#pdf {
	width: 100%;
	height: 700px;
	margin: 2em auto;
}

#pdf p {
   padding: 1em;
}

#pdf object {
   display: block;
   border: solid 2px gray;
}

/* Componentes de la cabecera
-----------------------------*/
#titulo {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #898989;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
/* 	border-top-style: solid; */
/* 	border-top-width: 1px; */
/* 	border-top-color: #eeeeee;	 */
}
/* Componentes del Menu Presentacion
------------------------------------*/
#menu_principal {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
}
#menu_principal ul.menu {
	float: right;
	margin: 0;
	list-style: none;
	
}
#menu_principal .item_menu {
	float: right;
	margin: 0;
}
#menu_principal .item_menu_activo {
	float: right;
	margin: 0;
	padding-left: 10px;
}
#menu_principal .item_menu_interno {
	float: right;
	margin: 0;
	padding-left: 25px;
}
#menu_principal .enlace:visited,.enlace:link,.enlace.active {
	text-decoration: none;
}
#menu_principal a:HOVER {
	color: black;
}

/* Componentes del Menu Derecho
-----------------------*/
#menu {
	position: relative;
	width: 150px;
	height: 300px;
	text-align: right;
	font-size: 1.2em;
}
ul.menu {
	float: right;
	width: 150px;
	margin-left: -40px;
	list-style: none;
	list-style-type: none;
}
li.menu {
	padding-bottom: 10px;
}
#menu .item_menu {
	float: right;
	margin: 0;
}
#menu .item_menu_activo {
	float: right;
	margin: 0;
	padding-bottom: 10px;
	text-decoration: line-through;

}
#menu .item_menu_interno {
	float: right;
	margin: 0;
}
#menu .enlace:visited,.enlace:link {
	text-decoration: none;
}

#menu .enlace:rojo {
	text-decoration: none;
	color: red;
}
#menu a:HOVER {
	color: red;
}

/* Componentes del Menu Contenidos
-----------------------*/
#menuCentral {
	position: relative;
	width: 100%;
	height: 742px;
	padding-left: 0px;
	text-align: left;
	font-size: 1.2em;
}
ul.menuCentral {
	float: left;
	width: 100%;
	margin-left: -40px;
	list-style: none;
	list-style-type: none;
}
li.menuCentral {
	padding-bottom: 10px;
}
#menuCentral .item_menu {
	float: right;
	margin: 0;
}
#menuCentral .item_menu_activo {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	text-decoration: line-through;

}
#menuCentral .item_menu_interno {
	float: right;
	margin: 0;
}
#menuCentral .enlace:visited,.enlace:link {
	text-decoration: none;
}

#menuCentral .enlace:rojo {
	text-decoration: none;
	color: red;
}
#menuCentral a:HOVER {
	color: black;
}