@charset "ISO-8859-1";

/*
 * Maquetación CSS general (media: screen/print)
 * (C) 2008 Vexlan Tecnología y Servicios, S.L.
 *
 */

@media all {

	* {
		margin: 0px;
		padding: 0px;
		font-style: normal;
	}

	html {
		overflow: scroll;
	}

	body {
		background: #666;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
	}

	a {
		color: #fe8500;
		text-decoration: none;
		border-bottom: 1px dotted;
	}

	a:hover {
		color: #b35e00;
		text-decoration: none;
		border-bottom: 1px solid;
	}

	a:active, a:focus {
		outline: none;
	}

	img {
		border: 0px;
	}


	ul {
		list-style-type: none;
		padding: 10px 0px 0px;
	}

	li {
		background: url(../img/bullet-arrow.gif) no-repeat 0px 1px;
		padding-left: 20px;
		padding-bottom: 5px;
	}


	h1 {
		color: #fe7500;
		font-size: 1.3em;
		font-weight: normal;
		margin-bottom: 10px;
	}


	#cabecera {
		background: #eee url(../img/fondo-head-informe.gif) repeat-x top;
	}

	#cabecera .contenedor {
		height: 60px;
		position: relative;
	}

	#cabecera a.home {
		display: block;
		padding: 10px 0px;
		width: 138px;
		height: 38px;
		border: none;
		position: absolute;
	}

	#cabecera ul.nav {
		float: left;
		position: absolute;
		top: 15px;
		left: 250px;
		padding: 0px;
	}

	#cabecera ul.nav li {
		display: inline;
		background: transparent;
		padding: 0px;
		color: #888;
	}

/*
	#cabecera ul.nav li a {
		color: #aaa;
	}

	#cabecera ul.nav li a:hover {
		color: #666;
	}
*/

	#medio {
		background: url(../img/fondo-medio-informe.gif);
		border-top: 1px solid #fe9f00;
		border-bottom: 1px solid #fff;
	}

	#medio .contenedor {
		height: 100px;
		position: relative;
	}

	#medio h1 {
		font-size: 2em;
		color: #333;
		padding: 20px 0px 0px 0px;
		margin: 0px;
	}

	#medio p {
		color: #fff;
		padding: 0px 340px 0px 0px;
		font-size: 1.2em;
	}

	#medio.recomendar p {
		color: #fff;
		padding: 0px 230px 0px 0px;
		font-size: 1.2em;
	}

	#medio p strong {
		color: #eee;
	}


	#contenido {
		background: white url(../img/fondo-contenido.png) repeat-x top;
		padding-bottom: 30px;
	}


	#contenido .resultados {
		padding-right: 320px;
	}

	#contenido .recomendacion {
		padding-right: 250px;
	}


	#contenido h1 {
		font-size: 1.9em;
		padding: 20px 0px 0px;
		margin: 0px;
	}

	#contenido h2 {
		font-size: 1.4em;
		padding: 0px;
		margin: 20px 0px 10px;
		border-bottom: 1px solid #ccc;
	}

	#contenido p.fecha {
		margin: 0px;
		padding: 0px;
		color: #666;
	}

	#contenido p {
		margin: 10px 0px;
		color: #666;
	}


	#contenido a.download {
		float: right;
		display: block;
		width: 225px;	/* Total: 300px */
		height: 35px;	/* Total: 70px */
		color: white;
		padding: 35px 0px 0px 75px;
		border: 0px;
		font-size: 0.9em;

		margin: 20px 0px 5px;

		background-image: url(../img/boton-descargar.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	}

	#contenido a.download:hover {
		background-position: bottom left;
	}

	#contenido a.download strong {
		color: #ccc;
	}

	#contenido blockquote.recomendar {
		background: #fff;
		padding: 0px;

		clear: both;
	}


	#contenido blockquote.aclaracion {
		background: #eee;
		padding: 10px;
		line-height: 1.3em;
		color: #cc5b00;
		margin: 30px 0px;

		clear: both;
	}

	#contenido blockquote.aclaracion h1 {
		color: #333;
		font-size: 1.3em;
		padding: 0px;
		margin: 0px 0px 10px;
	}



	#contenido blockquote.disclaimer {
		background: #ffddbb;
		padding: 10px;
		line-height: 1.3em;
		color: #cc5b00;
		margin: 30px 0px;

		clear: both;
	}

	#contenido table.puntuacion {
		border-collapse: collapse;
		width: 100px;
		margin: 15px 50px 0px 0px;

		float: left;
	}

	#contenido table.puntuacion th {
		background: #333;
		color: white;
		text-align: center;
		padding: 3px 0px;
	}

	#contenido table.puntuacion td {
		font-size: 4em;
		font-weight: bold;
		color: white;
		background: #fe7500;
		text-align: center;
	}


	#contenido .get_reader {
		margin: 20px 0px;
		padding: 10px 0px;
		border-top: 1px solid #ddd;
		text-align: left;
	}

	#contenido .get_reader p {
		font-size: 0.9em;
		line-height: 1.2em;
		margin: 10px 0px;
	}

	#contenido .get_reader a {
		border: 0px;
	}

	#contenido table.resultados {
		border-collapse: collapse;
		width: 100%;
		margin: 10px 0px;
	}

	#contenido table.resultados th {
		border-bottom: 1px solid #aaa;
		font-size: 1.2em;
		color: #666;
		padding: 5px;
	}

	#contenido table.resultados td {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 5px;
	}

	#contenido table.resultados td.res {
		text-align: right;
	}




	#contenido blockquote.datos_informe {
		background: #fff;
		border-top: 1px solid #ddd;
	}

	#contenido .datos_informe table {
		border-collapse: collapse;
		width: 100%;
		margin: 0px;
	}

	#contenido .datos_informe th {
		color: #666;
		padding: 1px 10px;
		text-align: right;
		width: 120px;
	}

	#contenido .datos_informe td {
		padding: 1px 10px;
		color: #666;
	}





	#contenido .columna {
		padding: 20px 0px 0px 20px;
		width: 200px;
		float: right;
		border-left: 1px dotted #ddd;
	}


	#contenido .columna h1 {
		font-size: 1.3em;
		color: #666;
		padding: 0px;
	}



	#pie {
		background: #666 url(../img/fondo-pie.gif) repeat-x top;
		padding: 10px 0px 20px 0px;
		color: white;
	}

	#pie a {
		color: white;
	}

	#pie a:hover {
		color: #ccc;
	}



	.contenedor {
		margin: 0 auto 0 auto;
		text-align: left;
		width: 760px;
	}




	.legal {
		margin: 20px 0px 0px;
	}

	.legal p {
		font-family: Arial, sans-serif;
		font-size: 10px;
		line-height: 1.1em;
		color: #aaa;
		text-align: justify;
		margin: 5px 0px;
	}

	.legal p strong {
		color: #ddd;
		font-size: 1.1em;
	}



	/* --- ClearFix Hack---------------------------------------------------- */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
	* html .clearfix {
		height: 1%;
	}

	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */

	/* --- END:ClearFix Hack------------------------------------------------ */


}	/* EOF - media/screen */
