/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, "Trebuchet MS" , sans-serif;
  background: #fff;
  color: #5B5B5B;
  font-size: 62.5%;
}

p {
  font-size: 1.2em;
  line-height: 1.4em;
}
a {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #989050;
}
h5 a {
  color: #990000;
}
h5 a:hover {
  color: #005252;
}
ul {
  list-style: none;
}
img {
  border: 0;
}
iframe#iframe_comments {
  width: 620px;
  height: 850px;
  border: 0;
}
/** clases comunes */
div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
p.enlace_flecha {
  font-size: 1.1em;
}
p.enlace_flecha a {
  padding-left: 10px;
}
input.input_text {
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-family: "Trebuchet MS", Verdana;
}
p.link_big {
  margin: 15px 0;
}
p.link_big a {
  padding-left: 30px;
  font-size: 16px;
  background: url(../images/arrow_go.gif) no-repeat left 50%;
}

.banner {
	height:1%; 
	padding: 3px 0;
  border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color:#666; 
	text-align:center;
}
.banner p, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner li {
	text-align: left;
}
#advtop .banner {
	padding: 0 0 5px 0;
	margin: 0;
	border-top: none;
}
div#contextual_column div.banner {
  margin-left: -10px;
  margin-right: -10px;
}
div.ajax_msg {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  text-align: left;
  padding: 5px 0 5px 20px;
  background: url(../images/ajax_loader_1.gif) no-repeat 0 0.5em;
  display: none;
}
td.algcenter,
th.algcenter {
  text-align: center;
}
/** fin clases comunes */
div#advtop {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}
div#advtop div.adv_horz {
  padding-left: 12px;
  background: #999;
  float: left;
}
div#container {
  text-align: center;
}
div#header_container {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

div#content {
  width: 940px;
  text-align: left;
  margin: 0 auto;
}
div#navigation_column {
  width: 125px;
  float: right;
  margin: 0 0 0 15px;
  overflow: hidden;
}
div#contextual_column {
  width: 220px;
  float: right;
  margin: 0 0 0 15px;
  overflow: hidden;
  background-color: #E7E7E7;
  padding-top: 0px;
}
div#main {
  width: 560px;
  float: left;
  padding: 0;
  overflow: hidden;
}

/** Columnas para la home */
div.home div#navigation_column,
div.home div#contextual_column {
  float: right;
}
div.home div#navigation_column {
  width: 145px;
} 
div.home div#main {
  width: 530px;
}
/** */


div#header {
  width: 940px;
  text-align: left;
  height: 67px;
  margin: 0 auto;
  position: relative;
}

div#foot {
  text-align: center;
  background: #8A0000;
	margin-top: 20px;
}
div#foot_content {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
	text-align: left;
	height: 30px;
}


/** logo y fecha */

div#date {
  width: 212px;
  float: left;
  overflow: hidden;
  position: relative;
  bottom: 0;
  padding-top: 40px;
}
div#date p {
  font-size: 12px;
  padding: 11px 0;
  line-height: 0.1px;
}
div#logo {
  position: absolute;
  width: 500px;
  height:67px;
	top: -1px;
	left: 250px;
}
div#logo p#site_logo a {
  display: block;
	position: absolute;
  width: 500px;
  height:67px;
}
div#logo h1#site_description {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  display: none;
 }
div#logo p#site_logo a {
  background: url(../images/logo_zone_1_esp.gif) no-repeat;
}
body#eu_ES div#logo p#site_logo a {
  background: url(../images/logo_zone_1_eus.gif) no-repeat;
}
/** fin: logo y fecha*/


/** Datos usuario */

div#user {
  text-align: right;
  padding-top: 10px;
  width: 312px;
  right: 0;
  top: 0;
  position: absolute;
}
div#local {
  position: absolute;
	top: 78px;
	right: 5px;
}
div#user p
div#local p, {
  font-size: 11px;
  line-height: 15px;
  display: inline;
}
div#local a {
  color: #fff;
}
div#local a:hover {
  color: #E0DECB;
  text-decoration: none;
}
div#user p span.name_user {
  color: #990000;
  font-weight: bold;
  padding-right: 20px;
  background: url(../images/triangulo_s.gif) no-repeat 92% 50%;
}
/** fin: datos usuario */

/** campo busqueda */
div#search {
  height: 18px;
	padding: 8px 0;
	width: 250px;
	right: 0;
	top: 28px;
  background: url(../images/buscar.gif) no-repeat right;
	position: absolute;
}
html>body div#search {
	top: 32px;
}
div#search input {
	height: 14px;
  border: 0;
  width: 120px;
  margin: 10px 0 0 88px;
}
html>body div#search input {
	top: 32px;
	margin: 6px 0 0 88px;
}
/** fin: campo busqueda */

/** Menu Principal */

  /** Fix IE. Hide from IE Mac \*/
/**  * html ul li { float: left; }
  * html ul li a { height: 1%; }
  /** End */

