/***************************************************************reset************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,					
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color: #fbaf01;
}

a:hover {
	color: #e08d0b;
}

* {margin:0; padding:0;}
/******************************************************************end reset*******************************************************************************/
/*****************************************************************HOME PAGE STYLES*************************************************************************/
body{	
	font-family:'Helvetica', arial, sans-serif;	
	font-size:14px;
	background:url('img/bg.png') repeat-x;	
}

#container {
	width: auto;
	max-width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
}
#header {
	width: 100%;
	margin: 0 auto 0 auto;
}
#content {
	width: 100%;
	height: auto;
	min-height:600px;
	margin: 10px auto 30px auto;
	padding-bottom:25px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#cover{
	width:150px;
	height:195px;
	margin: 10px auto auto 10px;
	float:left;
	}

#cabecera{
	position:relative;
	background-image:url(img/logos.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:780px;
	height:205px;
	margin: 15px auto 0 25px;
	float:left;
	}

#menu{
	position:absolute;
	width:790px;
	top:91px;
	left:0;
	text-align:center;
	float:left;
	}

#datos{
	position:absolute;
	width:300px;
	top:35px;
	left:0;
	text-align:left;
	float:left;
	}
	
#autores{
	position:absolute;
	width:275px;
	top:-15px;
	left:500px;
	text-align:right;
	float:left;
	}

#menu ul{
	width:251px;
	margin-left:10px;
	float:left;
	}
	
#cabecera li{
	color:#ffffff;
	background-color: #fbaf01;
	height: 25px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	border: 1px solid gray;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	}

h2{
	color:#fbaf01;
	font-size:25px;
	}
	
h3{
	color:#cccccc;
	font-size:25px;
	}

h4{
	color:#fbaf01;
	line-height:35px;
	font-size:15px;
	}
	
h5{
	color:#cccccc;
	font-size:15px;
	}
	
h6{
	margin-bottom: 10px;
	}

.datos_libro{
	color:#999999;
	font-weight:bold;
	margin-top:5px;
	}

.autores{
	color:#cccccc;
	font-weight:bold;
	font-size:10px;
	margin-top:5px;
	}
	
#menu_apartado{
	width:1024px;
	height:auto;
	margin-top:15px;
	text-align:center;
	float:left;
	}

#menu_apartado li{
	width:245px;
	line-height:21px;
	margin:5px auto auto 5px;
	color:#ffffff;
	font-weight:bold;
	height:21px;
	line-height:21px;
	background-color:#cccccc;
	border: 1px solid #999999;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	float:left;
	}

#menu_apartado li:hover{
	color:#ffffff;
	background-color:#fbaf01;
	}
	
#contenido{
	width:960px;
	margin-left:32px;
	margin-top:15px;
	}
	
#content_01{
	width:480px;
	margin-top:15px;
	float:left;
	min-height: 350px;
	}

#content_02{
	width:480px;
	margin-top:15px;
	float:left;
	min-height: 350px;
	}

#content_03{
	width:480px;
	margin-top:15px;
	float:left;
	min-height: 350px;
	}
	
#contenido ul{
	margin-top:10px;
	}

#contenido ul li{
	margin-top:10px;
	color:#666666;
	}
	
#contenido ul li:hover{
	color:#fbaf01;
	}

#contenido h5:hover{
	color:#fbaf01;
	}

/* ul 2º nivel */
#contenido ul ul{
	margin-top:10px;
	margin-left: 40px;
	}

#contenido ul ul li{
	margin-top:10px;
	color:#666666;
	list-style-type: square;
	}
	
#contenido ul ul li:hover{
	color:#fbaf01;
	cursor: pointer;
	}
	
#contenido ul ul li a{
	color:#666666;
	cursor: pointer;
	}
	
#contenido ul ul li a:hover{
	color:#fbaf01;
	}

/* ul 3º nivel */
#contenido ul ul ul{
	margin-top:10px;
	}

#contenido ul ul ul li{
	margin-top:10px;
	color:#666666;
	list-style-type: disc;
	}
	
#contenido ul ul ul li:hover{
	color:#fbaf01;
	}
			
