/*************************************************************************************/
/* ELEMENTOS STANDAR *****************************************************************/

html {min-height: 100%;}

* {margin: 0; padding: 0;}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('img/body.jpg') repeat-y center top; /*no-repeat center top;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0; /*20px;*/
}

li {list-style: none;}

form,input {margin: 0; padding: 0; display: inline;}

/*
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
*/

blockquote {
	display: block;
	padding: 1em;
	text-align: center;
}

/*h1,h2,h3 {padding-top: 6px; color: #363; margin-bottom: 4px;}*/

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}


/*************************************************************************************/
/* HEADER - TITLE ********************************************************************/

.header {
	background: #222 url('img/headerVerde.jpg') no-repeat;
	height: 140px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 40px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #999;/*#657382;*/
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #EAEADA;}/*green;}*/
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.header .accesosRapidos {
	color: white;
	float: left;
	font: normal 1em Verdana,sans-serif;
/*	margin-right: 1em;*/
	margin-top: 1m;
	padding-top: 1.5em;
	padding-left: 1.5em;
	text-align: left;
}

.header .datosContacto {
	color: white;
	float: right;
	font: normal 1em Verdana,sans-serif;
/*	margin-right: 1em;*/
/*	margin-top: 1em;*/
	padding-right: 1.5em;
	text-align: right;
}

.header .datosContacto .mail {
	font-size: 0.75em;
}


/*************************************************************************************/
/* PATH ******************************************************************************/

.path {
	background: #007050; /*#80A090;#009900;*/

/*	border-top: 1px solid *//*#007050;*/ /*#EAEADA;*/
/*	border-right: 1px solid #EAEADA;*/
/*	border-bottom: 1px solid black;*/
/*	border-left: 1px solid black;*/

	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 6px 6px 0 12px;
	height: 26px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

.path .ruta {
	float: left;
	font: normal 1em Verdana,sans-serif;
/*	padding: 1em;*/
}

/*
.path .mail {
	color: white;
	float: right;
	font: normal 1em Verdana,sans-serif;
	padding: 1em;
}
*/

/* main */
.main {
	background: url(img/main.jpg) repeat-y;
	border-top: 5px solid #FFF;
	padding: 0;
	margin: 0;
}


/*************************************************************************************/
/* NAVIGATION ************************************************************************/

.navigation {
	border-top: 1px solid /*#EAEADA;*/#007050;
/*	background-color: #33FFCC;*/
	float: left;
/*	margin-left: 1px;*/
	padding-left: 1px;
	width: 148px;
}

.navigation h2 {
/*	background-image: url(img/navsec_estandar.jpg);
	background-repeat: repeat-y;*/
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px; /*24px;*/
	margin: 0;
	padding: 0;
}

.navigation h2#sec_activa {
	border-bottom: 1px solid #EAEADA;
}
.navigation h2 span {
	padding-left: 1em;
}

.navigation h2#sec_activa span {
/*	color: #709070;*/
/*	padding-left: 1.5em;*/
}

.navigation h2 a {
	color: #5A5A43;
	border-bottom: 1px solid #EAEADA;/*#007050;*/
	display: block;
/*	font-weight: bold;*/
/*	padding: .25em 0 .25em 0;*/
	text-decoration: none;
}

.navigation h2 a:hover {
/*	background: #F6FFF9;*/
	background-image: url(img/navcat_estandar.jpg);
	border-bottom: 1px solid #007050;
	color: #654;	
}

.navigation ul {
/*	line-height: 16px;*/
	margin: 0;
	padding: 0;
}

.navigation li {
	background-repeat: repeat-y;
/*	border: 1px solid blue;*/
	font-size: 1.1em;
/*	line-height: 30px;*/
}

.navigation li#cat_activa {
	background: white;/*#F6FFF9;*/ /*#EAFFEA; #FDFDFA;*/
	background-image: url(img/navcat_estandar.jpg);
	border-bottom: 1px solid #EAEADA;
}

.navigation li span{
	padding: 0 0 0 3em;
}

.navigation li a {
	/*	background-color: #33CCFF;*/
	border-bottom: 1px solid #EAEADA;
	color: #554;
	display: block;
	/*	padding: 2px 0 2px 10%;*/
	text-decoration: none;
	/*	padding: 0 0 0 2em;*/
	width: 148px;
}

.navigation li a:hover {
	background-image: url(img/navcat_estandar.jpg);
	border-bottom: 1px solid #007050;
	color: #654;	
}


/*************************************************************************************/
/* CONTENT ***************************************************************************/

.content {
	float: right;
	margin: 0;
	padding: 0 1px 0 1px;
	width: 623px;
}

.content .tema{
	float: left;
/*	padding-bottom: 12px;*/
	width: 623px;
}

.content .separatemas{
	clear: both;
	float: left;
	height: 14px;
	margin: 0;
	padding: 0;
/*	margin-bottom: 12px;*/
	width: 623px;
}

