body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #f7f7f7;}

dd {
	margin:0px;
	margin-bottom:2em;}

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;}

img{
	border:0;
	vertical-align:top;}


a, a strong{
	color:#009a31;
	text-decoration:none;}

	a:hover{
		text-decoration:underline;}

acronym{
	cursor:help;
	border-bottom:1px dotted #000;}

address {
	font-style:normal;}

	

cite{
	display:block;
	background-color:#eee;
	padding:1em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:.3em;
	width:80%;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:solid 1px #ddd;}

del{
	color:#FF0000;}

em{
	color: #00309C;
	font-style:normal;}

ins{
	color:#FF0000;
	text-decoration:none;}

h1{}

h2{
	margin:0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 1.5em;
	font-weight:normal;}

h3{
	color: #00309C;
	line-height: 2em;
	font-size:1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	margin-bottom: 0;
	margin-top: 2em;
	font-family: "Trebuchet MS", Arial, sans-serif;}

h4{
	font-size:1em;
	margin-bottom:0px;}

p{
	margin:1em 0;
	line-height:1.5em;
}

strong{
	color: #333;
	}

ul{
	margin-top:0px;}
	


/*-------DIVS--------------*/

#envelope { 
	padding:0; 
	width:784px;
	position:relative;
	text-align:left;
	padding-top: 8.5em;
	margin: 0px auto 0px auto;}

#logo{
	position:absolute;
	left:55px;
	top: .4em;
	z-index:2;}

#nombre{
	position:absolute;
	left:217px;
	top:36px;}

#linksCabecera{
	position:absolute;
	left:180px;
	top:.5em;
	z-index:2;
	text-align:right;
	width:600px;}
	
	#linksCabecera a{
		margin-left:10px;
		margin-right:10px;}

#cabecera{
	position:absolute;
	left: 4px;
	top: 90px;
	z-index:1;
	z-index:1;
	width: 783px;
	height: 117px;
	background-image: url(imagenes/cabecera2.jpg);
	background-repeat: no-repeat;
}

#cabecera_en{
	position:absolute;
	left: 4px;
	top: 90px;
	z-index:1;
	z-index:1;
	width: 783px;
	height: 117px;
	background-image:url(imagenes/cabecera-EN.jpg);
	background-repeat: no-repeat;
}


#footer{
	color: #333333;
	font-size: 0.8em;
	margin-top:6em;
	padding-bottom:3em;
	margin-left:20px;
	clear:both;
}

	#footer ul{
		margin:0px;
		padding:0px;
	}

	#footer li{
		list-style-type:none;
		float:left;
		width:370px;
		margin-left:5px;
	}

#cuerpo{
	position:relative;
	padding-top:166px;
	width:791px;
	background-image:url(imagenes/fondo.gif);
	z-index:0;}

#cuerpoSeccion{
	margin-left:211px;
	margin-right:20px;}

#menu_seccion{
	float:left;
	margin-left: 15px;
	margin-top: 3em;
	width:170px;}

#menu_seccion ul{ 
	padding-left:2px; 
	display:block; 
	margin:0; 
	list-style-type:none;}

	#menu_seccion li {
		background-image:url(imagenes/bulletMenuSeccion.gif);
		background-repeat: no-repeat;
		background-position: 0 1.5em;
		padding-left: .5em;
		padding-top: 1em;}


	#menu_seccion ul ul{ 
		padding-left:10px;
		padding-top:.3em;
		padding-bottom:.3em;
		display:block; 
		margin:0; 
		list-style-type:none;}

	#menu_seccion ul ul li{
		background-image:url(imagenes/bulletSubMenuSeccion.gif);
		background-repeat: no-repeat;
		background-position: 0 0.7em;
		padding-left: .5em;
		padding-top:0;
		padding-bottom:.5em;}

	#menu_seccion ul ul li a{
		color:#666;}



#separador{
	background-image:url(imagenes/separador.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:2em;}





/*-------------CLASES--------*/

.brclear{
	clear:both;
}

.encabezado {
	font-size: 1.1em;
	line-height: 1.5em;
}


.botonBuscar{
	border:none;
	font-size:1em;
	background-color:#009a31;
	height:1.5em;
	width:4em;
	color:#FFFFFF;}


.listaMenuActual {
	color: black;}


.subApartado {
	color: #00309C;}


.separadorCursos {
	height:3em;
	border-top: 1px solid #CCCCCC;}


.tituloCurso {
	color: #00309C;
	font-weight: bold;
	font-size: 1.2em;
}

.desayunoActual {
	background-color: #CCCCCC;
}

.poteccionDatos {
	font-size: 0.8em;
}

.tituloItinerario {
	background-color: #00309C;
	padding-top: 1em;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: .1em;
	background-image: url(imagenes/fondo_itinearios.gif);
	background-repeat: repeat-x;
}

.tabla_cursos{
	width:100%;
	border-collapse:collapse;
}

	.tabla_cursos th{
		font-weight:bold;
		border-bottom:1px solid #666666;
		text-align:center;
	}
	
	.tabla_cursos td{
		text-align:center;
		padding-left:6px;
		padding-right:6px;
		padding-top:.5em;
		padding-bottom:.5em;
		border-bottom:solid 1px #ddd;
 	}

.error{
	color:#FF0000;
	}



.titulo_noticia{
	padding-bottom:.2em;
	margin-bottom:.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;

}

.fecha_noticia{
	font-style: italic;
	color: #666666;
	margin-bottom:.8em;
}

.lista_dos_columnas li{
	float:left;
	width:40%;
	padding-right:9%;
}


.link_pdf{
	background-image: url(imagenes/pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	padding-right: 15px;
}
.curso_pasado,.curso_pasado a, .curso_pasado del, .curso_pasado ins {
	color: #bbb;
}

.imagen_noticia {
	float:right;
	margin-left:15px;
	margin-bottom:1em;
	padding: 3px;
	background-color:#eee;
	border: 1px solid #ccc;
}

.imagen_seccion{
	float:right;
	margin:0 0 1em 1em;
	padding:.2em;
	border:1px solid #ccc;}

.address{
	display:block;
	width:50%;
	float:left;
	}#enlaze {
	height: 200px;
	width: 220px;
}
.copyright {
	font-size: 0.8em;
}