#content_final{
	width:780px;
	margin-top:15px;
	margin-left:150px;
	float:left;
	min-height: 350px;
	}

#content_ruta{
	width:950px;
	margin-top:25px;
	float:left;
	}
	
.texto_content{
	color:#000000;
	line-height:21px;
	margin-top:15px;
	margin-bottom: 15px;
	}
	
.texto_content_sangre {
	color:#000000;
	line-height:21px;
	margin-top:10px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.texto_content_lista {
	color:#000000;
	line-height:21px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	text-indent: -10px;
}
.texto_content_lista2 {
	color:#000000;
	line-height:21px;
	margin-left: 40px;
	margin-bottom: 5px;
	text-indent: -10px;
}
.tabla_contenido {
	text-align: center;
	border: 1px solid #bbb;
	font-size: 14px;
	line-height: 21px;
}

.tabla_contenido th {
	background-color: #fbaf01;
	border: 1px solid #bbb;
	padding: 3px;
	height: 30px;
}

.tabla_contenido td {
	border: 1px solid #bbb;
	padding: 10px;
	line-height: 21px;
}

.tabla_contenido td.resaltado {
	background-color: #fbaf01;
	font-weight: bold;
}

.tabla_contenido_sinbordes {
	text-align: left;
	font-size: 14px;
	border: none;
}

.tabla_contenido_sinbordes td {
	padding: 5px;
	line-height: 21px;
	border: none;
}

.tabla_indice {
	text-align: center;
	border: 1px solid #ccc;
	font-size: 14px;
}

.tabla_indice th {
	background-color: #fbaf01;
	border: 1px solid #ccc;
	padding: 3px;
	height: 30px;
}

.tabla_indice td {
	border: 1px solid #bbb;
	padding: 3px;
	line-height: 21px;
}

p.lista {
	color:#000000;
	line-height:21px;
	margin: 10px 0 5px 15px;
	text-indent: -10px;
}

.fondo_gris {
	background-color: #f0f0f0;
}

.fondo_naranja {
	background-color: #fbaf01;
}

.cursiva {
	font-style: italic;
}

.recuadro {
	border: 1px solid #000;
	background-color: #eee;
	width: 70%;
	padding: 20px;
	line-height: 21px;
}

.CAJA_LINEA {
	border: 1px solid #cccccc;
	line-height: 21px;
}
.CAJA_LINEA td {
	padding: 10px;
}
a.ruta {
	font-weight: bold;
}
.ruta_fin {
	font-weight: bold;
	color: #ccc;
	}
.trigris {
	width: 15px;
	height: 12px;
	padding: 0 5px 0 5px;
	}
	
.rojo {
	color: #f00;
	}

.letra_actual {
	border: 1px solid #bbbbbb;
}

.unidadesPEQ {

	font-size: 10px;
	color: #000000;
}
.NOMBRES {
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
}
.unidadesPEQrojas {


	font-size: 10px;
	color: #FF0000;
}


/*TIP o CARTELA*/
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
}

.TIP:link {
	color: #fbaf01;
    text-decoration: none;
	font-weight: bold;
	font-style: oblique;
}
.TIP:visited {
	text-decoration: none;
	color: #fbaf01;
	font-weight: bold;
}
.TIP:active {
	color: #fbaf01;
	text-decoration: none;
	font-weight: bold;

}
.TIP:hover {
	color: #fbaf01;
	font-style: italic;
	font-weight: bold;
}

/*CSS DE LA TABLITA CON PESTAÑAS*/

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #fff;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: 10px;
font-weight: normal;
line-height: 14px;
margin-right: 5px;
padding: 2px 8px 2px 8px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #E8EBF0;
border-bottom: 1px solid #E8EBF0;
color: #000;
}

#navlist a:hover { color: #fbaf01; }

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: 10px;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

.descargar{
	background:url('img/download.png') no-repeat 0px center;
	padding-left:40px;
	font-weight:bold;
}
	
#descargas{
	position: relative;
	top: 351px;
	left: 565px;
}

.navegadores{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#cccccc;
	}