/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */


/***************************************************************************************** LAYOUT *****************************************/
body {
    font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    margin:0px;
    padding:0px;
}
input {
  font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
select {
  font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}


#div_pagina {
    width:775px;
    border:1px none black;
    margin:0px auto 5px auto;
    padding:0px 0px 0px 0px; 
}

#table_obs {
    margin:0px;
    padding:0px;
    border-collapse: collapse;
}

#table_obs tr, #table_obs td {
    margin:0px;
    padding:0px;
    border-collapse: collapse;
}

div#div_migas {
  padding: 8px 0;
}
div#div_migas a:link, div#div_migas a:visited, div#div_migas a:hover, div#div_migas a:active, div#div_migas {
  text-decoration: none;
  font-size: 11px;
  color: #676767;
}

#div_destacados p {
  margin: 0;
  padding: 8px 0;
}

#div_destacados table td img {
  margin: 4px 8px 0 4px;
  padding-top: 0!important;padding-top: 4px;
}


#td_cabeza {
    width:775px;
    height:55px;
    border:1px none black;
    margin:0px;
    background:transparent url(images/obs_head.jpg) 0px 0px no-repeat;
    padding:0px;
}
#div_cabeza {
    margin:16px 27px 0px 0px;
}

#div_cabeza a{
    text-decoration:none;
    color: #555;
}

#td_contenido {
    width:775px;
    min-height:55px;
    border:1px none black;
    margin:0px;
    background:transparent url(images/obs_middle.jpg) 0px 0px repeat-y;
    padding:0px; 
}

#table_contenido {
    background:transparent  url(images/obs_banner6.gif) 0px 0px no-repeat;
    border-collapse: collapse;
}

#td_agenda {
  padding: 0 8px!important;
  width:46%!important;width: 49%;
}

#tr_eventos img {
  border: none;
}

#tr_eventos .td_hora {
  padding: 3px 0!important;
}

#td_pie {
    width:775px;
    min-height:62px;
    height:62px;
    border:1px none black;
    margin:0px;
    background:transparent url(images/obs_footer.jpg) 0px 0px no-repeat;
    padding:0px; 
}

#div_pie {
    margin:0px 0px 0px 16px;
    padding:0px;
}

#div_pie a {
    text-decoration:none;
    font-size: 1em;
    color:#333333;
}

#div_banner {
    width:99%;
    height:170px;
    background-color:transparent;
    cursor:pointer;
    margin:0px;
    padding:0px;
    z-index:1;
}

#td_menu {
    vertical-align:top;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 32px;
    height: 100%;
}

#div_menu {
    width:204px;
    margin:0px;
    padding:0px;
    z-index:2;
    background-color:red;
}

.td_espacio {
    width:100%;
    background:#FFFFFF url(images/separador.png) 0px 0px repeat-x;
    height:16px;
}


.div_login_header {
    padding:8px;
    margin:0px;
    background-color:#ADADAD;
}

.div_login_header a {
    padding:0px;
    text-decoration:none;
    color:#FFFFFF;
}

#table_login {
    margin:8px;
}

#table_login td label {
    font-size:9px;
}

#table_login td input {
    font-size:9px;
    border:1px solid #9A9A9A;
}

#table_login td input[type="submit"] {
    font-size:9px;
    border:1px solid #9A9A9A;
}


.div_login_portlet {
    width:170px;
    margin:0px;
    padding:0px;
    border:1px none black;
}

.div_login_portlet label {
    font-weight:normal;
}

.login_title {
    font-size:9px;
    text-decoration:none;
    letter-spacing:-1px;
}

#div_login {
    padding:0px;
    margin:0px 0px 0px 0px;
    height:95%;
    border:1px solid black;  
    background-color:#DEDEDE;
}

#menu_login {
    background-color:red;
    border:1px solid black;
    height:100%;
    margin:0px;
    padding:0px;
    margin-top:auto;
    vertical-align:bottom;
}


#menu_banner {
    padding:0px;
    margin:0px;
    border:1px none black;  
    background-color:#DEDEDE;
}

#menu_banner table td {
   padding-bottom: 10px;
}


.td_banner_espacio {
    width:100%;
    background:transparent url(images/separador.png) 0px 0px repeat-x;
    height:16px;
}

