/* CSS Document */

#cabecera, #cab-menu,#modulo1,.salto,.ruta, #pie ul{ display:none;}


body {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 62.5%;
}

/* -------------->>>> Títulos <<<---------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.4em;
}

h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}


/* -------------->>>> Párrafos <<<---------------------- */

p {
	font-size: 1.2em;
}

/* -------------->>>> Listas <<<---------------------- */

#modulo2 ul li{
	margin-bottom:7px;
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#modulo2 ul li ul {
	margin: 10px 0 5px 10px;
}
#modulo2 ul li ul li {
	font-size: 1em;
}




/* --------->>> Tablas <<<-------------- */
table.tbListado{
	width:95%;
	margin-top:15px;
	border-collapse:collapse;
	font-size:1.1em;
	color:#333333;
	background-color:inherit;	
	margin-left:23px;
}

table.tbListado th{
	color:#5B6568;
	background-color:inherit;	
	font-weight:bold;
	border-bottom:1px solid #D4D4D4;
}

table.tbListado tr td{
	border-bottom:1px solid #D4D4D4;
}

table.tbListado tr.pie th,table.tbListado tr.pie td{
	border-bottom:0;
}

table.tbListado tr th, table.tbListado tr td{
	padding-top:6px;
	padding-bottom:7px;
	padding-left:5px;
}

table.tbListado tr.cabecera{
	background-color:#EAEAEA;
	color:inherit;	
}


