
/** ============ APLICATION OLD ============================================================ */


/*
  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;
 }

/* Bubble Tooltip*/
.bubble {
  font-size: 16px;
  width: 12px;
  height: 12px;
  background: url(../images/bubble_info.gif) no-repeat;
}
.tooltip{
width: 200px; color:#000;
font:lighter 12px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(../images/bt.gif) no-repeat bottom}
/* */

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Formularios                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
p.label {
  font-weight: bold;
  margin: 1em 0 .4em 0;
}
input.text,
input.input_text {
	border-width: 1px;
	border-style: solid;
  padding: 4px 4px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Errores y flashes                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
p.error {
  background: url(../../../images/ico_warning.gif) no-repeat;
  color: #990000;
  font-weight: bold;
  padding: 0 0 5px 17px;
  margin-top: 4px;
}
p.warning {
  background: #fff url(../images/user_warning_2.gif) no-repeat 10px 10px;
  color: #990000;
  font-weight: bold;
  margin-top: 4px;
	width: 400px;
	padding: 20px 20px 20px 80px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
div.fieldWithErrors {
  display: inline;
}
div#users_panel div.fieldWithErrors input.text {
  border: 1px solid #D79A9A;
  background-color: #F5E6E6;
}	

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Usuarios                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* Bubble Tooltip*/
.bubble {
  font-size: 16px;
  width: 12px;
  height: 12px;
  background: url(../../../images/bubble_info.gif) no-repeat;
}
.tooltip{
width: 200px; color:#000;
font:lighter 12px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../../../images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(../../../images/bt.gif) no-repeat bottom}
/* */

/** Login */
body.users div.box_header {
	background: none;
}
body.users div.box_header h3 {
	text-transform: none;
}
div#users_panel {
  text-align: left;
}
div#users_panel h3 {
 font-size: 13px;
  color: #333;
	margin-top: 15px;
}
/** Tamaño de los textos explicativos */
div#users_panel p {
  width: 60%;
}
div.form {
	margin-top: 20px;
}
div#users_panel fieldset {
  border-width: 2px;
	border-style: solid;
  padding: 0 15px 15px 15px;
  width: 70%;
}
div#users_panel legend {
  font-weight: bold;
  padding: 0 10px;
	margin-bottom: 15px;
}
div#users_panel p.user_login {
  font-size: 18px;
}
div#users_panel p.user_login small {
  font-size: 12px;
}
div#users_panel p.change_pass {
  margin: 10px 0;
  background: url(../images/userinter_pass.gif) no-repeat;
  padding: 5px 0 5px 30px;
}

div#users_panel input.big {
  font-size: 18px;
}
div#users_panel p.url_user {
  font-size: 12px;
  color: #666;
  margin-right: 2px;
  padding: 0;
}
div#users_panel p.url_user strong {
  font-size: 16px;
}
div#users_panel p.url_user span {
  color: #000;
}


p#user_info_mail {
  padding: 15px 0 15px 120px;
  background: url(../../../images/user_mail_icon.gif) no-repeat;
}

div#users_panel p.button input {
  margin-top: 20px;
  font-size: 14px;
}
p.big input {
  font-size: 18px;
}
div#users_panel p.checkbox {
  margin-top: 10px;
}
div#users_panel div#terms_info {
  padding: 20px;
  border: 1px solid #999;
  margin-top: 15px;
}
div#users_panel div#terms_info h3 {
  font-size: 14px;
}
div#users_panel div#terms_info p {
  font-size: 11px;
  margin-bottom: 10px;
  padding: 0;
}
div#users_panel div.box_getblog {
  background: #fff url(../../../images/user_warning_noblog.gif) no-repeat 5px 5px;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 110px ;
  width: 500px;
  margin: 20px 0;
}
div#users_panel div.box_getblog p.user_activate_blog a {
  display: block;
  padding: 14px 0 14px 50px;
  background: url(../../../images/user_activate_blog.gif) no-repeat;
  font-size: 18px;
  margin: 5px 0;
}
div#users_panel div.box_getblog p.user_url {
  font-size: 14px;
  font-weight: bold;
}
div#users_panel div.box_getblog p {
  padding: 0;
}
div#users_panel div.box_getblog h3 {
  font-size: 18px;
}