#div_contenido {
    width:532px;
    margin:5px 4px 0px 0px;
    padding:0px;
    z-index:3;
}

#div_contenido .borde_ext {
  border: 1px solid #021069;
  margin-left: 2px;
}

#div_contenido .borde_ext input {
  border: 1px solid white;
  height: 14px;
  padding: 0;
  float:none!important;float: left;
}

.titulo {
    font-weight:bold;
    font-style:italic;
    color:#021069;
    font-size:150%;
    margin:2px 0px 14px 0px;
    padding:0px;
    letter-spacing: -1px;
}

.titulo_evento, .titulo_noticia {
  font-weight: bold;
  color: #021069!important;
  font-size: 140%;
  padding-bottom: 10px;
}

.titulo_noticia {
  padding-left: 10px;
}

.titulo2 {
    font-weight:bold;
    font-style:italic;
    color:#f4cd27;
    font-size:150%;
    margin:2px 0px 14px 0px;
    padding:0px;
    letter-spacing: -1px;
}



.td_sep_vert {
    width:16px;
    background:transparent url(images/separador_vertical.png) 0px 0px repeat-y;
}

h1 {
    color:#021069;
    font-size: 200%;
    margin-top: 0;
    border: 0;
}

h1.documentFirstHeading {
  margin-bottom: 0;
}

.noticias a {
    text-decoration:none;
}

.noticia_titulo {
    color:#666666;
}

.noticia_titulo .fecha_noticia {
  padding: 0 0 10px 10px;
}

.td_hora {
    padding: 10px 0!important;
    color:#555555;
    /*font-weight:thin;*/
}

.td_evento a {
  color: #666!important;
}

.td_evento_enlaces a {
text-decoration: none!important;
}

.td_evento * {
    color:#555555!important;
    font-weight:bold;
    text-decoration:none;
}

.td_img_evento {
  padding-right: 8px!important;
  padding-top: 4px!important;
}

img {
  vertical-align: bottom;
}

.espacio_especial {
  margin-top: -7px;
}

.td_imagen_evento {
  padding: 0 13px!important;
}

.td_imagen_evento img {
  padding: 3px 3px 52px 3px;
  border: none;
}

.p_evento {
  color: #555;
  padding: 0 13px!important;
}

.vevent, .vnoticia {
  padding-right: 10px;
}

.vevent h1, .vnoticia h1 {
  margin-bottom: 0;
}

.vevent table td, .vnoticia table td {
  vertical-align: top;
}

.vnoticia p {
  margin:0;
  padding: 0 0 10px 10px;
}

.vnoticia .imagen_noticia {
  padding: 0 0 0 13px!important;
  background:transparent url(images/sep_vert_especial.png) top right repeat-y;
  text-align: right;
}

.vnoticia .imagen_noticia .enlace_imagen a {
  color: #666!important;
  text-decoration: none;
  vertical-align: top;
}

.vnoticia .imagen_noticia .enlace_imagen {
  text-align: right;
  padding: 12px 15px 12px 5px;
  background-color: #eaeaea;
}
.vnoticia .relacionados {
  color: #666;
  padding: 0 15px 0 13px!important;
  text-align: right;
}
/************************************/

#table_main {
    width:775px;
    border:1px none black;
    margin:0px auto 5px auto;
    background:transparent url(images/obs_head.png) 0px 0px no-repeat;
    padding:0px 0px 0px 0px; 
}

#td_left {
    padding:0px;
    margin:0px;
    height:100%;
    vertical-align:top;
    width:202px;
    border:1px none black;
}

#table_left {
    padding:0px;
    margin:55px 0px 0px 16px;
    width:100%;
    height:100%;
    border:1px solid black;
    border-left:1px solid #B3B3B3;
}


#div_left {
    padding:0px;
    margin:0px 0px 0px 16px;
    border:1px none black;   
}



#td_right {
    height:100%;
    padding:0px;
    margin:0px;    
    vertical-align:top;
}

#table_content {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}


#td_top {
    width:100%;
    height:222px;
    padding:0px;
    margin:0px;
    vertical-align:top;
    border:1px none black;
}

#div_lang {
    margin:27px 27px 0px 0px;
    float:right;
}


#td_content {
    padding:0px;
    margin:0px;
    height:100%;
    vertical-align:top;
    border:1px none black;
    background:transparent url(images/obs_middle.jpg) -202px 0px repeat-y;    
}