div#navmain {
  width: 940px;
  font-family: "Trebuchet MS", sans-serif;
  clear: both;
  height: 28px;
  background: #989050;
  margin: -1px auto 0 auto;
  text-align: center;
}
div#navmain ul#nav {
  height: 28px;
  width: auto;
  margin: 0 auto;
  float: left;
}
div#navmain ul#nav li {
  float: left;
  position: relative;
  height: 28px;
  z-index: 39;
}
div#navmain ul#nav li a {
  display: block;
  padding: 5px 10px 0 10px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  height: 23px;
}
div#navmain ul#nav li a:hover {
  background: #333;
}
div#navmain ul#nav li ul {
  position: absolute;
  top: 24px;
  left: 0;
  width: auto;
  display: none;
}
div#navmain ul#nav li ul li {
  display: block;
  clear: both;
  width: 200px;
  background: #333;
  text-align: left;
  overflow: hidden;
}
div#navmain ul#nav li ul li a {
  background: none;
  display: block;
  width: 200px;
  clear: both;
  text-transform: none;
}

div#navmain ul#nav li:hover ul, div#navmain ul#nav li.over ul {
  display:block;
  width: 250px;
  z-index: 999;
}
div#navmain ul#nav li:hover, div#navmain ul#nav li.over {

}
div#navmain ul#nav li:hover ul li:hover, div#navmain ul#nav li.over ul li.over {
  background: none;
  background-color: #6e7b81;
}
div#navmain ul#nav li:hover a, div#navmain ul#nav li.over a {
  background: #333;
}
div#navmain ul#nav li:hover ul li a, div#navmain ul#nav li.over ul li a {
  background: none;
  height: 22px;
}
div#navmain ul#nav li:hover ul li a:hover, div#navmain ul#nav li.over ul li a:hover {
  text-decoration: none;
  background: #6e7b81;
  color: #FFF;
  height: 22px;
}
div#navmain a:hover {
  text-decoration: none;
}

div#navmain li#nav_homepage {
	display: none;
}

/** Foot */
div#foot ul {
  padding-top: 5px;
	float: right;
	width: 600px;
}
div#foot ul li {
  float: right;
  margin-left: 20px;
  color: #fff;
  font-size:11px;
}
div#foot ul li a {
  color: #FF9966;
}
div#foot ul#locarea_sign {
	float: left;
	width: 200px;
}
div#foot ul#locarea_sign li {
	float: left;
	margin: 0;
}


/** Boxes General */

div.box {
  margin-bottom: 10px;
}
div.box h2 { /** titulares */
  font-size: 1.4em;
}
div.box h4 {
	margin-top: 4px;
	font-size: 11px;
}
div.box h5 {
	font-size: 11px;
}
div.box_content {
	padding: 8px;
}
div#navigation_column div.box h4  { 
  font-size: 16px;
  color: #999;
  margin: 8px 0 2px 0;
}
div#navigation_column .box ul li {
  font-size: 1.2em;
  margin-bottom: .5em;
}
div#navigation_column a {
  color: #333;
  font-weight:  normal;
}
div#navigation_column a:hover {
  background-color: none;
  color: #333;
  background-image: none;
}
div#contextual_column div.box_header,
div#homepage_column div.box_header {
  padding: 5px 8px;
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}
div#contextual_column div.box_header h4,
div#homepage_column div.box_header h4 {
  font-size: 14px;
  color: #999;
}

div.box p {
  font-size: 1.0em;
}
div.box p.separator {
  height: 10px;
  margin-bottom: 5px;
}
div.box p.photo img {
  padding: 2px;
  border: 1px solid #999;
}


/** Box posts */
div#box_posts {
  background-color: #E0DDCA;
  margin: 0px -10px -10px -10px;
  padding: 0px 10px 10px 10px;
}
div#contextual_column div#box_posts div.box_header {
  background: #CBC7A7;
  border-color: #CBC7A7;
}
div#contextual_column div#box_posts div.box_header h4 {
  color: #fff;
}

/** Eventos del día */
div#today_events {
  border: 1px solid #E7E7E7;
	border-top: none;
  background: url(../images/box2_bg.gif) repeat-y left;
	margin-bottom: 10px;
}
div#today_events div.box_header {
  background: url(../images/today_events_bg.gif) no-repeat;
  padding: 12px 10px 12px 40px;
	border-bottom: none;
}
div#today_events div.box_header h4 {
  font-size: 16px;
  color: #fff;
}
div#contextual_column div#today_events {
	padding: 0;
	background: none;
}


/** Foto del dia */
div#photo_of_the_day {
  border: 1px solid #E7E7E7;
	border-top: none;
}
div#photo_of_the_day div.box_header {
  padding: 3px 7px;
  background: #646464;
}
div#photo_of_the_day div.box_header h4 {
  font-size: 13px;
  color: #fff;
}	
div#photo_of_the_day h2 {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}
div#photo_of_the_day img {
  margin: 5px 2px;
  background: #646464;
  width: 238px;
  border: 1px solid #ccc;
  overflow: hidden;
}
div#photo_of_the_day p {
  font-size: 12px;
}
div#contextual_column div#photo_of_the_day {
	padding: 0;
}
div#contextual_column div#photo_of_the_day p.photo {
	width: 205px;
	overflow: hidden;
}
div#contextual_column div#photo_of_the_day h4 {
	margin: 0px -9px 7px -9px;
  padding: 3px 7px;
  background: #646464;
  font-size: 13px;
  color: #fff;
}
div.rss {
	margin: 10px 0;
}