div#users_panel div.box_startblog {
  margin: 30px 0;
}
div#users_panel div.box_startblog a {
  background: #CCCCCC url(../../../images/user_start_blog.gif) 10px 10px no-repeat;
  width: 200px;
  float: left;
  display: block;
  padding: 20px 20px 20px 60px;
  color: #333;
  border: 2px solid #999999;
  font-size: 18px;
  font-weight: bold;
}
div.signup_info {
  
}
div.signup_info ul li {
  float: left;
  width: 125px;
  margin-right: 20px;
  padding-top: 72px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
div.signup_info ul li.signup_info_form {
  background: url(../../../images/user_signup_form.gif) no-repeat center top;
}
div.signup_info ul li.signup_info_mail {
  background: url(../../../images/user_signup_mail.gif) no-repeat center top;
}
div.signup_info ul li.signup_info_blog {
  background: url(../../../images/user_signup_blog.gif) no-repeat center top;
}
div.signup_info ul li.signup_info_arrow {
  background: url(../../../images/user_signup_arrow.gif) no-repeat center 50%;
  width: 60px;
}

div#userinterface {
  padding: 0 20px;
}
div#userinterface_header {
  border-bottom: 4px solid #ccc;
	margin-bottom: 1em;
}
div#userinterface_name {
	float: left;
	margin-right: 30px;
}
div#userinterface_nav {
  float: left;
}
div#userinterface_name h2 {
  font-size: 30px;
  color: #ccc;
  padding-left: 10px;
}
div#userinterface_name h2 small {
  color: #999999;
  padding-left: 20px;
}
div#userinterface_nav {
	margin-top: 15px;
}
div#userinterface_nav ul li {
  float: left;
  background: url(../images/userinter_usermenu_l.gif) no-repeat;
  margin-right: 10px;
}
div#userinterface_nav ul li a {
  display: block;
	float: left;
  background:url(../images/userinter_usermenu_r.gif) right no-repeat;
  font-size: 14px;
  color: #fff;
	font-weight: bold;
  padding: 3px 10px 5px 10px;
}
div#userinterface_nav ul li.selected {
  background: url(../images/userinter_usermenu_s_l.gif) no-repeat;
}
div#userinterface_nav ul li.selected a {
  background: url(../images/userinter_usermenu_s_r.gif) no-repeat right;
}

div#user_blog_nav {
  position: relative;
  float: left;
  width: 200px;
  height: 306px;
  background: url(../../../images/userinter_blognav_bg.gif) no-repeat;
  margin-right: 20px;
  padding: 10px;
}
div#user_blog_nav p {
  position: absolute;
  text-align: center;
  left: 10px;
  width: 100px;
}
div#user_blog_nav p a {
  color: #fff;
  display: block;
  padding: 6px 0;
}

div#user_blog_nav p.about,
div#user_blog_nav p.links,
div#user_blog_nav p.bsections {
  left: 120px;
  width: 90px;
}
div#user_blog_nav p.about {
  top: 45px;
}
div#user_blog_nav p.bsections {
  top: 100px;
}

div#user_blog_nav p.title,
div#user_blog_nav p.options,
div#user_blog_nav p.contributors,
div#user_blog_nav p.comments,
div#user_blog_nav p.blog_title,
div#user_blog_nav p.blog_url {
  width: 200px;
}
div#user_blog_nav.contribution p.new_bpost,
div#user_blog_nav.contribution p.published,
div#user_blog_nav.contribution p.unpublished,
div#user_blog_nav.contribution p.comments {
  width: 200px;
}
div#user_blog_nav p.title {
  top: 10px;
}
div#user_blog_nav p.comments {
  top: 175px;
}
div#user_blog_nav p.contributors {
  top: 210px;
}
div#user_blog_nav p.new_bpost {
  top: 45px;
}
div#user_blog_nav p.published {
  top: 120px;
}
div#user_blog_nav p.unpublished {
  top: 80px;
}
div#user_blog_nav p.links {
  top: 140px;
}
div#user_blog_nav p.blog_url {
  top: 275px;
}
div#user_blog_nav p.options {
  top: 245px;
}
div#user_blog_nav.contribution p.blog_url {
  top: 210px;
}
div#user_blog_nav p.blog_url a {
  background: none;
}
div#user_blog_nav p.blog_title {
  text-align: center;
  color: #990000;
  font-size: 14px;
  font-weight: bold;
}
div#userinterface_content {
  float: left;
  width: 500px;
  background: url(../images/userinter_content_bg.gif) repeat-y;
  padding: 15px;
  border-bottom: 2px solid #ECECEC;
}
div#userinterface_content h2 {
  margin: -.5em 0 1em 0;
}
div#userinterface_content h3 {
  font-size: 16px;
  margin: 30px 0 5px 0;
  color: #999;
}