#div_content {
    padding:16px 27px 16px 16px;
    margin:0px;
}

#td_foot {
    width:775px;
    height:55px;
    background:transparent url(images/obs_footer.jpg) 0px 0px no-repeat;
    margin:0px;
    padding:0px;     
}





#a_cabecera {
    width:775px;
    border:1px none black;
    margin:0px auto 5px auto;
    background:transparent url(images/obs_head.png) 0px 0px no-repeat;
    padding:222px 0px 0px 0px;    
}

#a_contenido {
background:transparent url(images/obs_middle.jpg) 0px 0px repeat-y;     
}

#a_menu {
    width:172px;
    height:100%;
    margin:-167px 0px 15px 30px;
    padding:0px;
    float:left; 
    border:1px solid black;
}

#a_texto {
    margin:15px 30px 15px 0px;
    padding:0px;   
    float:right;
    width:530px;
}

#a_pie {
    /*position:relative;*/
    width:775px;
    height:55px;
    background:transparent url(images/obs_footer.jpg) 0px 0px no-repeat;
    margin:0px;
    padding:0px;    
}


  




#obs {
    /*position:relative;*/
    width:775px;
    border:1px none black;
    margin:0px auto 5px auto;
    background:transparent url(images/obs_head.jpg) 0px 0px no-repeat;
    padding:55px 0px 0px 0px;    
    height:auto;
}

#obs_head {
    /*position:relative;*/
    width:775px;
    height:55px;
    background:transparent url(images/obs_head.jpg) 0px 0px no-repeat;
    margin:0px;
    padding:0px;    
}

#obs_middle {
    /*position:relative;*/
    width:775px;
    min-height:55px;
    height:auto;
    background:transparent url(images/obs_middle.jpg) 0px 0px repeat-y;
    border:1px none black;
    margin:0px;
    padding:0px;    
}

#obs_banner {
    /*position:relative;*/
    /*top:0px;
    left:0px;*/
    z-index:1;    
    width:775px;
    height:167px;
    background:transparent url(images/obs_banner.jpg) 0px 0px no-repeat;
    margin:0px;
    padding:0px;    
}


#menu {
    width:171px;
    height:100px;
    border:1px none black;
    margin:0px;
    padding:0px;
}

#menu_main {
    background:#dbb313 url(images/grad_menu_main.jpg) left bottom repeat-x;
    opacity:0.92; /*firefox*/
    filter:alpha(opacity=92); /*explorer*/
    width:171px;
    height:auto;
    margin:0px;
    padding:0px;
}

#menu_main ul {
    padding: 0!important;
    margin:0px;
    list-style:none;
    line-height:15px;    
}

#menu_main li {
  padding: 0!important;padding: 2px 0;
  margin-left: -5px!important;
  margin-left: -3px;
}

#menu_main .before_li {
  font-family: Comic Sans MS;
  margin-right: -2px;
  font-size: 10px;
}

#menu_main ul li a {
    color:#FFFFFF;
    text-decoration:none;
    font-size:11px;
    display:block;
    padding: 2px 0!important;padding: 1px 0;
}

#menu_main ul li a:hover {
    text-decoration:none;
    font-size:11px;
    font-weight: bold;
}


#contenido {
    /*position:relative;*/
    z-index:3;
    /*top:15px;
    left:216px;*/
    width:520px;
    border:1px none black;
    display:block;
    clear:both;
    margin:0px;
    padding:0px;    
}

#relleno {
    /*position:relative;*/
    width:100%;
    height:16px;
    border:1px none black;
    margin:0px;
    padding:0px;
    display:block;
    clear:both;
}

#obs_footer {
    /*position:relative;*/
    width:775px;
    height:55px;
    background:transparent url(images/obs_footer.jpg) 0px 0px no-repeat;
    margin:0px;
    padding:0px;    
}

.div_separador {
    width:100%;
    height:16px;
    margin-left:16px;
    background:transparent url(images/separador.png) 0px 0px repeat-x;
}

.doble_flecha {
  font-family: Comic Sans MS;
}


/***************************************************************************************** FIN LAYOUT *************************************/

.ploneCalendar tr, #thePloneCalendar tr {
	border: none!important;
}

