/* basic structure and organization */
body {
	font: 83.33% Georgia, Arial, Verdana, Helvetica, sans-serif;
	color: #646464;
	margin: 0;
	margin: 0;
	background-image: url(../imgs/fondo_cabecera.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

/* contenido */


#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 35px;
}

#contentoculto {
width: 800px;
height: 1px;
margin-left: auto;
margin-right: auto;
text-align: left;
text-indent: -5000px; 
font-size: -5000px;
}

#columnaunica {
	width: 800px;
	clear: both;
	border: 1px solid #FFFFFF; /*ESTE BORDE HACE FALTA PARA QUE EN EL FF RESPETE EL MARGIN TOP DEL H2*/
}

#columnaizda {
	margin-top: 15px;
	width: 65%;
	float: left;
	padding-right : 1em;
}

#columnadra {
	margin-top: 15px;
	width: 30%;
	float: left;
	border-left: 1px;
	border-left-color: silver;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left : 1em;
}

#columnadra p {
font-style: italic;
text-indent: 0;
}

#textodra {
	width: 328px;
	float: right;
	border: 1px #d1d1d1 solid;
  	padding: 0;
  	margin: 1em 0 1em 1em;
}

#textoizda {
	width: 328px;
	float: left;
	border: 1px #d1d1d1 solid;
  	padding: 0;
  	margin: 1em 1em 1em 0;
}

#textodra p {
  text-indent: 0;
  margin: 1em;
}

#textodra p.estudio {
	font-size: 11px;
}

#textoizda p {
  text-indent: 0;
  margin: 1em;
}

#textoizda p.estudio {
	font-size: 11px;
}

#textodra p.boldcolor {
	font-weight: bold;
	color: #333;
}

#textoconborde {
	width: 100%;
	border: 1px #d1d1d1 solid;
	padding: 0;
	margin: 1em 0 1em 0;
}

#textoconborde p {
	text-indent: 0;
	margin: 1em;
}

.entradilla {
	font-weight: bold;
	text-indent: 0;
}

.fecha {
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
}

.estudios {
	font-size: 11px;
}

.bold333 {font-weight: bold; color: #333333;}

.bold333centrado {font-weight: bold; color: #333333; text-align: center;}

.gris {color: #333333;}

.rojo {color: #dc3200;}

.negro {color: #000;}

.centrado {text-align: center;}

.cursiva {font-style: italic;}

.negrita {font-weight: bold;}

.firma {text-align: right; font-style: italic;}

.destacado {
	color: #333333;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.destacadobbdd {
	color: #333333;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;

}

.destacadoizda {
	color: #333333;
	font-style: italic;
	font-weight: bold;
}

.destacadodra {
	color: #333333;
	font-style: italic;
	text-align: right;
	font-weight: bold;
}

.pderecha {
	text-align: right;
}

/*Dropdown*/

#puedesir{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#estasen {
	font-size: 12px;
	float: left;
	color: #333344;
	width: 680px;
}

ul#dropdown {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/ /*ido - HE CAMBIADO DE 800PX A AUTO PARA QUE QUEDEN AMBOS EN LA MISMA LINEA PARA EL IE*/
  list-style: none;
  height: auto; /*IDO 3- cambio 24px por auto. En FF y Safari quedan en la misma linea*/
}

ul#dropdown li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: right; /*For Gecko*/ /*IDO 1-he cambiado left por right*/
	display: inline;
	list-style: none;
	position: relative;
	height: auto; /*IDO 2-he cambiado 24px por auto*/
}

ul#dropdown ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 220px;
	height: auto;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px; 
	right: 0px;
}

ul#dropdown ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#dropdown ul li {
  width: 220px;
  height: auto;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}


/* Root Menu */
ul#dropdown a {
	border: 1px solid #ea051a; /*IDO 6- CAMBIO E9E9E9 POR dc3200*/
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;  /*IDO 4- CAMBIO COLOR ROJO POR BLANCO*/
	color: #dc3200;       /*IDO 5- CAMBIO COLOR BLANCO POR dc3200*/
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background-color: #FFF;
}

ul#dropdown li {
  font: 11px/24px Verdana, Arial, Helvetica, sans-serif;

}