div#login_contenido label {
	display: inline;
}
div#userinterface_content p.interjection {
  margin-top: 10px;
  font-size: 14px;
}
div#userinterface_content span.label {
  color: #72749E;
}
div#userinterface_content label.label_radio {
	font-size: 12px;
	padding-right: 10px;
}
div#userinterface_content div.bcomment {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
div#userinterface_content p.bcomment_info {
  background: url(../images/user_th_bg.gif) repeat-x;
  padding: 4px 0;
  margin-bottom: 4px;
}
div#userinterface_content p.bcomment_info strong {
  margin-right: 10px;
}
div#userinterface_content div.theme {
	float: left;
	margin-right: 20px;
}
div.theme img {
	width: 175px;
	height: 100px;
	margin-top: 5px;
	border: 3px solid #ccc;
}
div.bcomment p.bcomment_body {
  font-size: 12px;
}
ul.botonera li {
  float:left;
  background: url(../images/userinter_button_r.gif) no-repeat right;
  height: 23px;
  padding-right: 11px;
}
ul.botonera li a {
  float:left;
  display: block;
  height: 13px;
  padding: 5px 0 5px 30px;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
div.bcomment p.comment_status {
  font-size: 11px;
  border-bottom: 1px solid #CCC89F;
  font-weight: bold;
  margin-bottom: 5px;
}
ul.botonera {
  margin-top: 10px;
}
ul.botonera li.accept_ok a {
  background: url(../images/userinter_button_ok.gif) no-repeat left;  
}
ul.botonera li.accept_no a {
  background: url(../images/userinter_button_no.gif) no-repeat left;  
}
div#userinterface_content input.text,
div#userinterface_content textarea.text {
  border: 1px solid #ccc;
  padding: 4px 6px;
  width: 550px;
  font-size: 12px;
}
div#userinterface_content input.big {
  font-size: 18px;
}
div#userinterface_content p.button input {
  border: 2px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  padding: 5px;
  font-size: 14px;
  background-color: #666;
  color: #fff;
  margin: 10px 15px 0 0;
}
div#userinterface_content p.user_add {
  background: url(../../../images/user_add_l.gif) no-repeat;
  float: left;
}
div#userinterface_content p.user_add a {
  background: url(../../../images/user_add_r.gif) no-repeat right;
  padding: 3px 10px 3px 30px;
  float: left;
  display: block;
}
div#userinterface_content p.checkbox {
  margin-bottom: 10px;
}
div#userinterface_content p.checkbox label {
  margin-left: 5px;
}

div#userinterface_content table.user_table {
  width: 100%;
  margin-bottom: 15px;
}
div#userinterface_content table.user_table th {
  background: url(../../../images/user_th_bg.gif) repeat-x;
  padding: 10px 5px;
  font-size: 12px;
}
div#userinterface_content table.user_table td {
  padding: 5px 5px;
  font-size: 12px;
  border-bottom: 1px solid #F1EEE5;
}
div#userinterface_content p.user_table_linkurl {
  margin-top: 0;
}
div#userinterface_content p.user_table_linkurl a {
  font-size: 10px;
}
div#userinterface_content p.user_nocontent {
  margin: 20px 0 30px;
}
div#userinterface_content div.user_search {
  margin: 0 0 15px 0;
}
div#postphotos div.postphotos_block {
  float: left;
  margin-right: 10px;
  width: 80px;
  background-color: #E7E7E7;
  padding: 5px;
}
div#postphotos p.uploadphotofile {
  margin-top: 10px;
}
div.postphotos_block img {
  padding: 1px;
  border: 1px solid #ccc;
}
div#postphotos p.blog_photo_del {
  text-align: center;
}
p.setphoto {
  color: #333;
  background: url(../../../images/setphoto_arrow.gif) no-repeat;
  text-align: center;
  margin: 4px 0;
}
div.setphoto_block {
  margin-bottom: 5px;
}
div.setphoto_block a {
  display: block;
  float: left;
  margin-right: 5px;
}
div.setphoto_block a.set_right {
  margin-right: 0;
}


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