.login_prensa dl.portlet {
	background-color: #DEDEDE;
	border: none;
}
.login_prensa {
	width: 170px; 
	overflow: hidden;
}
.login_prensa form {
	margin-bottom: 8px;
	border: 1px solid #DEDEDE; 	
}

.login_prensa #portlet-login, .login_prensa .portlet,  {
	background: #DEDEDE;
	color: #555;
}
.login_prensa div, .login_prensa dt, .login_prensa dd, .login_prensa dt { 
	border: none; 
}
.login_prensa .portletHeader, .login_prensa .portletHeader a:link, .login_prensa .portletHeader a:visited, .login_prensa .tile {
	background-color: #ADADAD; 
	color: #FFF;
	margin-bottom: 6px; 
}
.login_prensa .field {
	clear: left; 
}
.login_prensa label, .login_prensa input {
	float: left;
	font-size: 11px;
}
.login_prensa label {
	width: 48px;
	height: 17px;
	margin-bottom: 5px;
	margin-left: 6px;
	color: #565656; 
}
.login_prensa input {
	background: white url(images/fondo_tit_cal.png) repeat-x;
	color: #000;
	border: 1px solid #FFF;
	padding: 0px; 
	height: 14px;
	
}
.login_prensa input.entrar {
	/* width: 16px;
	height: 16px;
	line-height: 12px; 
	font-size: 7px; */
	padding: 0px;
	margin: 0px;
	border: none;
}
.login_prensa .borde_ext {
	border: 1px solid #9A9A9A; 
	float: left;
}
.login_prensa .separ .borde_ext {
	margin-left: 2px;
}
.login_prensa .portletHeader a, .login_prensa .portlet a, .login_prensa .even {
	color: #555;
	background: transparent; 
}
.login_prensa .formControls dd {
	float: left;
	width: 70px; 
}
.login_prensa .portletItem {
float: left; 
padding: 0;
}
.login_prensa . mascosas {
 clear: left;
}

.login_prensa .mascosas { 
	clear: left
	margin: 0px; 
	padding-left: 6px;
	text-align: center;
}
.login_prensa .debajo { 
	font-size: 10px;
	float: left;
	clear: left
	margin: 0px; 
}
.login_prensa .debajo a {
	font-size: 10px; 
}
.login_prensa .even {
    margin-left: 6px;
	clear: none;
	background: url(images/f_loginprensa_even.png) no-repeat;
	background-position: 0px 3px;
	padding-left: 6px; 
}

.banner_obs {
    width: 220px;
	overflow: hidden;
	background:transparent url(images/separador.png) 0px 0px repeat-x;
	margin: 0px; 
	padding-top: 17px; 
	text-align: center;
}
#div_contenido a {
	color: #21266A; 
}

/* ---- * /
.ploneCalendar tr.weekdays, .ploneCalendar tr.weekdays td {
	border: none;

/* ---- * /

/* para el portlet login cuando el usuario desactiva las cookies */

.login_prensa .portalMessage { 
	padding: 4px;
}

/* CALENDARIO */
.ploneCalendar .weekdays td {
border: none!important;
}