/** Box Gallery */
div.box_gallery {
  padding-bottom: 7px;
  background: url(../images/border_a.gif) repeat-x bottom;
  margin-bottom: 7px;
}
div.box_gallery h2 {
  font-size: 13px;
}
div.box_gallery div.box_gallery_text {
  float: left;
	width: 135px;
}
div.box_gallery div.box_gallery_photo {
	width: 54px;
	float: left;
	margin-right: 10px;
}

div.box_gallery div.box_gallery_photo img {
  display: block;
  width: 50px;
  height: 50px;
  padding: 2px 12px 6px 2px;
  background: url(../images/photogallery_list_bg.gif) no-repeat;
}


div.bpostbox h1 {
	font-size: 12px;
}
div.bpostbox h3 a {
	color: #333;
}
div.bpost_link {
	background-color: #66CC33;
	padding: 8px;
	margin-bottom: 8px;
}
div.bpost_link h4 {
	font-size: 14px;
	color: #fff;
}
div.bpost_link a {
	font-size: 11px;
	color: #003D00;
}


/** Titulo de seccion */
div#main_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
  padding-bottom: 5px;
  background: url(../images/border_main_title.gif) no-repeat left bottom;
  font-size: 16px;
  color: #CC6600;
}
div#main_title h4 a {
  color: #333;
  font-size: 13px;
}
div#main_title h4 a:hover {
  color: #CC6600;
}
div#main_title h4 span {
  color: #CC6600;
  font-size: 16px;
}
div#main_title h4 small {
  color: #990000;
  font-size: 14px;
  padding-left: 20px;
}

/** Lista de enlaces */
ul.list_links {
}
ul.list_links li {
  margin-bottom: 1em;
  display: block;
}
ul.list_links li a {
  color: #333333;
  padding-left: 14px;
  background: url(../images/arrow_bullet.gif) no-repeat 0.15em;;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
}


/** Options de Contents */
ul.content_options {
  margin: 8px 0 0 0;
}
ul.content_options li {
  float: left;
  margin-right: 10px;
}
ul.content_options li.photos_count a {
  display: block;
  background: url(../images/photo_icon.gif) no-repeat 0 0.4em;
  padding: 2px 0 2px 25px;
  color: #999;
  font-size: 11px;
}
ul.content_options li.photos_count a {
  background: url(../images/photo_icon.gif) no-repeat 0 0.4em;
}
ul.content_options li a,
div.box p.comments_box a {
  color: #989050;
  padding: 5px 0 5px 20px;
  font-size: 11px;
  font-weight: bold;
	display: block;
	float: left;
	height: 12px;
}
div.box p.comments_box a:hover {
  color: #999999;
}
ul.content_options li.comments_count a,
div.box p.comments_box a {
  background: url(../images/comment_link_ico.gif) no-repeat left 50%;
}
ul.content_options li.comments_go a {
  background: url(../images/comment_link_go_ico.gif) no-repeat left 50%;
}
ul.content_options li a:hover {
  color: #999999;
}
ul.content_options li.increase_text a {
  background: url(../images/not_ico_ampliar.gif) no-repeat center;
}
ul.content_options li.increase_text a:hover {
  background: url(../images/not_ico_ampliar_o.gif) no-repeat center;
}
ul.content_options li.decrease_text a {
  background: url(../images/not_ico_reducir.gif) no-repeat center;
}
ul.content_options li.decrease_text a:hover {
  background: url(../images/not_ico_reducir_o.gif) no-repeat center;
}
ul.content_options li.send_to a {
  background: url(../images/not_ico_enviar.gif) no-repeat  left;
	width: 10px;
}
ul.content_options li.send_to a img {
	display: none;
}
ul.content_options li.send_to a:hover {
  background: url(../images/not_ico_enviar_o.gif) no-repeat  left;
}



/** Enlaces photos */
p.photos_count a {
  display: block;
  background: url(../images/photo_icon.gif) no-repeat 0 0.4em;
  padding: 2px 0 2px 20px;
  color: #999;
  font-size: 0.9em;
}
p.photos_count a:hover {
  color: #333;
  background: url(../images/photo_icon.gif) no-repeat 0 0.4em;
}


/** Cabeceras Contents */
div.content_header h3,
div.box h3 { /** antetitulo */
	font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}

div.content_header h1 { /** titulo */
  font-size: 20px;
  color: #990000;
  margin-bottom: 0.2em;
}
div.content_header h4 { /** subtitulo */
  font-size: 1.3em;
}
div.content_header h5.date,
div.box h5.date { /** fecha */
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: .5em;
  letter-spacing: 0.2em;
  color: #999;
}
div.box h5.date {
	color: #333;
	letter-spacing: 0px;
}


/** Bloque de contenido de Contents */
div.content_content {
  margin-top: .5em;
}


