


/*
  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}
/* */

/* Usuarios */
div#users_panel {
  text-align: left;
}
div#users_panel h1 {
  color: #990000;
  font-size: 24px;
  margin-bottom: 10px;
}
div#users_panel h2 {
  font-size: 14px;
  color: #666;
}
div#users_panel h3 {
 font-size: 13px;
  color: #333;
	margin-top: 15px;

}
div#users_panel h2.margin_top {
}
div#users_panel p {
  padding-right: 300px;
}
div#users_panel fieldset {
  border: 2px solid #EAEAEA;
  padding: 15px;
  width: 70%;
  margin-top: 20px;
  background: #fff url(../images/userpanel_bg_fieldset.gif) repeat-x top;
}
div#users_panel legend {
  color: #72749E;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
div#users_panel p.label {
  color: #72749E;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
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 div.sangria {
  margin-top: 20px;
  padding-left: 20px;
}
div#users_panel input.text {
  border: 1px solid #C7C8D9;
  padding: 4px 4px;
  font-size: 12px;
}
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;
}
/* Errores */
div#users_panel p.warning,
div#users_panel p.error {
  background: url(../images/ico_warning.gif) no-repeat;
  color: #990000;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 5px 17px;
  margin-top: 4px;
}
div.fieldWithErrors {
  display: inline;
}

p#user_info_mail {
  padding: 15px 0 15px 120px;
  background: url(../images/user_mail_icon.gif) no-repeat;
}
div#users_panel div.fieldWithErrors input.text {
  border: 1px solid #D79A9A;
  background-color: #F5E6E6;
}
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.blank_400 {
  height: 300px;
}
div.blank_300 {
  height: 300px;
}
div.blank_200 {
  height: 200px;
}
div.blank_100 {
  height:100px;
}

div#userinterface {
  width: 890px;
  background: url(../images/userinter_bg.gif) repeat-y;
  padding: 20px;
  border-bottom: 4px solid #E9E9E9;
}
div#userinterface_header {
  position: relative;
  height: 64px;
  background: url(../images/userinter_bg_h.gif) no-repeat;
  margin: -20px -20px 0 -20px;
}
div#userinterface_name {
  position: absolute;
  left: 0;
}
div#userinterface_name h2 {
  font-size: 30px;
  color: #ccc;
  padding-top: 12px;
  padding-left: 10px;
}
div#userinterface_name h2 small {
  color: #999999;
  padding-left: 20px;
}
div#userinterface_nav {
  position: absolute;
  right: 10px;
}
div#userinterface_nav ul li {
  float: left;
  background: url(../images/userinter_usermenu_l.gif) no-repeat;
  margin-right: 10px;
  height: 28px;
  margin-top: 10px;
}
div#userinterface_nav ul li a {
  display: block;
  background:url(../images/userinter_usermenu_r.gif) right no-repeat;
  font-size: 14px;
  color: #fff;
  padding: 7px 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#userinterface p.error {
  background: url(../images/ico_warning.gif) no-repeat;
  color: #990000;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 5px 17px;
  margin-top: 4px;
}
div#userinterface p.warning {
  background: #fff url(../images/user_warning_2.gif) no-repeat 10px 10px;
  color: #990000;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
	width: 400px;
	padding: 20px 20px 20px 80px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
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;
  background-color: #CCC89F;
  padding: 6px 0;
}
div#user_blog_nav p a:hover,
div#user_blog_nav p.selected a {
  background-color: #990000;
}
div#user_blog_nav p.about,
div#user_blog_nav p.bsections,
div#user_blog_nav p.links {
  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: 135px;
}
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;
  color: #990000;
}
div#user_blog_nav p.blog_title {
  text-align: center;
  color: #990000;
  font-size: 14px;
  font-weight: bold;
}
div#userinterface_content {
  float: left;
  width: 610px;
  background: url(../images/userinter_content_bg.gif) repeat-y;
  padding: 15px;
  border-bottom: 2px solid #ECECEC;
}
div#userinterface_content h1 {
  position: relative;
  background: url(../images/userinter_content_bg_h.gif) no-repeat;
  margin: -15px -15px 20px -15px;
  padding: 15px 15px 0 15px;
  color: #990000;
  font-size: 24px;
}
div#userinterface_content h2 {
  position: relative;
  font-size: 14px;
  margin: -15px 0 20px 0;
  color: #999;
}
div#userinterface_content h3 {
  font-size: 16px;
  margin: 30px 0 5px 0;
  color: #999;
}
div#userinterface_content p.label,
#contenido_login p.label {
  color: #72749E;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 5px 0;
}
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-family: Arial;
  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;
  color: #666;
  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;
  color: #72749E;
  padding: 10px 5px;
  font-size: 12px;
}
div#userinterface_content table.user_table td {
  color: #666;
  padding: 5px 5px;
  font-size: 12px;
  border-bottom: 1px solid #F1EEE5;
}
div#userinterface_content p.user_table_linkname a {
  color: #666;
}
div#userinterface_content p.user_table_linkurl {
  margin-top: 0;
}
div#userinterface_content p.user_table_linkurl a {
  color: #999;
  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#userinterface_content div#postphotos {
  
}
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;
}


/*  ------------------------------------------------------
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 */