ul#dropdown li li {
  font: 10px/20px Verdana, Arial, Helvetica, sans-serif;

}

/* Root Menu Hover Persistence */
ul#dropdown a:hover {  /*IDO he separado esto para cambios*/
	color: #FFF;
	background-color: #ff0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ea051a;
	border-right-color: #ea051a;
	border-left-color: #ea051a;
}

ul#dropdown li:hover a,  
ul#dropdown li.iehover a {
	color: #FFF;
	background-color: #ff0000;
	border: 1px solid #ea051a;
}


/* 2nd Menu. MENU DESPLEGABLE SIN QUE EL RATON ENTRE EN EL*/
ul#dropdown li:hover li a,
ul#dropdown li.iehover li a {
  float: none;
  background: #FFF;
  color: #000;
  border: 1px solid #FFF;
}

/* 2nd Menu Hover Persistence. MENU DESPLEGABLE AL ENTRAR EN RATON EN EL */
ul#dropdown li:hover li a:hover,
ul#dropdown li:hover li:hover a,
ul#dropdown li.iehover li a:hover,
ul#dropdown li.iehover li.iehover a {
	background: #FF0000;  /* IDO - HE CAMBIADO DE F1F1F1 A FF0000*/
	color: #FFF;
	border: 1px solid #FFF;
}

/* 3rd Menu */
ul#dropdown li:hover li:hover li a,
ul#dropdown li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#dropdown li:hover li:hover li a:hover,
ul#dropdown li:hover li:hover li:hover a,
ul#dropdown li.iehover li.iehover li a:hover,
ul#dropdown li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#dropdown li:hover li:hover li:hover li a,
ul#dropdown li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#dropdown li:hover li:hover li:hover li a:hover,
ul#dropdown li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#dropdown ul ul,
ul#dropdown ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#dropdown li:hover ul ul,
ul#dropdown li:hover ul ul ul,
ul#dropdown li.iehover ul ul,
ul#dropdown li.iehover ul ul ul {
  display: none;
}

ul#dropdown li:hover ul,
ul#dropdown ul li:hover ul,
ul#dropdown ul ul li:hover ul,
ul#dropdown li.iehover ul,
ul#dropdown ul li.iehover ul,
ul#dropdown ul ul li.iehover ul {
	display: block;
	border: 1px solid #ea051a;
	background-color: fff;
}

p.drop {
	line-height: normal;
	margin-top: 0.50em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}

/*Ido*/

#textoizdaestr {
	width: 125px;
	float: left;
	border: 1px;
	margin: 1px;
	padding: 0px;
}

#textoizdavacio {
	width: 13px;
	float: left;
	margin: 0px;
	padding: 0px;
}

a.testi {text-decoration:none}

a.testi:hover {
	text-decoration:underline;
}

a.testi:link { color: #dc3200;}

a.testi:visited { color: #df6600;}

a.testi:hover {
	color: #dc3200;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
}

#textoizdatesti {
	width: 392px;
	padding: 0em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #dc3200;
	border-bottom-color: #dc3200;
	float: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dc3200;
	border-left-color: #dc3200;
}

#textoizdatesti p {
	text-indent: 0;
	margin: 0.5em;
}
#textodrchatesti {
	width: 392px;
	padding: 0em;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: dc3200;
	border-bottom-color: dc3200;
	float: right;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: dc3200;
	border-left-color: dc3200;
}

#textodrchatesti p {
	text-indent: 0;
	margin: 0.5em;
}

#columnaizdatesti {
width: 400px;
	float: left;
}

#columnadratesti {
	width: 400px;
	float: right;
}

#textodocu {
	width: 585px;
	float: right;
	padding: 0em;
	margin-top: 0.5em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}	
#textodocu p {
	text-indent: 0;
	margin: 1em;
}

#textodocu p.estudio {
	font-size: 11px;
}
#textoduco p.boldcolor {
	font-weight: bold;
	color: #333;
}

a.noti:hover {
	text-decoration:underline;
}