.content .marcador_tema{
	color: white;/*#5A5A43;*//*#664;*/
}

.content .marcador_subtema{
	color: #444;/*#5A5A43;*//*#664;*/
}

.content .marcador{
	color: #444;/*#5A5A43;*//*#664;*/
}

.content .tema h1 {
	background-image: url(img/h1_deg.jpg);/*	background-color: #ECF9EC;*/
	border-bottom: 1px solid #007050; /*#EAEADA;*/
	border-top: 1px solid #007050;
	color: white;
	float: left;
	font: normal 1.5em Tahoma,sans-serif;
/*	height: 24px;*/
	line-height: 30px;
	padding: 0 5px 0 4px;
	margin: 0 0 5px 0;
	width: 614px;
}

.content .tema .subtema{
/*	border: solid 1px blue;*/
	clear: both;
/*	margin-left: 10px;
	margin-right: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
/*	padding-top: 6px;*/
	width: 603px;
}

.content .tema .subtema ul{
	clear: both;
	font-family: "Lucida Sans Unicode",sans-serif;
	text-align: justify;
	padding-bottom: 5px;
	padding-top: 5px;
}

.content .tema .subtema ul li{
	padding-bottom: 5px;
}

.content .tema .subtema ul li#ultimo{
	padding: 0;
}

.content .tema .subtema h2 {
	font: bold 1.2em Tahoma,sans-serif;
/*	background-color: white;*/
/*	border-top: 1px solid #007050; *//*#EAEADA;*/
/*	border-right: 1px solid #007050; *//*#EAEADA;*/
	border-bottom: 1px solid #007050; /*#EAEADA;*/
/*	border-left: 1px solid #007050; *//*#EAEADA;*/
	line-height: 24px;
	margin: 0;/* 25px 0 25px;*/
	padding: 5px 0 0 0;
/*	height: 18px;*/
/*	text-align: center;*/
	width: 603px;
}

.content .tema .subtema .tresquintos_izq {
	float: left;
	width: 358px; /*361px;*/
}

.content .tema .subtema p.granespacio {
	margin-bottom: 21px;
}

.content .tema .subtema p.espacio {
	margin-bottom: 10px;
}

.content .tema .subtema .dosquintos_der {
	float: left;
	margin-left: 8px;
	width: 237px; /*361px;*/
}

.content .tema .subtema .descr_foto {
	clear: both;
	font-size: .8em;
}

.content .tema .subtema #texto_a_lo_largo {
	float: left;
	margin-top: 8px;
	text-align: justify;
	width: 603px;
}

.content .tema .subtema img.thumb_mid_festival{
	border: none;
	float: left;
/*	height: 332px;*/
	margin-top: 5px;
	width: 237px;
}

.content .tema .subtema img.thumb_izq{
	border: none;
	float: left;
	height: 87px;
	margin-top: 5px;
	width: 116px;
}

.content .tema .subtema img.thumb{
	border: none;
	float: left;
	height: 87px;
	margin-top: 5px;
	margin-left: 5px;
	width: 116px;
}

.content .tema .subtema img.mid{
/*	float: left;*/
	height: 178px;
	margin-top: 5px;
/*	margin-left: 5px;*/
	width: 237px;
}

.content .tema .subtema img.mid#afichebiblio{
	height: 356px;
}

/*-----------ADA--------------*/
/*----------------------------*/

.content .textoIzq{
	float: left;
	width: 300px;
}

.content .imgDer{
	float: right;
	width: 250px;
}

.content .marcomitad{
	float: left;
	margin: .5em 1em 0 0;
}
/*
.content .thumbsimg{
	float: left;
	margin: .5em .5em 0 0;
	width: 100px;
	height: 75px;
}
*/
.content img.anchomitad{
/*	border: solid #030 1px;*/
/*	margin: .5em .25em 0 0;*/
}

.content .descr {
/*	background-color: #EEE;*/
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
/*	text-align: center;*/
}

.content .proyecto{
/*	padding-bottom: 2em;*/
}

.content .proyecto h4{
	font-size: 12px;
	margin-bottom: .25em;
	padding-bottom: .25em;
	padding-top: .2em;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
/*	text-align: right;*/
	margin: 0;
	padding:: 0;
	text-align: justify;
/*	padding-bottom: 1em;*/
}

.content div.texto-tercio {
  float: left;
  margin-bottom: 12px;
  width: 201px;
}

.content div.texto-tercio p {
  text-align: center;
}

.inputNormal{
	border: solid 1px #999999;
/*	background-color: #FFFFFF;*/
}

.inputError{
	border: solid 1px #FF0000;
/*	background-color: #DDFFEE;*/
}

.rojo{
	color: #FF0000;
}

.libro_p {
	padding: 0;
	text-align: justify;
}


/*************************************************************************************/
/* FOOTER ****************************************************************************/

.footer {
	background: #007050; /*#006666; /*#80A090;*/
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 6px 12px;
	height: 16px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

p{
	text-align:justify;
}