/** Cuerpo del Content */
div.content_body *,
div.content_body div,
div.content_body p,
div.content_body h3,
div.content_body h5,
div.content_body h6,
div.content_body p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
html>body div.content_body {
  margin-top: 0.8em;
}
div.content_body a {
  font-size: 1.0em;
}
div.content_body h4 {
  margin-top: 1em;
  margin-bottom: 0.3em;
  color: #666;
}
div.content_body h4 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
div.content_body h3 { /** ladillo */
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}


/** Tags */
h5.tags {
  font-size: 10px;
  margin-top: 5px;
  padding: 3px 0 3px 17px;
  background: url(../images/tag_icon.gif) no-repeat 0 0.3em;
} 
h5.tags span {
  color: #666;
  padding-right: 10px;
  background: url(../images/flecha_r.gif) no-repeat right 0.3em;
  margin-right: 5px;
}
h5.tags a {
  font-weight: bold;
  color: #999;
}
h5.tags a:hover {
  color: #666;
}


/** Margen derecho del Content */
div.content_side {
  width: 270px;
  float: right;
  margin-left: 15px;
}


/** recuadro relacionado */
div.content_related {
  background: url(../images/related_bg_top.gif) no-repeat left top;
  border: 1px solid #E3E3E3;
  border-top: none;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 20px 20px;
  width: 150px;
  float: right;
  clear: right;
}
div.content_related h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: .5em;
}
div.content_related ul li {
	font-size: 12px;
  font-weight: bold;
}
div.content_related ul li.date {
  border-top: 1px solid #E3E3E3;
  padding-top: .5em;
  margin-top: .5em;
	margin-bottom: .2em;
	font-size: 11px;
}
div.content_related ul li.link {
  border-top: 2px solid #E3E3E3;
  margin-top: 1em;
	font-size: 9px;
}


/** Listado de contents */
div.content_list { 
  padding-bottom: 7px;
  background: url(../images/border_b.gif) repeat-x bottom;
  margin-bottom: 7px;
}
div.content_list div.main_photo {
  float: right;
  margin-left: 10px;
}
div.content_list div.main_photo img {
  padding: 1px;
  border: 1px solid #ccc;
}
div.content_list div.main_photo img {
  padding: 2px;
  border: 1px solid #ccc;
}


/** Comentarios usuarios contents */
div.comments {
  margin-top: 20px;
  clear: both;
}
div.comment {
  margin-bottom: 15px;
}
div.comment div.comment_user {
   height: 42px;
  background: #EDEDED;
  padding: 2px 2px 2px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
div.comment div.comment_user img {
  float: right;
  width: 42px;
  height: 42px;
}
div.comment div.comment_user h5 { /** Fecha */
  font-size: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
}
div.comment div.comment_user h4 { /** Nombre de usuario */
  font-size: 1.2em;
  color: #333;
  padding: 1px 0 5px 0;
}
div.comment p.warning_green span {
  background: #339966;
  color: #fff;
}
div.comments h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #989050;
  margin-bottom: 0.8em;
}
div.comments p.comment_user_name {
  font-weight: bold;
  margin: 5px 0;
  color: #333;
}
div.comments p {
  color: #666;
  line-height: 1.5em;
  padding-left: 10px;
}
div.comments p.comment_notice {
	font-weight: bold;
}
div.comments div.comments_form p.comment_notice {
	font-weight: normal;
	font-size: 11px;
	margin-top: 1em;
}


/** Comentarios formulario contents */
div.comments_form {
  background: #eee;
  padding: 15px;
  width: 540px;
  border: 0;
}
div.comments_form h4 {
  padding: 10px;
  margin: -15px -15px 0 -15px;
  background: #ccc;
  font-size: 14px;
  border-bottom: 1px solid #999;
}
div.comments_form label, div.comments_form input {
  display: block;
}
div.comments_form label {
  font-size: 1.2em;
  color: #666;
  margin-top: 15px;
}
div.comments_form input.input_text, div.comments_form textarea {
  border: 1px solid #ccc;
  padding: 5px;
  width: 500px;
  font-family: "Trebuchet MS", Verdana;
  font-size: 13px;
}
div.comments_form p.error {
  color: #990000;
  font-size: 11px;
  font-weight: bold;
}






/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Fotos en contents                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.photo_content {
  width: 250px;
  float: right;
  padding: 8px;
  padding-bottom: 1px;
  border: 1px solid #E3E3E3;
  background: #fff url(../images/photo_bg.gif) repeat-x bottom;

}

/** Grande */
div#gallery_big {
  width: 630px;
  height: 460px;
  padding: 20px 20px 20px 20px;
  background:#E6E6E6;
  overflow: hidden;
}
html>body div#gallery_big {
  background: url(../images/gallery_bg.png) no-repeat;
}
div#gallery_big_cont {
  width: 550px;
  height: 409px;
  overflow: hidden;
}
div#gallery_big_text h2 {
  color: #990000;
  font-size: 18px;
  margin-bottom: 5px;
}
div#gallery_big_left {
  width: 550px;
  float: left;
}

div#gallery_big_right {
  width: 70px;
}
div#gallery_big div.photo_buttons {
}

/** Botones */
div.photo_buttons  {
  margin-bottom: 10px;
}
div.photo_buttons ul li {
  float: left;
  margin-right: 5px;
}
div.photo_buttons ul li a {
  display: block;
  float: left;
  color: #989898;
  font-size: 10px;
  height: 15px;
}
div.photo_buttons ul li a:hover {
  text-decoration: none;
  color: #333;
}
div.photo_buttons ul li.gallery_resize a {
  background: url(../images/gallery_resize.gif) no-repeat;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
div.photo_buttons ul li.gallery_resize a:hover {
  background: url(../images/gallery_resize_over.gif) no-repeat;
}
div.photo_buttons ul li.gallery_prev a {
  background: url(../images/gallery_prev.gif) no-repeat;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
div.photo_buttons ul li.gallery_prev a:hover {
  background: url(../images/gallery_prev_over.gif) no-repeat;
}
div.photo_buttons ul li.gallery_next a {
  background: url(../images/gallery_next.gif) no-repeat;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
div.photo_buttons ul li.gallery_next a:hover {
  background: url(../images/gallery_next_over.gif) no-repeat;
}
li.gallery_close {
  text-align: right;
}
li.gallery_close a {
  width: 65px;
  height: 29px;
  display: block;
  background: url(../images/gallery_close.gif) no-repeat top right;
}
li.gallery_close a:hover {
  background: url(../images/gallery_close_over.gif) no-repeat top right;
}

/** mooShow 0.01 beta CSS Document */

.mooshow a img { 
  border: none;
  outline: none;
  -moz-outline: none;
  }

.mooshow_outerContainer{
  position: relative;
  background-color: transparent;
  color: inherit;
  width: 10px;
  height: 1px;
  margin: 0 auto;
  display: inline;
  }

.dropShadowBorder {
  border-top:1px solid #FFF;
  border-right:1px solid #CCC;
  border-left:1px solid #FFF;
  border-bottom:1px solid #CCC;
  }


.mooshow {
  position: inherit;
  display: none;
  }
  
.mooshow_loading{
  position: absolute;
  top: 0;
  left: 0;
  display:none;
  }

.mooshow_copyright{
  position: absolute;
  top: 15px;
  right: 10px;
  color: #CCCCCC;
  font-size:9px;
  }

.mooshow_extras{
  margin: 0 auto;
  text-align: left;
  color:#333;
  background-color: transparent;
  }

.mooshow_topNav{
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 10px;
  background-color: inherit;
  color:#CCCCCC;
  line-height: 170%;
  width: 100%;
  }

.mooshow_captions{
  background-color: transparent;
  color:#666;
  margin: 0 auto;
  margin-top: 5px;
  text-align: left;
  font-size: 11px;
  line-height:140%;
  height: 65px;
  width: 100%;
  }
#photo_gallery .mooshow_captions {
  color: #ccc;
}
.mooshow_contentContainer{
  background-color:transparent;
  color: inherit;
  position: relative;
  text-align: center;
  line-height: 0.0;
  }
  
.mooshow_overlayNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  }

.mooshow_prevLink, .mooshow_nextLink{
  width: 30%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat; /** Trick IE into showing hover */
  outline:none;
  }
  
.mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;}
.mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;}
.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../images/prev.gif) left 100% no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../images/next.gif) right 100% no-repeat; }


.mooshow_IPTC{
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  background-color: #000;
  color:#CCCCCC;
  font-size:9px;
  line-height:140%;
  text-align:left;
  filter:alpha(opacity=80); 
  -moz-opacity: 0.8; 
  opacity: 0.8;
  display: none;
  }
    
.mooshow_IPTCbutton{
  position: absolute;
  top: 0;
  left: 0;
  }

.mooshow_IPTC_left{
  float: left;
  text-align:right;
  width:18%;
  }

.mooshow_IPTC_right{
  float: right;
  text-align:left;
  width:80%;
  }







/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Eventos                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/** Columna de eventos puntuales */
div.events_list_punctuals {
  float: left;
  width: 320px;
}

h4.date_event {
  background: #EFEFEF url(../images/bullet_day.gif) no-repeat 10px 8px;
  padding: 10px 10px 10px 35px;
  margin-bottom: 10px;
  font-size: 13px;
}
div.events_list_punctuals div.event_in_list h2 {
  font-size: 16px;
}

div.events_list_punctuals div.event_in_list h3 {
  font-size: 12px;
}