.ploneCalendar .todaynoevent {
    border-collapse: separate;
}
.ploneCalendar .todaynoevent a {
    color: #ffffff;
    font-weight: bold;
    background-color: #f9cb05;
}
.ploneCalendar .hoysinevento {
	color: #ffffff;
    font-weight: bold;
    background-color: #f9cb05;
	padding-left: 2px; padding-right: 2px;
}

	/* DESPLEGABLE en EVENTOS (estilo menu suckerfish dropdown menus) */
	.despleg_eventos {
	margin-bottom: 5px!important;margin-bottom: 10px;
	padding: 0px;
	z-index: 10;
	}
	.despleg_eventos #nav a {
	font-size: 10px;
	color: #555;
	padding: 0px;
	padding-left: 4px;
	}
	.despleg_eventos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 106px;
	}
	.despleg_eventos ul li {
	position: relative;
	border: 1px solid #444B9B;
	background: white url(images/flecha_abajo.png) no-repeat top right;
	background-position: 90px 1px!important;
	margin: 0px; 
	padding: 1px!important;
	padding-right: 14px!important;
	}
	.despleg_eventos ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: url(images/fondo_tit_cal.png) repeat-x;
	margin: 0px; 
	padding: 0px;
	padding-left: 2px;
	/* border: 1px solid #fff; */
	border-bottom: 0;
	}
	.despleg_eventos li ul {
	position: absolute;
	left: -1px;
	top: 16px;
	display: none;
	}
	.despleg_eventos li:hover ul, .despleg_eventos li.over ul { 
	display: block; }
	
	/* nivel desplegado (secundario) */
	.despleg_eventos ul ul {
	background: white url(images/fondo_cal.png) repeat-x;
	background-position: bottom left;
	border: 1px solid #999;
	width: 104px;
	}
	.despleg_eventos ul ul li {
	background: transparent;
	border: none;
	}
	.despleg_eventos ul ul li a {
	background: transparent;
	}
	.despleg_eventos #nav ul li a:hover {
	color: #444B9B;
	}
	
	/* Fix IE. Hide from IE Mac \*/
    * html ul li { float: left; }
    * html ul li a { height: 1%; }
    /* End */
	
	/* Jumping menu bug IE 5.01 */
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; height: 1%; }
	* html ul li a { height: 1%; }
	/* End */

}
/* SELECT */
select {
  background: #f0f0f0 url(images/fondo_cal.png) top left repeat-x;
  border: 1px solid #021069;
  padding: 1px;
  font-size: 9px;
  color: #555;
}
/* VISTA DE DOCUMENTOS */
#div_contenido h1 {
  font-weight: bold;
}
#div_contenido table td p.documentDescription {
  margin-top: 0!important;
}
#div_contenido table td p.documentDescription, #div_contenido table td .plain {
  color: #555!important;
}
#div_contenido table .td_der {
  margin: 0;
  padding: 0;
  width: 171px;
  vertical-align: top;
}

#div_contenido table .td_der .titulo {
    background-color: #021069;
    color: white;
    font-style: normal;
    margin-bottom: 11px;
    margin-top: 0!important;
    padding: 4px 6px;
    text-align: center;
    letter-spacing: -1px;
}

#div_contenido table .td_der #ul_destacados {
  margin: 0px;
  padding: 0;
  list-style: none;
}

#div_contenido table .td_der #ul_destacados li {
  padding: 4px 0;
  padding-left: 10px;
  background: white url(images/li_punto.gif) no-repeat;
  background-position: 0 8px;
}

#div_contenido table td .more {
  padding-left:10px;
}
#div_contenido table td .more a {
  text-decoration: none;
  padding-left: 0!important;padding-left: 12px;
}

#div_contenido li {
  display: inline-block!important;
  float: none!important;
}

/* AGENDA EVENTOS */
#agenda_eventos h1 {
  margin-bottom: 0;
}

#agenda_eventos .titulo {
  font-style: normal;
  padding: 4px 0 12px;
}

#agenda_eventos .pad_izq_interior {
  padding-left: 8px!important;
}

#agenda_eventos #subir {
  padding-left: 8px;
  text-decoration: none;
  margin-top: 12px;
}

#agenda_eventos .resultados {
  color: #555;
}

#agenda_eventos .resultados .numero {
  font-weight: bold;
  color: #666!important;
}

#agenda_eventos #select_eventos .despleg_eventos {
  margin-bottom: 0!important;
}

/* RESUMEN NOTICIAS */
/* Por compatibilidad esta dentro del id #agenda_eventos */
#agenda_eventos .noticia_titulo {
  color: #021069;
  font-weight: bold;
}

#agenda_eventos .noticia_contenido {
  color: #666;
}
/* ----------------------------------------------- */