/* FIN Usuarios */


/** ============ APLICATION OLD END ============================================================ */



/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(../images/zone_1/body_bg.gif) no-repeat center top;  
  color: #333;
	font-size: 62.5%;
}

p {
  font-size: 12px;
  line-height: 1.6em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
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: 0px 0 10px 0;
	color:#666; 
	text-align:center;
}
.banner p, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .banner li {
	text-align: left;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Banner top                          */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div#advtop .banner {
  margin: 0;
	padding: 0;
	border: 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;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Medidas de las partes                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

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;
	position: static;
}
div#header_container {
	width: 940px;
	height: 38px;
	margin: 2px auto 0 auto;
  text-align: center;
	background: none;
	clear: both;
	position: relative;
}
html>body div#header_container {
	margin-top: 0;
}
div#content {
  width: 940px;
  text-align: left;
  margin: 0 auto 0 auto;
}

div#navigation_column {
  width: 120px;
  margin: 20px 0 0 0;
  float: right;
  overflow: hidden;
}
div#contextual_column {
  width: 220px;
	margin: 20px 20px 0 0;
  float: right;
  overflow: hidden;
}
div#main {
  width: 560px;
	margin: 10px 20px 0 0;
  float: left;
  padding: 0;
  overflow: hidden;
}
div#homepage_column {
  width: 270px;
  float: left;
  margin: 10px 0 0 0px;
}
div#homepage_main {
	width: 250px;
  float: left;
	margin: 10px 30px 0 0;
}

/** 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: 1px;
  margin: 0;
}

div#foot {
	width: 940px;
  height: 38px;
  margin: 20px auto 0 auto;
	background: none;
	border-top: 2px solid #999;
	padding: 10px 0;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Foot                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#foot ul#brand_sign {
	float: right;
	padding-right: 0px;
	width: 490px;
}
div#foot ul#locarea_sign {
	float: left;
	width: 190px;
}
div#foot ul#locarea_sign li {
	text-align: left;
}
div#foot ul#locarea_sign li a {
	text-align: left;
	color: #999;
}

div#foot ul li {
  color: #990000;
	float: left;
	padding-right: 0px;
	text-align: right;
}
div#foot ul li a {
	display: block;
	float: left;
}



/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Logo y fecha                        */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div#date {
	display: none;
  position: absolute;
  bottom: 50px;
	right: 0;
	bottom: 50px;
}
div#date p {
  font-size: 12px;
  line-height: 0.1px;
}
div#logo {
	display: none;
  position: absolute;
	left: 0;
	top: 20px;
	width: 78px;
	height: 124px;
}	
div#logo p#site_logo a {
  display: block;
  width: 120px;
  height:124px;
}
div#logo h1#site_description {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  display: none;
}



/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Datos de usuario                          */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div#user {
	position: absolute;
	float: none;
	top: 20px;
	right: 0;
  text-align: right;
  padding-top: 10px;
}
div#local {
	position: absolute;
  float: right;
	top: 21px;
	right: 250px;
  width: 40px;
  padding: 10px 10px 0 0;
}
ul#user_menu_nav,
ul#user_bar {
	float: left;
	margin-left: 20px;
}
ul#user_menu_nav li,
ul#user_bar li {
	float: left;
	margin-left: 10px;
	font-size: 13px;
}
ul#user_menu_nav li li {
	display: none;
}
html>body div#local {
	top: 23px;
}
div#user li
div#local li, {
  font-size: 13px;
  line-height: 15px;
  display: inline;
}
div#local {
	text-align: right;
}
div#local a {
	font-size: 11px;
  color: #fff;
	margin-left: 10px;
}
div#local a:hover {
  color: #E0DECB;
  text-decoration: none;
}
div#user p span.name_user {
  color: #990000;
  font-weight: bold;
  padding-right: 20px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Busqueda                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#search {
	position: absolute;
	width: 250px;
  height: 18px;
	padding: 8px 0;
	width: 250px;
	right: 5px;
	top: -15px;
	position: absolute;
}
html>body div#search {
	top: -10px;
	right: 45px;
}
div#search input {
	height: 14px;
  border: 0;
  width: 190px;
  margin: 10px 0 0 88px;
	padding: 3px 5px;
}
html>body div#search input {
	margin: 6px 0 0 88px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Navegación principal                           */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div#navmain {
  width: 940px;
  font-family: "Trebuchet MS", sans-serif;
  clear: both;
  height: 28px;
  margin: 0 auto 0 auto;
  text-align: center;
	background: #092063;
}
div#navmain ul#nav {
  height: 28px;
  width: auto;
  margin: 0 auto;
  float: left;
}
div#navmain ul#nav li {
  float: left;
  position: relative;
  height: 26px;
}
div#navmain ul#nav li a {
  display: block;
  padding: 5px 10px 0 10px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: none;
  height: 23px;
}
div#navmain ul#nav li a:hover {
  background: #B42328;
}
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;
	font-size: 12px;
}

