
/* CSS Document */

body {
	position:relative;
	margin:0%;
	padding:0%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:63.5%;
	}
h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0%;
	}
.clear {
	clear:both;
	}
#contenedor {/* incluye todo */
	background-color:#e6f7e9;
	position:relative;
	width:76.1em;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #025b1b;  
	}
#contenedor #cabecera {
	display:none;
	}
#contenedor #menu {
	display:none;
	}
#contenedor #menu .enlaces {
	display:none;
	}
#botonPresentacion{
	display:none;
	}
#contenedor #cuerpo {
	width:98%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
#contenedor #cuerpo .tituloPpal {
	width:6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#bb4b08;
	margin-bottom:1em;
	}
#contenedor #cuerpo .titulo {
	width:16em;
	font-size:1.3em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#025b1b;
	}
#contenedor #cuerpo .subtitulo {
	width:auto;
	text-align:center;
	margin-bottom:3em;
	margin-top:1.7em;
	font-size:1.2em;
	font-weight:normal;
	color:#025b1b;
	}
#contenedor #cuerpo .cajaGuia {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	padding-bottom:1em;
	margin:1em 0em 1em 0em;
	}
.cajaTituGuia {
	width:99.3%;
	height:1.5em;
	background-color:#fff;
	padding:0.3em;
	}
.tituGuia {
	font-size:1.2em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
.num1{
	width:6%;
	padding:1em 0.2em 0em 0.3em;
	float:left;
	margin-right:2em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#025b1b;
	font-size:1.1em;
	}
.num2{
	width:7%;
	padding:1em 0.2em 0em 1em;
	margin-right:2em;
	float:left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#025b1b;
	font-size:1.1em;
	}
.txt{
	padding:1em 0em 0em 0em;
	width:90.5%;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.txt2{
	padding:1em 0em 0em 0em;
	width:83%;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.txtVerdeO{
	padding:1em 0em 0em 0em;
	width:90.5%;
	color: #025b1b;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.underline {
	text-decoration:underline;
	}
.separador {
	display:none;
	}

/* boton imprimir*/

#cajaImprimir{
	display:none;
	}
#txtImprimir{
	width:auto;
	padding-top:0.5em;
	float:left;
	}
#iconoImprimir{
	display:none;
	}
.linea{
	display:none;
	}
/* fin boton imprimir*/


a:link {text-decoration:none; color: #025b1b;} 
a:visited {text-decoration:none; color:#025b1b;} 
a:active {text-decoration:none; color:#bb4b08;} 
a:hover {text-decoration:none; color:#bb4b08;}

a.bold:link {text-decoration:none; font-weight:bold; color: #025b1b;} 
a.bold:visited {text-decoration:none; font-weight:bold; color:#025b1b;} 
a.bold:active {text-decoration:none; font-weight:bold; color:#bb4b08;} 
a.bold:hover {text-decoration:none; font-weight:bold; color:#bb4b08;}

a.underlinerol:link {text-decoration:none; color: #fff;} 
a.underlinerol:visited {text-decoration:none; color:#fff;} 
a.underlinerol:active {text-decoration:underline; color:#e6f7e9;} 
a.underlinerol:hover {text-decoration:underline; color:#e6f7e9;}

a.underlinerolverde:link {text-decoration:none; color: #fff;} 
a.underlinerolverde:visited {text-decoration:none; color:#fff;} 
a.underlinerol:active {text-decoration:underline; color:#e6f7e9;} 
a.underlinerol:hover {text-decoration:underline; color:#e6f7e9;}