/* sub-menus */
#submenu {
	padding-bottom: 0px;
	margin-top: 5px;
}
#submenu .bloque { 
	background: url(images/f_submenu_separ.png) repeat-x top;
	width: 154px;
	padding: 0px;
	padding-top: 0px!important; padding-top: 5px;
	margin: 0px;
	margin-left: 8px;
	overflow: hidden;
}
#submenu .final {
	height: 6px;
	overflow: hidden;
}
#submenu #bloque_blanco, #submenu #bloque_gris {
    margin-left: 0px;
	margin-bottom: 6px;
	padding: 10px 12px 10px 0px;
	width: 100%;
	clear: both;
}
#submenu #bloque_blanco li, #submenu #bloque_gris li {
	list-style-image: none;
	list-style: none;
	clear: left;
	height: 20px;
	width: 130px;  
	padding: 0px;
	padding-left: 10px;
}
#submenu #bloque_blanco, #submenu #bloque_blanco li, #submenu #bloque_blanco a {
	background: #F2F2F2;
	color: #372E03;
}
#submenu #bloque_gris, #submenu #bloque_gris li, #submenu #bloque_gris a {
	background: #818181;
	color: #FFFFFF;
}
#submenu #bloque_gris #activo { 
	height: 22px;
}
#submenu #bloque_gris #activo {
	background: #F9C502 url(images/f_submenu_gris_activo.png) no-repeat top right;
}
#submenu #bloque_blanco #activo {
	background: #F9C502 url(images/f_submenu_blanco_activo.png) no-repeat top right;
}
#submenu #bloque_blanco a {
	background: url(images/f_submenus_blanco.png) no-repeat;
}
#submenu #bloque_gris a {
	background: url(images/f_submenus_gris.png) no-repeat;
}
#submenu #activo a {
	background: url(images/f_submenus_activo.png) no-repeat;
	color: #392E01;
}
#submenu #bloque_blanco a, #submenu #bloque_gris a, #submenu #activo a {
	background-position: 0px 4px!important;background-position:0px 5px;
	margin-top: 8px;
	padding-left: 11px;
	text-decoration: none;
	line-height: 22px;
}
/* SITEMAP */
#sitemap_h1 {
  margin-bottom: 0px;
}

#portal-sitemap {
  padding-left: 14px;
  list-style: none;
  text-decoration: none!important;
}

#portal-sitemap ul {
  list-style: none;
  padding-left: 0!important;
}

#portal-sitemap a {
  text-decoration: none!important;
}

#portal-sitemap li {
  margin-bottom: 1em;
}

#portal-sitemap li li {
  margin-bottom: 0!important;
}

#portal-sitemap li a {
  color: #021069;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: -1px;
  background: #fff url(images/separador.png) repeat-x bottom left;
  padding-bottom: 0.7em;
  display: block;
}

#portal-sitemap li li a {
  color: #21266a;
  font-size: 100%;;
  font-weight: normal;
  letter-spacing: 0;
  background: none!important;
}

#portal-sitemap li li a:before {
  content: '>> ';
  color: #21266a;
  white-space: nowrap;
  font-family: Comic Sans MS;
}

/* FORMULARIO ZONA PRENSA */
#form_zona_prensa h1 {
  margin-bottom: 0!important;
}

#form_zona_prensa p {
  padding: 0 10px;
  margin-top: 4px;
  color: #555!important;
}

#form_zona_prensa fieldset {
  border: none;
  color: #555;
  background: #fff url(images/separador.png) repeat-x bottom left;
  padding: 0 0 8px;
  margin: 0 8px;
}

#form_zona_prensa fieldset .legend {
  color: #021069;
  font-weight: bold;
  font-size: 150%;
  letter-spacing: -1px;
  padding: 0 0 6px;
}

#form_zona_prensa fieldset .field {
  padding: 4px 0;
}

#form_zona_prensa label {
  padding-top: 2px;
  float: left;
  width: 9em;
}

#form_zona_prensa fieldset .formHelp {
  padding: 4px 12px;
}

#form_zona_prensa .fieldRequired {
  color: red;
  margin-left: 4px;
}

#form_zona_prensa .field #fullname, #form_zona_prensa .field #username, #form_zona_prensa .field #email {
  border: 1px solid #565656;
  font-size: 100%;
}

#form_zona_prensa .formControls {
  text-align: right;
  padding: 0 6px 18px;
}

#form_zona_prensa .form_submit {
  border: none;
  background: white;
  color: #21266A;
  font-size: 100%;
  padding: 0;
  letter-spacing: -1px;
  cursor: pointer;
  float: right;
}

#form_zona_prensa .doble_flecha {
  color: #21266A;
  float: right;
}

/************************ DOCUMENT ACTIONS ***********************/
.documentActions ul {
  list-style: none;
  color: #021069;
  margin: 0px;
  padding: 0 0 10px 10px;
}

.documentActions ul li {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}

.documentActions ul li a {
  text-decoration: none;
  font-weight: bold;
}

.documentActions .flecha_gt {
  font-family: Comic Sans MS;
  font-weight: normal!important;
}