div#navmain ul#nav li:hover ul, div#navmain ul#nav li.over ul {
  display:block;
  width: 250px;
  z-index: 4000;
}
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: #B42328;
}
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;
}

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



/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Boxes                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/** Boxes General */
div.box {
  margin-bottom: 20px;
}
div.box_content {
	padding: 7px 10px 10px 10px;
	background: #F2F2F2;
}
div#navigation_column div.box_content {
	padding: 0;
	background: none;
}
div#detailed_articles div.box_content {
	padding: 0 0 0 0;
	background: none;
}
div.box p {
  font-size: 12px;
}
div.box p.separator {
  height: 10px;
  margin-bottom: 5px;
}
div.box p.photo img {
  padding: 2px;
  border: 1px solid #999;
}
div#contextual_column div.box_header,
div#homepage_column div.box_header {
	width: 200px;
	padding: 3px 10px 5px 10px;
	z-index: 2;
}
div#contextual_column div.box_header h4,
div#homepage_column div.box_header h4 {
  font-size: 12px;
  color: #fff;
	text-transform: uppercase;
}
div#homepage_column div.box_header {
	width: 250px;
}

div#navigation_column div.box_header h4 {
  font-size: 14px;
  color: #666;
	margin: 0 0 5px 0;
}

div.box h2 { /** titulares */
  font-size: 1.4em;
}
div.box h4 {
	margin-top: 3px;
}

 /** 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 h4 {
  font-size: 12px;
}

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;
}
/** Packages */
div#last_packages div.box_gallery_text h2 {
	font-size: 14px;
}

/** Enlaces de más contenido */
p.more_content {
	margin-top: 10px;
	padding-left: 15px;
	background: url(../images/more_content_link.gif) no-repeat 0 2px;
}

/** Foto del dia */
div#photo_of_the_day h2 {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}
div#photo_of_the_day img {
  margin: 5px 2px;
  width: 238px;
  padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
}
div#contextual_column div#photo_of_the_day p.photo {
	overflow: hidden;
}
div#contextual_column div#photo_of_the_day p.photo img {
	width: 195px;
	overflow: hidden;
	float: left;
}

/** 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: 130px;
}
div#homepage_column div.box_gallery div.box_gallery_text {
	width: 180px;
}
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: 1px;
	border: 1px solid #ccc;
	background: #fff;
}
div.box_gallery h2 {
	position: relative;
}

/** Box Bpost */
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;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Elementos sueltos                           */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/** Page links */
div.page_link {
	padding: 1px 0 1px 15px;
	margin: 5px 0;
	background: url(../images/page_link.gif) no-repeat 0 40%;
}


/** Titulo de seccion */
div#main_title {
  margin-bottom: 20px;
  padding: 5px 0 5px 70px;
  background: url(../images/main_title.gif) no-repeat left 50%;
  font-size: 14px;
  color: #949DC0;
	letter-spacing: .05em;
	text-transform: uppercase;
}
div#main_title h4 a {
  color: #333;
  font-size: 13px;
}
div#main_title h4 a:hover {
  color: #CC6600;
}
div#main_title h4 span {
  color: #949DC0;
	font-weight: normal;
}
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;
}