/** Columna de eventos permanentes */
div.events_list_permanents {
  width: 220px;
  float: left;
  margin: 0 0 0 20px;
}
div.events_list_permanents div.event_in_list h5 span {
  background: none;
}
div.events_list_permanents h4.permheader {
  font-size: 13px;
  background-color: #efefef;
  padding: 2px 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
/** --- */

div.events_calendar {
	float: right;
	width: 170px;
	padding: 0 0 20px 20px;
	background: #fff;
}

/** Caracteristicas comunes de eventos */
body.events_index div.content_list,
div#today_events div.box_article {
  margin-bottom: 8px;
	background: none;
}
body.events_index div.content_header h3,
body.events_show div.content_header h3,
div#today_events h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 2px;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
}
body.events_index div.content_header h3 span.zone,
body.events_show div.content_header h3 span.zone,
div#today_events h3 span.zone {
  font-size: 9px;
  padding-right: 5px;
  text-transform: uppercase;
  line-height: 2px;
  color: #990000;
  background: none;
  padding-left: 0;
}
body.events_index div.content_header h3 span,
div#today_events h3 span {
  font-size: 12px;
  padding-left: 10px;
  background: url(../images/event_sep_2.gif) no-repeat left 50%;
}
body.events_show div.content_header h3 {
	background:transparent url(../images/agenda_espc_box.gif) no-repeat scroll left top;
	color:#333333;
	font-size:12px;
	height:10px;
	margin-bottom:10px;
	padding: 3px 10px 7px;
	border: none;
}
body.events_index div.content_header h1 {
  font-size: 13px;
}
body.events_index div.content_header h1 a,
div#today_events h2 a {
  color: #989050;
}
body.events_index div.content_header h4 {
  color: #666;
  margin-top: 4px;
  font-size: 11px;
}
body.events_index div.content_header h5.date {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
	letter-spacing: 0em;
}
body.events_index div.events_list_permanents div.content_header h5.date {
	color: #999;
}

body.events_index div.content_header h5.date span {
  font-size: 12px;
  color: #999;
  background: url(../images/event_sep_1.gif) no-repeat right 50%;
  padding-right: 10px;
  margin-right: 5px;
}

/** Event */

body.events_index div.content_header h5.date h5 {
  background: url(../images/agenda_espc_box.gif) no-repeat left top;
  height: 10px;
  padding: 1px 10px 9px;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
}
body.events_show div.content_header h1 {  /** Titulo */
  font-size: 18px;
  font-weight: bold;
  background: none;
  color: #CC6600;
}
div.event_header h4 {
	font-size: 13px;
}
body.events_show div.content_info {
  padding: 4px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.events_show div.content_info p {
  font-size: 11px;
  line-height: 1.5em;
}
body.events_show div.content_info {
  background: url(../images/border_dotted.gif) repeat-x top;
}
body.events_show div.content_info p.date {
  background: url(../images/border_dotted.gif) repeat-x bottom;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.2em 0;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
body.events_show div.content_info p.organisation span {
  font-weight: bold;
}
body.events_show div.content_info p.place {
  color: #990000;
  font-weight: bold;
}
body.events_show div.content_info p.notes {
  color: #999;
}
div.event_content {
  margin-top: 1em;
}
div.event_content p {
  font-size: 1.3em;
  line-height: 1.6em;
}


/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Galeria fotografica                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/** Listado de galerias */
div.gallery_list {
  border: 5px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
}
div.gallery_list div.gallery_main_photo {
  width: 130px;
  float: left;
  margin-right: 10px;
}
div.gallery_list p.gallery_big_photo {
  width: 110px;
  height: 110px;
  padding: 7px 16px 17px 6px;
  background: url(../images/gallery_big_bg.gif) no-repeat;
  overflow: hidden;
}
div.gallery_list p.gallery_big_photo img {
  width: 110px;
  height: 110px;
 }
div.gallery_list div.gallery_thumbs {
  float: left;
  width: 350px;
}
div.gallery_list div.gallery_thumbs div {
  float: left;
  width: 50px;
  height: 50px;
  padding: 6px;
  background: url(../images/gallery_th_bg.gif) no-repeat;  
  margin-right: 15px;
  margin-bottom: 1px;
}
div.gallery_list div.gallery_thumbs div img {
  width: 50px;
  height: 50px;
}
/** Show galeria */
div.gallery_carousel {
  width: 550px;
  overflow: hidden;
  text-align: center;
	margin-top: 20px;
}
div#gallery_show {
  background: #333;
  padding: 10px;
  overflow: hidden;
}
#gallery_thumbs {
  width: 590px;
}
#gallery_thumbs ul {
  height: 66px;
  padding: 6px 10px 7px 8px;
}
#gallery_thumbs ul li {
  width: 51px;
  height: 51px;
  padding: 8px;  
  cursor: pointer;
  float: left;
  background: url(../images/gallery_noticia_bg.gif) no-repeat 2px 2px;
  display: block;
  margin: 0 15px 5px 0;
}
#gallery_thumbs ul li img {
  width: 50px;
  height: 50px;
}
/***
 * Copyright (c) 2006 - 2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 */

/***
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
  position:relative;
  overflow:hidden;
  visibility:visible; /** component turns it on when first item is rendered */
}
        
.carousel-component ul.carousel-list { 
  width:10000000px;
  position:relative;
  z-index:1; 
}

.carousel-component .carousel-list li { 

  float:left;
  list-style:none;
  overflow:hidden;
}

.carousel-component .carousel-vertical li { 
  float:none;
  margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
  width:auto;
}

.carousel-component .carousel-clip-region { 
  overflow:hidden;
  margin:0px auto;
  position:relative; 
}

/***
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
  background:#3F3F3F;
  padding:0px;
  color:#618cbe;
}
.carousel-component ul.carousel-list { 
  margin:0px;
  padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px;
  font:10px verdana,arial,sans-serif;
  color:#666;
}
.carousel-component .carousel-list li { 
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}


/** HTML CAROUSEL */
#html-carousel { 
    background: #ccc;
  width: 490px;
}

#html-carousel .carousel-list li img { 
  float: left;
}

#html-carousel {
    float: left;
}


/** BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}





  /**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Rincon del lector                          */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.userpost_form_box {
  background: #eee;
  padding: 10px;
  border: 2px solid #ccc;
  margin-bottom: 15px;
}
div.userpost_form_box h4 {
  color: #999;
  font-size: 14px;
}
div#userpost_comment {
}
div#userpost_comment h3 {
  font-size: 18px;
  color: #989050;
  margin-bottom: 10px;
}
div#userpost_comment label {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
div#userpost_comment input.input_text,
div#userpost_comment textarea.input_text  {
  border: 1px solid #ccc;
  padding: 5px;
  width: 500px;
  font-family: "Trebuchet MS", Verdana;
  font-size: 13px;
}
div#userpost_comment input.input_big {
  font-size: 18px;
}

div.posts ul.content_options li a {
  padding-left: 22px;
  color: #999;
}
div.posts ul.content_options li,
div.posts ul.content_options li a {
  font-size: 15px;
  font-weight: bold;
}

ul.content_options li.vote_yes a {
  background: url(../images/userpost_vote_yes.gif) no-repeat 0 5px;
  color: #278002;
}
ul.content_options li.vote_no a {
  background: url(../images/userpost_vote_no.gif) no-repeat 0 5px;
}
ul.content_options li.comments a {
  background: url(../images/comment_link_ico.gif) no-repeat  0 5px;
  color: #999;
}
ul.content_options li.name {
   font-weight: bold;
}
div.post ul.content_options li.name {
	font-size: 19px;
}

div.userpost_votes {
  width: 200px;
  height: 160px;
  background: url(../images/userpost_votes_ul_bg.gif) repeat-x top;
  margin: 10px auto;
  clear: both;
  text-align: center;
}
div.userpost_votes h4 {
  background: #989051;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
div.userpost_votes ul {
  margin: 10px auto;
  width: 110px;
}
div.userpost_votes ul li {
  float: left;
  font-size: 16px;
  font-weight: bold;
 }
 div.userpost_votes ul li a {
  padding: 40px 10px 0 10px;
  display: block;
  float: left;
 }
 div.userpost_votes ul li.vote_positive a {
   background:  url(../images/userpost_vote_yes_big.gif) no-repeat center top;
   color: #257F03;
   margin-right: 20px;
 }
 div.userpost_votes ul li.vote_negative a {
   background:  url(../images/userpost_vote_no_big.gif) no-repeat center top;
   color: #6A0000;
 }
 div.userpost_votes p.userpost_info {
  border: 2px solid #989051;
  text-align: center;
}






 
 /** Listado de noticias en box */
div.box div.box_article {
  padding-bottom: 7px;
  background: url(../images/border_a.gif) repeat-x bottom;
  margin-bottom: 7px;
}
div.box div.box_article h2 {
  font-size: 13px;
}
div.box div.box_article h3 {
  font-size: 10px;
}
div.box div.box_article h4 {
  font-size: 12px;
}
 
 /**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Homepage                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div#homepage_main {
  float: left;
  width: 280px;
}

div#homepage_column {
  width: 260px;
  float: left;
  margin: 0 0 0 20px;
	overflow: hidden;
}
div.content_list_small_left {
  width: 130px;
  float: left;
}
div.content_list_small_right {
  width: 130px;
  float: right;
}
div.content_list_small_left h1,
div.content_list_small_right h1 {
  font-size: 14px;
  line-height: 16px;
}
div.content_list_small_left h3,
div.content_list_small_right h3 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 2px;
}
div.content_list_small_left h5.date,
div.content_list_small_right h5.date {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: .5em;
  color: #999;
}
 
 

 /**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Tags                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.tags {
}
div.tags div.box h4 {
  display: none;}

div.tags p {
  font-size: 16px;
}


/** Tags, Temas, Tipo evento Clouds */
div.tags_cloud a {
  font-size: 12px;
  color: #666;
}
div.tags_cloud a:hover {
  color: #333;
}
div.themes_list a {
  font-size: 12px;
  color: #666;
}
div.themes_list a:hover {
  color: #333;
}
div.groups_cloud a {
   font-size: 11px;
  color: #666;
}





/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Publicidad                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.adv_mag {

}
div.adv_mag p.cover {

}
div.adv_mag p.cover img {
  padding: 2px;
  background: #fff;
  border: 1px solid #ccc;
}
div.adv_mag h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #999;
   margin: 0;
}
div.adv_mag h3 {
  font-size: 1.2em;
   font-weight: bold;
   margin: 0;
}
div#navigation_column div.adv_mag h4 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
}






/**
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/

.calendar {
  margin: auto;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0.2em .5em;
  border-right: 1px solid white;

}

.otherMonth {
  color: #eeeeee;
  background-color: white;
}

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #D6D3B9;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.2em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}
td.calendar_start_day ,
td.calendar_period {
  background-color: #333;
  color: white;
  text-align: center;
}
td.calendar_start_day a ,
td.calendar_period a {
  color: white;
 }



/**  ------------------------------------------------------
login
----------------------------------------------------------*/

#contenido_login p.label {
  font-size: 14px;
}
#contenido_login label, #contenido_login input, {
  display: block;
}
#contenido_login p {
    margin-bottom: 5px;
}


h3#login_title {
  font-size: 24px;
  color: #990000;
  margin: 0 0 25px 0;
}

#login, #password {
  font-size: 20px;
  width: 200px;
  padding: 3px 10px;
  border: 1px solid #ccc;
}

/** FIN Usuarios */



/** Index blogs */
div.post_index {
  margin-bottom: 15px;
  padding-bottom: 15px  ;
  background: url( ../images/blog_index_sep.gif) no-repeat bottom;
}
div.post_index h1 {
  font-size: 20px;
}
div.post_index h1 a {
  color: #669966;
}
div.post_index h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
}
div.post_index h3 a {
  color: #996633;
}
div.post_index ul {
  margin-top: 4px;
}
div.post_index ul li {
  float: left;
  font-size: 11px;
} 
div.post_index ul li a {
  color: #999;
  display: block;
  padding: 4px 0;
}
div.post_index ul li.comments_count {
  float: right;
}
div.post_index ul li.comments_count a {
  background: url( ../images/blog_index_comments.gif) no-repeat;
  padding-left: 23px;
}

div.post_index ul li.author {
  padding: 4px 0;
  padding-left: 20px;
  background: url( ../images/blog_index_author.gif) no-repeat;
  font-style: italic;
}

div.post_index img {
  display: none;
}
div.post_index h5.tags {
  background: url(../images/tag_icon.gif) no-repeat left 0.2em;
  padding: 3px 0 3px 20px;
  font-size: 11px;
}
/** FIN Index blogs */



/** Paginas externas a la aplicacion */


div.pages {
  font-family:  Verdana, Helvetica, sans-serif;
}
div.pages h1 {
  font-family: Georgia, Times, serif;
  font-size: 24px;
  color: #989050;
}
div.pages h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 1.5em;
}
div.pages_body p {

  font-size: 1.1em;
  line-height: 1.6em;
}


div.pages_body {
  padding-left: 0px;
}
div.pages_body h3 {
  font-size: 1.5em;
  margin: 15px 0 5px 0;
  color: #999;
  border: none;
}

/** Listado de guias */
div.pages_body div.colectives h4,
div.pages_body div.colectives p {
  padding-left: 10px;
  font-size: 1.1em;
}
div.pages_body div.colectives a {
  font-weight: normal;
}
div.pages_body div.colectives h4 {
  font-size: 1.2em;
  margin: 7px 0 0 0;
  border-top: 1px solid #ccc;
  padding-top: 7px;
}


div.pages_body img {
  padding: 2px;
  border: 1px solid #ccc;
}
div.pages_body img.photo_left {
  float: left;
  margin-left: 0;
}
div.pages_body img.photo_right {
  float: right;
  margin-right: 0;
}


/** Paginas de nuestro barrio */

div.pages div.zonehistory h1 {
  font-family: Georgia, Times, serif;
  font-size: 24px;
  color: #989050;
}
div.pages div.zonehistory h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 1.5em;
}
div.pages div.zonehistory h4 {
  margin: 1em 0 0.5em 0;
  font-size: 13px;
  color: #999;
}
div.pages div.zonehistory div.photo {
}
div.pages div.zonehistory div.photo p.foot {
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: bold;
  color: #999;
}
div.pages div.zonehistory div.left {
  float: left;
  margin: 10px 10px 10px 0;
}
div.pages div.zonehistory div.right {
  float: right;
  margin: 10px 0px 10px 10px;
}
div.subscribe h1 {
   font-family: Arial, "Trebuchet MS" , sans-serif;
   letter-spacing: 0;
   font-size: 24px;
}
div.subscribe h4 {
  margin-bottom: 20px;
  font-size: 12px;
}
div.subscribe p {
  padding-left: 20px;
}
div.subscribe div.cover {
  float:left;
}
div.subscribe div.text_subscribe {
  padding-left: 200px;
}
div.subscribe li {
  padding-left: 20px;
  background: url(../images/promo_bullet.gif) no-repeat;
  margin-bottom: 1em;
  font-weight: bold;
}
div.subscribe p.cover img {
  margin: 0 20px 0 0 ;
}
table.puntosventa td {
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
}

/** Guia Comercial */
div#guide_commercial {
}
div#guide_commercial img {
  border: none;
  margin: 0;
}
div#guide_commercial table td {
  padding: 10px 10px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ddd;
}
div#guide_commercial h3 {
  background: #999;
  padding: 2px 10px;
  color: #fff;
  border-left: 5px solid #666;
}
div#guide_commercial h4 {
  font-size: 14px;
  color: #999;
}