a.noti:link { color: #dc3200; }

a.noti:visited { color: #d56600;}

a.noti:hover {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
} 
	ul.pest {
	width: 800px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: Solid;
	border-bottom-color: #ea051a;
	}


	ul.pest li.pest {
	width: 254px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 5px;
	position: relative;
	top: 1px;
	padding-bottom: 0px;
	line-height: 1.7em;
	list-style-type: none;
	list-style-image: none;
	background-color: #CCCCCC;
	margin-left: 5px;
	}

	ul.pest li.pest a.pest:hover {
	width: 254px;
	display: block;
	border: 1px Solid #333333
	text-decoration: none;
	background-color: #EAO51A;
	position: relative;
	}
	
ul.pest li.pest a.actual:link, ul.pest li.pest a.actual:visited, ul.pest li.pest a.actual:active {
color: #EA051A;
}

ul.pest li.pest a.actual:hover {
color: #000000;
}

	a.actual {
	width: 254px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: Solid;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #FFFFFF;
	border-left-color: #646464;
	background-color: #FFFFFF;
	background-image: url(http://www.quenoosseparen.info/articulos/noticias/imgs/articulos_activo.gif);
	color: #333333;
	}
a.actual:link, a.actual:visited{
	color: #EA051A;
	background-color: #FFFFFF;
	font-weight: bold;
}
a.actual:active {
	color: #EA051A;
	background-color:#FFFFFF;
	font-weight: bold;
	}	
a.actual:hover {
font-weight: bold;
font-size: 16px;
}

a.pest {
	width: 254px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(http://www.quenoosseparen.info/articulos/noticias/imgs/pasivo.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #646464;
	border-right-color: #646464;
	border-left-color: #646464;
}

a.pest:link, a.pest:visited{
	color: #FFF;
}
a.pest:active {
	color: #33FF00;
	background-color:#FFD5D5;
	}	
a.pest:hover {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

a.doc {
	position: relative;
	width: 794px;
	display: block;
	z-index: 9;
	text-decoration: none;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: Solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: Solid;
	border-top-color: #EA051A;
	border-right-color: #EA051A;
	border-bottom-color: #EA051A;
	border-left-color: #EA051A;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
}


a.doc:link, a.doc:visited{
	color: #000;
}
a.doc:active {
	color: #CC3300;
	background-color:#FFFFFF;
	}	
a.doc:hover {
	z-index:25;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	clear: both;
	background-color: #FFFFFF;
}


a.doc span.uno {
	display: none;
}
a.doc:hover span.uno{
	display:block;
	position:absolute;
	bottom:30px;
	right:-5px;
	width:600px;
	color:#000000;
	text-align: left;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	clear: both;
	font-weight: normal;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	background-image: url(http://www.quenoosseparen.info/articulos/documentacion/imgs/span_2.gif);
	background-repeat: no-repeat;
}
a.doc span.dos {
	display: none;
}
a.doc:hover span.dos{
	display:block;
	position:absolute;
	bottom:30px;
	right:-5px;
	width:600px;
	color:#000000;
	text-align: left;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	clear: both;
	font-weight: normal;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	background-image: url(http://www.quenoosseparen.info/articulos/documentacion/imgs/span_2.gif);
	background-repeat: no-repeat;
}

a.doc span.tres {
	display: none;
}
a.doc:hover span.tres{
	display:block;
	position:absolute;
	bottom:30px;
	right:-5px;
	width:600px;
	color:#000000;
	text-align: left;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	clear: both;
	font-weight: normal;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	background-image: url(http://www.quenoosseparen.info/articulos/documentacion/imgs/span_3.gif);
	background-repeat: no-repeat;
}

a.doc span.cuat {
	display: none;
}
a.doc:hover span.cuat{
	display:block;
	position:absolute;
	bottom:30px;
	right:-5px;
	width:600px;
	color:#000000;
	text-align: left;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	clear: both;
	font-weight: normal;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	background-image: url(http://www.quenoosseparen.info/articulos/documentacion/imgs/span_4.gif);
	background-repeat: no-repeat;
}


a.doc span.cinco {
	display: none;
}
a.doc:hover span.cinco{
	display:block;
	position:absolute;
	bottom:30px;
	right:-5px;
	width:600px;
	color:#000000;
	text-align: left;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	clear: both;
	font-weight: normal;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	background-image: url(http://www.quenoosseparen.info/articulos/documentacion/imgs/span_5.gif);
	background-repeat: no-repeat;
}

#textoizdaprensa {
	width: 49%;
	padding: 0em;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #646464;
	border-bottom-color: #646464;
	float: left;
	clear: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #646464;
	border-left-color: #646464;
	background-color: #F8F8F8;
}

#textoizdaprensa p {
	text-indent: 0;
	margin: 0.5em;
}
#textodrchaprensa {
	width: 49%;
	padding: 0em;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: 646464;
	border-bottom-color: 646464;
	float: right;
	clear: right;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: 646464;
	border-left-color: 646464;
	background-color: #F8F8F8;
}

#textodrchaprensa p {
	margin: 0.5em;
}

#columnadragra {
	width: 525px;
	float: right;

}

#columnadragra p {
text-indent: 0;
}


/*cabecera*/

#header { 
background-image: url(../imgs/header.jpg);
background-repeat: no-repeat;
height: 160px;
width: 800px;
margin-left: auto;
margin-right: auto;
}

#letras {
	float: left;
	width: 170px;
	height: 130px;
	}

#logo {
	float: right;
	width: 170px;
	height: 130px;
}

#header h1 { 
	text-indent: -5000px; 
	height: 150px; 
} 

/*Footer*/

#footer {
  height : 59px;
  width: 100%;
  clear: both;
  background-image: url(../imgs/fondo_footer.jpg);
  background-repeat: repeat-x;
  margin: 0;
  margin-top: 60px;

}

#footerppal{
   height : 59px;
  width: 100%;
  clear: both;
  background-image: url(../imgs/fondo_footer.jpg);
  background-repeat: repeat-x;
  margin: 0;
  }


#footerimg {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 35px;
	background-repeat: no-repeat;
}

.footerdra {
	text-align: right;
	font-style: italic;
}
.footerizda {
text-align: left;
}

.copyright {
font-style: italic;
margin-left: 350px;
font-size: 13px;
}

.cc {
font-size: 9px;
color: #333;
}

/*Menu*/

#menu{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /*IDO 7- HE QUITADO EL PADDING IZQ*/
}


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0 0 0 0;
  width: 800px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	z-index: 10;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 202px;
  height: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 202px;
  height: auto;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}


/* Root Menu */
ul#navmenu-h a {
	border: 1px solid #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	background-color: #EA051A;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	padding-top: 0;
	padding-right: 7px; /*IDO 8- CAMBIO 6PX POR 7PX*/
	padding-bottom: 0;
	padding-left: 7px; /*IDO 8- CAMBIO 6PX POR 7PX*/
}

ul#navmenu-h li {
  font: 11px/24px Verdana, Arial, Helvetica, sans-serif;

}

ul#navmenu-h li li {
  font: 10px/20px Verdana, Arial, Helvetica, sans-serif;

}

/* Root Menu Hover Persistence */

ul#navmenu-h a:hover { /*IDO - AQUI SE CAMBIA LAS CONDICIONES DE LOS LINKS PRIMEROS DEL MENÚ*/
	color: #FFF;
	background-color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EA0510A;
	border-right-color: #EA051A;
	border-left-color: #EA051A;
}

ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #FFF;
	background-color: #ff0000;
border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EA051A;
	border-right-color: #EA051A;
	border-left-color: #EA051A;
}


/* 2nd Menu */  /*IDO 20 - Aqui cambio los atributos del menú que se abre. Queda por encima de a:hover*/
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	background: #FFF;
	color: #000;
	text-decoration: none;
	border: 1px solid #FFF;
}

/* 2nd Menu Hover Persistence */ /*IDO 20 - Aqui cambio los atributos del menú que se abre. Queda por encima de a:hover*/
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #FF0000;  /* IDO - HE CAMBIADO DE F1F1F1 A FF0000*/
	color: #FFF;
	border: 1px solid #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top_style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E99099;
	border-right-color: #EA051A;
	border-bottom-color: #EA051A;
	border-left-color: #EA051A;
}


.clearboth {
	clear:both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}



/* submenu */


/*heading styles*/

h1 {
	font-weight: bold;
	margin: 0 0 0 0;
}



h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
}

 h2 {
	font-weight: bold;
	font-size: 18px;
	color: #c80000;
	font-weight: normal;
	margin-bottom:15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}


h3, h4, h5, h6  {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #606060;
	margin-top: 20px;
	margin-bottom:15px;
	margin-left: 2px;
}



ul,dd,dt, ol {
	line-height: 1.2em;
}

ul li {
	list-style-image: url(imgs/rot/bg_list.gif);
	list-style-type: circle;
	line-height: 1.2em;
}

ol {
padding: 10px 0 0 20px ;
}

dl dt {
	font-size: 11px;
	line-height: 1.2em;
	padding-bottom: 5px;
}


p {
	line-height: normal;
	margin: 0 0 1em 0;
}

.peque{
	font-size: small;
	font-style: italic;
}

.negrita{
	font-weight: bold;
}


strong,b {
	font-weight: bold;
}



em,i {
	font-style: italic;
}



address, cite, blockquote { 
	padding: 0.75em;
	margin: 0 0 1em 0.7em;
	color: #444;

}



hr {
	color: #ccc;
	margin: 1em 0 2em 0;
	padding: 0;
	border: 0;}

/*	border-bottom: 1px #ccc solid; */
/*	background: transparent; */

	background: transparent url(imgs/bg_line_s.gif) repeat-x;
}



acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}



pre, code {
	font-size: 115%; 	/* monospace Schriften auf gleiche Größe bringen */
	font-family: monospace;
	display: block;
	margin: 0 0 1em 0.7em;
	padding: 0.75em;
	color: #444;
}



a, a em.file {
	color: #e7650f;
	font-weight: normal;
	text-decoration:none;
}



a:hover {
	text-decoration:underline;
}

a:link { color: #dc3200; }

a:visited { color: #d56600;}

a:hover { color: #ff0000; }

ul#content {

	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 15px;

}

/*fotos*/

div.fotocentro {
  margin: 0.5em;
  padding: 0.5em;
}
div.fotocentro img {
margin:  5px;
}

div.fotocentro p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.fotocentro2 {
margin-left: 70px;
}
div.fotocentro2 img {
margin:  5px;
}

div.fotocentro2 p {
  text-align: center;
font-size: 10px;
  color: #545454;
    text-indent: 0;
  margin-left: 0;
  margin-right: 400px;
}


div.fotoizda {
  margin: 1em 1em 1em 0;
  padding: 0;
  float: left;
}
div.fotoizda img {
margin:  7px;
}

div.fotoizda p {
  text-align: center;
  font-size: 10px;
  color: #545454;
  text-indent: 0;
}

div.fotodrcha {
  margin: 1em 0 1em 1em;
  padding: 0;
  float: right;
}
div.fotodrcha img {
  margin:  7px;
  padding: 0;
}

div.contenedor {
border: 1px #d1d1d1 solid;
}

div.contenedor2 {
border: 1px #d1d1d1 solid;
width: 196px;
height: 146px;
float: left;
}

div.contenedor3 {
border: 1px #d1d1d1 solid;
width: 226px;
float: left;
}

div.contenedor4 {
border: 1px #d1d1d1 solid;
width: 216px;
float: left;
}

div.contenedor5 {
border: 1px #d1d1d1 solid;
width: 131px;
float: left;
}

div.contenedor6 {
border: 1px #d1d1d1 solid;
width: 285px;
float: left;
}

div.contenedor7 {
border: 1px #d1d1d1 solid;
width: 216px;
float: left;
}

div.contenedor8 {
border: 1px #d1d1d1 solid;
width: 238px;
float: left;
}

div.contenedor9 {
border: 1px #d1d1d1 solid;
width: 316px;
text-align: center;
}

.separador {
color: fff;
float: left;
}

div.fotodrcha p {
    text-align: center;
	font-size: 10px;
	text-indent: 0;ç
	color: #545454;´.
}

.piefoto p {
	text-align: center;
    font-size: 10px;
    text-indent: 0;
  	color: #545454;
}

.video {
margin-left: 18%;}

.video2 {
margin-left: 13%;}

#centrarfotos {
margin-left: 30px;

}

#centrar2fotos {
margin-left: 15%;
}

.centrarfolletos {
margin-left: auto;
margin-right: auto;
padding-left: 40%;
}

.banner{
margin-left: auto;
margin-right: auto;}

a img{
border:none;
}