/** RSS */
div.rss {
	margin: 10px 0;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**  Contenidos                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/** Options de Contents */
ul.content_options {
  margin: 8px 0 0 0;
}
ul.content_options li {
  float: left;
  margin-right: 10px;
}

ul.content_options li a,
div.box p.comments_box a {
  color: #666;
  padding: 5px 0 5px 20px;
  font-size: 11px;
  font-weight: bold;
	display: block;
	float: left;
}

ul.content_options li.photos_count a {
  display: block;
  background: url(../images/photo_icon.gif) no-repeat 0 0.4em;
  padding: 5px 0 5px 25px;
  font-size: 11px;
}
div.box p.comments_box a:hover {
  color: #949DC0;
}
ul.content_options li.comments_count a,
div.box p.comments_box a {
  background: url(../images/comment_link_ico.gif) no-repeat left 45%;
}
ul.content_options li.comments_go a {
  background: url(../images/comment_link_go_ico.gif) no-repeat left 45%;
}
ul.content_options li a:hover {
  color: #999999;
}
ul.content_options li.increase_text a {
  background: url(../images/not_ico_ampliar.gif) no-repeat left 45%;
	margin-left: 10px;
}
ul.content_options li.increase_text a,
ul.content_options li.decrease_text a {
	width: 30px;
	padding: 0;
	height: 30px;
}
html>body ul.content_options li.increase_text a,
html>body ul.content_options li.decrease_text a {
	height: 23px;
}
ul.content_options li.decrease_text a {
	width: 30px;
  background: url(../images/not_ico_reducir.gif) no-repeat left 45%;
}
ul.content_options li.send_to a {
  background: url(../images/send_to_ico.gif) no-repeat  left 60%;
	height: 10px;
}
ul.content_options li.send_to img {
	display: none;
}

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

/** Page link */
div#navigation_column a {
	font-size: 14px;
}
div#navigation_column div.box a {
	font-size: 12px;
}
div#navigation_column a:hover {
	text-decoration: underline;
}
/** 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,
div#detailed_articles h2 { /** titulo */
  font-size: 18px;
  color: #008DBD;
  margin-bottom: 0.2em;
}
div.content_header h4 { /** subtitulo */
  font-size: 14px;
	font-weight: bold;
	color: #222;
}
div.box h5 {
	font-size: 11px;
}
div.content_header h5.date,
div.box h5.date { /** fecha */
  font-size: 11px;
  font-weight: bold;
  margin-bottom: .5em;
  letter-spacing: 0.2em;
  color: #F67D26;
}
div.box h5.date {
	color: #333;
	letter-spacing: 0em;
}

/** Bloque de contenido de Contents */
div.content_content {
  margin-top: 0px;
}
p.sumup,
p.sumup p {
	font-size: 12px;
}

/** 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: 14px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
div.content_body p br {
	margin: 0;
}
html>body div.content_body {
  margin-top: 2em;
}
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;
}
/** ladillo */
div.content_body h3 { 
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}


/** Tags */
h5.tags {
  font-size: 10px;
  margin-top: 0px;
	margin-bottom: 10px;
} 
div.content_list h5.tags {
	margin-top: 10px;
}
h5.tags span {
  color: #666;
  padding-right: 10px;
  margin-right: 5px;
}
h5.tags a {
  font-weight: bold;
  color: #777;
	text-decoration: underline;
}
h5.tags a:hover {
  color: #333;
}


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


/** recuadro relacionado */
div.content_related {
  border: 1px solid #DBDBDB;
  border-top: none;
  padding: 15px 15px 10px 15px;
  margin: 20px 0 20px 20px;
  width: 231px;
  float: right;
  clear: right;
	background-color: #F4F4F4;
}
div.content_related h3 {
  font-size: 14px;
  color: #666;
	position: relative;
	margin: -20px -15px 0px -15px;
	padding: 10px 12px 15px 12px;
  margin-bottom: .5em;
	background: url(../images/content_related_bg.gif) no-repeat top;
}
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: 12px;
  margin-bottom: 12px;
	border-bottom: 1px solid #CACEE0;
}
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;
}


/** Shows */
div.article div.content_header h1 {
	font-size: 24px;
}
div.article h5.tags {
	font-size: 11px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Comentarios                            */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.comments {
  margin-top: 40px;
  clear: both;
}
div.comments h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 2em;
	background: #FFA618;
	padding: 4px 10px;
	font-weight: normal;
}
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;
	margin: 30px 0 10px 0;
	padding-left: 0px;
}
div.comments div.comments_form p.comment_notice {
	font-weight: normal;
	font-size: 12px;
	margin-top: 1em;
	
}
div.comment {
  margin-bottom: 15px;
}
div.comment p{
  font-size: 13px;
}
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;
}



/** 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;
	font-weight: bold;
}
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;

}



/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Evento                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.events_list_punctuals {

}

h4.date_event {
  background: url(../images/bullet_day.gif) no-repeat 0 6px;
	color: #999;
  padding: 10px 10px 10px 25px;
  margin-bottom: 5px;
  font-size: 16px;
}
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 h1 {
	font-size: 14px;
}
div.events_list_permanents h3,
div.events_list_permanents h4,
div.events_list_permanents h5 {
	font-size: 12px;
}

div.events_list_permanents h4.permheader {
  font-size: 18px;
  color: #B42328;
  margin-bottom: 10px;
  margin-top: 20px;
}
div.events_calendar {
	float: right;
	width: 170px;
	padding: 0 0 20px 20px;
	background: #fff;
}

/** Caracteristicas comunes de eventos */

div.events_list_punctuals div.content_header {
	padding-left: 26px;
}
body.events_index div.content_list,
body.events_show div.content_list {
	border: none;
	margin-bottom: 0;
}
body.events_index div.content_header h3,
body.events_show div.content_header h3 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
body.events_index div.content_header h5.date,
body.events_show div.content_header h5.date {
  font-size: 12px;
	color: #666;
	letter-spacing: 0em;
	margin-top: .5em;
}
body.events_index div.content_header h5.date span,
body.events_show div.content_header h5.date span,
div#today_events h5.date span {
  font-size: 11px;
  color: #fff;
  margin-right: 5px;
	background: #999;
	padding: 0 3px;
}
body.events_index div.content_header h3 span.zone,
div#today_events h3 span.zone {
	color: #990000;
	margin-right: 5px;
}
div#today_events h3 {
	border-bottom: 1px solid #ccc;
}
div#today_events div.box_article {
	background: none;
}
/**  Contenido */

body.events_show div.content_header h3 {
  height: 10px;
  padding-bottom: 5px;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
}
body.events_show div.content_header h1, div.spectacle p.title  {  /** Titulo */
  font-size: 18px;
  font-weight: bold;
  background: none;
  color: #CC6600;
}
body.events_show div.content_header h4 {
	font-size: 13px;
}
div.content_info {
  padding: 10px 0;
  background: url(../images/border_dotted.gif) repeat-x top;

}
div.content_info h4 {
  font-size: 12px;
  line-height: 1.5em;
}
div.content_info div.date_cont {
}
div.content_info div.date_cont p.date {
  background: url(../images/border_dotted.gif) repeat-x bottom;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.2em 0;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
div.content_info p.organisation span {
  font-weight: bold;
}
div.content_info p.place {
  color: #990000;
  font-weight: bold;
}
div.content_info p.notes {
  color: #999;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Galería fotográfica                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.gallery_list {
  border: none;
  padding: 0;
  margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
div.gallery_list div.gallery_main_photo {
  width: 130px;
  float: left;
  margin: 10px 40px 10px 0;
}
div.gallery_list p.gallery_big_photo {
  width: 110px;
  height: 110px;
  padding: 5px;
  background: none;
	border: 1px solid #ccc;
  overflow: hidden;
}
div.gallery_list p.gallery_big_photo img {
  width: 110px;
  height: 110px;
 }
div.gallery_list div.gallery_thumbs {
  float: none;
  width: auto;
	margin-top: 13px;
}
div.gallery_list div.gallery_thumbs div {
  float: left;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: none;  
  margin-right: 40px;
  margin-bottom: 7px;
	border: 1px solid #ccc;
}
div.gallery_list div.gallery_thumbs div img {
  width: 50px;
  height: 50px;
	float: left;
}

/** Elimina unas miniaturas de la galería */
div.gallery_list div.gallery_thumbs div#gallery_thumbs_4,
div.gallery_list div.gallery_thumbs div#gallery_thumbs_8 {
	margin-right: 0;
}
/** Tags en galleries */
div.gallery_list h5.tags {
	margin-top: 5px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Show galeria                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.gallery_carousel {
  width: 550px;
  overflow: hidden;
  text-align: center;
	margin-top: 20px;
}
div#gallery_show {
  background: #333;
  padding: 10px;
  overflow: hidden;
	width: 600px;
}
#gallery_thumbs {
  width: 590px;
}
#gallery_thumbs ul {
  height: 66px;
  padding: 6px 10px 7px 8px;
}
#gallery_thumbs ul li {
  width: 51px;
  height: 51px;
  padding: 8px 7px;  
  cursor: pointer;
  float: left;
  background: url(../images/gallery_noticia_bg.gif) no-repeat 2px 2px;
  display: block;
  margin: 0 5px 5px 0;
}
#gallery_thumbs ul li img {
  width: 50px;
  height: 50px;
}

/** Carousel */
#horizontal_carousel {
  width: 555px;
  height: 80px;
}
#horizontal_carousel .container {
  width: 508px;
  height: 80px;
  background: #ccc;
}
#horizontal_carousel .previous_button,
#horizontal_carousel .next_button {
  height: 80px;
}




/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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.name a {
	padding-left: 0;
	padding-top: 0px;
}
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;
}
div.posts ul.content_options li.name {
	font-size: 15px;
	padding: 5px 0;
	font-weight: bold;
}

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;
}



 
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Homepage                             */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.content_list_small_left {
  width: 120px;
  float: left;
}
div.content_list_small_right {
  width: 120px;
  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;
}
 
 

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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, td.calendar_period {
  padding: 0.2em .5em;
  border-right: 1px solid white;
	border-bottom: 1px dotted #bbbbbb;
}

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

.day, .specialDay {
  text-align: center;
  
  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;
 }


div#postphotos div.postphotos_block {
  float: left;
  margin-right: 10px;
  width: 77px;
  background-color: #E7E7E7;
  padding: 5px;
}
div#postphotos p.uploadphotofile {
  margin-top: 10px;
}
div.postphotos_block img {
  padding: 1px;
  border: 1px solid #ccc;
}
div#postphotos p.blog_photo_del {
  text-align: center;
}
p.setphoto {
  color: #333;
  background: url(../images/setphoto_arrow.gif) no-repeat;
  text-align: center;
  margin: 4px 0;
}
div.setphoto_block {
  margin-bottom: 5px;
}
div.setphoto_block a {
  display: block;
  float: left;
  margin-right: 5px;
}
div.setphoto_block a.set_right {
  margin-right: 0;
}

/**  ------------------------------------------------------
user interface
----------------------------------------------------------*/




/** 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 */


/** User Interface (modificado desde application.css) */
div#userinterface,
div#users_panel
div#contenido_login,
div.login {
	margin-top: 20px;
}
div#contenido_login div.box {
	background: 0;
}


/** 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;
}





/**  ------------------------------------------------------
dhonishow
----------------------------------------------------------*/
/** Anchura del lienzo */
.dhonishow,
.dhonishow-image,
.dhonishow-nav {
	width: 250px;
}
.dhonishow_big .dhonishow-image,
.dhonishow_big .dhonishow-nav {
	width: 560px;
}
.dhonishow_big {
	width: 520px;
	padding: 5px;
}
/** Colores del text */
.dhonishow-navi {  
	color: #000;
}
.dhonishow_big .dhonishow-navi {  
	color: #fff;
}
/** Border de la foto */
.dhonishow-image li img {
}

.dhonishow {
	overflow: hidden;
	float: left;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	text-align: left;
	position: relative;
	
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}


.dhonishow-navi {  
	margin-bottom: 2px;
	overflow: hidden;
	padding: 5px;
}
                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	clear: both;
	margin-bottom: 1em;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 16px;
	height: 16px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;
	background: url(../images/gallery_next.gif) no-repeat;
}

.dhonishow-previous-picture {
	background: url(../images/gallery_prev.gif) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(../images/gallery_next_over.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(../images/gallery_prev_over.gif) no-repeat;	
}
.gallery_resize {
	background: url(../images/gallery_resize.gif) no-repeat;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: -23px;
	position: relative;
}
.gallery_resize:hover {
	background: url(../images/gallery_resize_over.gif) no-repeat;	
}

.dhonishow-navi .paging {
	float: right;
	margin: 0 10px;
	line-height: 1.2em;
}


/** Campos ocultos */
div#detailed_articles div.box_header {
	display: none;
}
