html, body {
	margin: 0;
	padding: 0;
}

*.espacio{
	clear:both;
}
#contenedor {
	margin: 0 auto;
	width: 980px;
}
/* Cabecera */
#contenedor #botones{
	font-size: 11px;
	height: 23px;
}
#contenedor #botones .utilidad{
	float:right;
	padding: 5px;
}
#contenedor #botones .utilidad a{
	text-decoration: none;
}
#contenedor #botones .usuarios{
	float:right;
	padding: 5px;
}
#contenedor #botones .usuarios a{
	text-decoration:none;
}
#contenedor #botones .usuarios a:hover{
	text-decoration: underline;
}
#contenedor #head {
}
#contenedor .aContenido {
	background:none;
}
#contenedor #head .fechaActual {
	position: relative;
	font-style: italic;
	margin-left:500px;
	font-size: 90%;
	margin-top: 80px	
}
#contenedor #head #idiomas{
	position: relative;
	text-align: right;
	font-size: 80%;
	margin-right: 10px;
	margin-top: 8px;
}
#contenedor #head #idiomas a {
	text-decoration: none;
}
#contenedor #head #idiomas img {
	border: 0;	
}
#contenedor #espacio{
	background-image:url(/commons/img/fondo_path.jpg);
	height: 32px;
}
* html #contenedor #espacio{
	height: 32px;
}
#contenedor #espacio #lineas{
	margin-top: 3px;
	height:3px;
}
/* Migas de pan */
#contenedor #path {
	float: left;
}
#contenedor #path #textPath {
	margin: 2px;
	font-size:95%
}
#contenedor #path #textPath a {
	text-decoration: none;
}
#contenedor #path #textPath a:hover {
	text-decoration: underline;	
}
#contenedor #path img {
	border:0;	
}
/* Pie de pagina */
#contenedor #pie {
	text-align: center;	
	padding-top:10px;
	clear: both;
}
#contenedor #pie p {
	margin: 4px 0;
	padding: 0;	
	font-size: 0.9em;
}
#contenedor #pie a {
	text-decoration: none;
	font-weight: bold;	
}
#contenedor #pie a:hover {
}
#pie img {
	vertical-align: middle;
	border: 0;
}
/* Contenidos generales */
#contenedor #tContenido {
	min-height: 500px;
	width: 82%;	
	float:left;
}
* html #contenedor #tContenido {
	font-size: 13px;
	height: 500px;
}
/* Estilos columna fija */
#contenedor #columnaDerecha{
	width: 17.8%;
	min-height: 500px;
	float:left;
}
* html #contenedor #columnaDerecha{
	width: 17.7%;
	height: 500px;
}
#contenedor #columnaDerecha .ioColumnaDerecha{
	padding-top:5px;
}
#contenedor #columnaDerecha .caja{
	margin-left:2%;

}
#contenedor #columnaDerecha .nofoto .imgDiv{
	display:none;
}
#contenedor #columnaDerecha .mediumsize .imgDiv{
	width: 50%;
	margin: 0 auto;
}
#contenedor #columnaDerecha .maxsize .imgDiv{
	width: 100%;
	margin: 0 auto;
}
#contenedor #columnaDerecha .caja div.imgDiv img{
	width:100%;
	height: auto;
	border: 0;
}
#contenedor #columnaDerecha .caja h1{
	font-size:115%;
	text-align:left;
	text-decoration: none;
	margin:0;
	padding:0;
}
#contenedor #columnaDerecha .caja h1 a {
	text-decoration: none;
}
#contenedor #columnaDerecha .caja h1 a:hover {
	text-decoration: underline;
}
#contenedor #columnaDerecha .caja div.espacioAdorno{	
}
#contenedor #columnaDerecha .caja h2 {
	font-size: 100%;
}
#contenedor #columnaDerecha .caja h2 a {
	text-decoration: none;
}
#contenedor #columnaDerecha .caja h2 a:hover {
	text-decoration: underline;
}
#contenedor #columnaDerecha .caja .text {
	text-align: left;
	font-size:95%;
}
#contenedor #columnaDerecha .caja .text h2{
	font-size: 100%;
	margin-left: 0px;
}
#contenedor #columnaDerecha .caja .text  a{
	text-decoration: none;
}
#contenedor #columnaDerecha .caja .text  a:hover{
	text-decoration: underline;
}
#contenedor #columnaDerecha .caja .text .documentoCaja{
	font-size:80%;
	margin-left:1%;
	margin-top:14px;
	padding:4px;
}
#contenedor #columnaDerecha .caja .text .documentoCaja2{
	font-size:80%;
	margin-bottom:10px;
	margin-left:1%;
	padding:4px;
}
#contenedor #columnaDerecha .caja .text .documentoCaja2 a{
	text-decoration:none;
	font-weight: bold;
}
#contenedor #columnaDerecha .caja .text .documentoCaja2 a:hover{
	text-decoration:underline;
}
#contenedor #columnaDerecha .caja div.separadorCaja {
	/*height:5px;
	margin-left:1%;*/
}
#contenedor #columnaDerecha .caja div.separadorCaja2{
	/*height:5px;
	margin-bottom:5px;
	margin-left:1%;*/
}
/* Zona del menú especial para esta página*/
#contenedor #menu{
	width: 100%;
	display: block;
	z-index: 500;
}
#contenedor #menu .bordeMenu {
	width: auto;
	margin: 0 auto;	
	z-index: 501;
}
#contenedor #menu ul {
list-style: none;
margin: 0 10px;
padding: 0;
width: auto;
float: left;
}
* html #contenedor #menu ul li{
	/*padding: 0px;
	margin: 0px;*/
	margin-bottom: 0px; 
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#contenedor #menu a.especial{
font-size:12px;
display: block;
margin: 0;
padding: 2px 3px;
font-weight: normal;
}
#contenedor #menu h2 {
font-size:12px;
display: block;
margin: 0;
padding: 2px 3px;
font-weight: normal;
}
* html #contenedor #menu h2 {
	font-size: 17px;
	padding: 0 3px;
}
#contenedor #menu a{
text-decoration: none;
}
#contenedor #menu a.especial {
text-decoration: none;
}
#contenedor #menu a.especial:hover {
}
#contenedor #menu li {position: relative;
}
#contenedor #menu ul ul {
position: absolute;
z-index: 600;
width: 12em;
margin: 0 0 0 0;
}
#contenedor #menu ul ul ul {
top: 0;
left: 100%;
}
#contenedor div#menu ul ul,
#contenedor div#menu ul li:hover ul ul,
#contenedor div#menu ul ul li:hover ul ul
{display: none;}

#contenedor div#menu ul li:hover ul,
#contenedor div#menu ul ul li:hover ul,
#contenedor div#menu ul ul ul li:hover ul
{display: block;}

*:first-child+html #menu ul li {float: left; width: 100%;}

* html #menu ul li {float: left; }
* html #menu ul {
	z-index: 10000;	
}
*:first-child+html #menu ul{
	z-index: 10000;	
}
* html body {
behavior: url(/commons/css/csshover.htc);
font-size: 100%;
}

* html #menu ul li a {height: 1%;} 

* html #menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
/* Estilos auxiliares */
.blank {
	clear: both;	
}
.forms-field-required {
		border: 0;
		margin: 0;
		background-color: transparent;
		color: #FF0000;
}


/* Estilos tabla boletines anteriores */
.oldNews{
	margin:5px auto;
}
.oldNews th{
	padding: 2px;
}
.oldNews tr{
	padding: 2px;
}
.oldNews th.nombre{
	width: 500px;
}
.oldNews td.ver{
	cursor: pointer;
	width: 50px;
	text-align: center;
}
.contenidoGaleria {
	width: 95%;
	margin: 2% auto;
}