#solapas h1 {
    border: 0;
}

#solapas .bloque_enlaces {
    margin-left: -5px;
}

#solapas .div_separador {
    margin-left: 5px;
}

#solapas .enlaces {
    float: left;
    padding-left: 5px;
}
#solapas .enlaces .activo a {
color: #666666;
text-decoration: none;
}

#solapas .enlaces .inactivo a {
color: #314a94;
font-weight: bold;
text-decoration: none;
}

#solapas .enlaces span {
   color: #666666!important;
   padding-left: 5px;
   padding-right: 5px;
}

#revista_aguayro h1 {
   color: #314a94!important;
   font-size: 14px;
   font-weight: bold;
   font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#revista_aguayro h2 {
   color: #d0b108!important;
   font-size: 14px;
   font-weight: bold;
   border: 0;
   font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#revista_aguayro h3, #revista_aguayro p {
   color: #666666;
   font-size: 11px;
   font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#revista_aguayro form {
   margin-left: 8px;
}

#revista_aguayro .imagen {
   float: left;
   margin-left: 5px;
   margin-right: 5px;
}

#revista_aguayro .resumen {
   display: block;
   float: right;
}


/* - base.css - */
img {
border: none;
vertical-align: middle;
}

.ploneCalendar {
background:#FFFFFF url(images/fondo_cal.png) left bottom repeat-x;
border:0px none #000000;
margin: 1px 0 1em 0;
border-collapse: separate;
border-spacing:0;
}
.ploneCalendar a {
text-decoration: none;
}
.ploneCalendar a:hover {
text-decoration: none;
}
.ploneCalendar th {
background:#FFFFFF url(images/fondo_tit_cal.png) left top repeat-x;
font-weight: normal;
text-align: center;
line-height: 1.6em;
}
.ploneCalendar td {
background-color: transparent;
width: 10%;
text-align: right;
line-height: 1.6em;
}
.ploneCalendar .weekdays td {
background-color:#7C7C7C;
color:#FFFFFF;
border: 1px solid #8cacbb;
text-align: center;
padding: 2px;
}
.ploneCalendar .event a {
background-color: #fdd92d;
font-weight: bold;
color: #FFFFFF!important;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
padding-top: 0px;
}
.ploneCalendar .noevent span {
padding-left: 7px;
padding-right: 7px;
padding-bottom: 0px;
padding-top: 0px;
}
.ploneCalendar .todayevent {
border: 2px #fdd92d solid!important;
font-weight: bold;
color: #314a94!important;
}
.ploneCalendar .todaynoevent {
border-collapse: collapse;
color: #ffffff;
background-color: #f9cb05;
}
.ploneCalendar #calendar-previous a {
background-image: url(images/arrowLeft.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.ploneCalendar #calendar-next a {
background-image: url(images/arrowRight.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.ploneCalendar #calendar-previous a,
.ploneCalendar #calendar-next a {
display: block;
text-decoration: none;
overflow: hidden;
border: 0;
margin: 0;
padding: 0;
padding-top: 9px;
height: 0px !important;
height /**/: 9px;
cursor: pointer;
}
.ploneCalendar #calendar-next a {
padding-top: 9px;
height: 0px !important;
height /**/: 9px;
}
.ploneCalendar tbody td {
text-align:center;
}

.photoAlbumEntry {
float: left;
height: 185px;
width: 143px;
margin: 0em;
padding: 0px 6px 0px 9px;
text-align: center;
background-image: url('http://localhost:9060/lacajaobs/polaroid-single.png');
background-repeat: no-repeat;
}
.photoAlbumEntry img {
border: 1px solid #ccc;
display: block;
margin: 0 auto;
}
.photoAlbumEntryWrapper {
height: 130px;
width: 128px;
margin-bottom: 7px;
}
.photoAlbumEntry a {
display: block;
text-decoration: none;
font-size: 85%;
height: 169px;
width: 130px;
margin: 16px auto 0px;
}
.photoAlbumFolder {
background-image: url('http://localhost:9060/lacajaobs/polaroid-multi.png');
background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
color: #76797c;
display: block;
overflow: hidden;
width: 128px;
height: 3.6em;
}

.listingBar {
    clear: both;
}

/* */

/* ------------------------------------------------------------------------ */

/* </dtml-with> */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */



