html, body {
	font-family: "Trebuchet MS", Tahoma;
	font-size        : 14px;
	margin           : 0px;
	padding          : 0px;
	text-align       : center;
	background-color: #F3F3F3;
	background-image: url(../imgs/fondo%20general-2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 16px;
	cursor: default;
}
.bbuscarc {
	font-weight: bold;
	color: #FFFFFF;
	background: url(../imgs/b-buscar-c.gif) no-repeat center center;
	height: 31px;
	width: 65px;
	text-decoration: none;
	cursor: hand;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

td {
	font-size: 13px;
}


#content a
{
	color            : #32609B;
	text-decoration  : underline;
}

#content a:hover
{
    color            : #FF0000;
    text-decoration  : underline;
}

/* -------------------------------------------------------------- */
/* Common stuff and basic page layout                             */
/* -------------------------------------------------------------- */


#container
{
	width            : 786px;
	text-align       : left;
	margin-left      : auto;
	margin-right     : auto;
}

#header
{
	height           : 123px;
	padding          : 0px;
	background-image: url(../imgs/La-Bloguera-3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 16pt;
	top: 0px;
}
#logotopia {
	position: absolute;
	height: 100px;
	width: 333px;
	left: 29px;
	top: 9px;
}


#header span
{
    display          : none;
}

#header h1
{
    margin           : 0;
}

#content
{
    position         : relative;
    width            : 100%;
    display          : block;
    margin           : 0;
    padding          : 0;
}

#dashboard
{
    padding-left     : 1em;
    padding-right    : 1em;
}

.clr
{
    clear            : both;
}

/*-- Accessibility Tweaks --*/
#skipNav
{
	position         : absolute;
	left             : -9999px;
	font-size        : small;
	z-index: 3;
}

#skipNav a:focus
{
    display          : block;
    position         : absolute;
    top              : 20px;
    left             : 10020px;
    font-size        : large;
    background       : #fff;
    border           : solid 2px #1B6BD8;
    padding          : 10px;
    width            : 15em;
    z-index          : 1;
}

#skipNav a:hover
{
    color            : #029EDE;
}

#skipNav a:active
{
    display          : block;
    position         : absolute;
    top              : 20px;
    left             : 10020px;
    font-size        : large;
    background       : #fff;
    border           : solid 2px #1B6BD8;
    padding          : 10px;
    width            : 15em;
    z-index          : 1;
}

.hide
{
    display          : none;
}

/* -------------------------------------------------------------- */
/* Navigation/menu bar                                            */
/* -------------------------------------------------------------- */

#menubar
{
	/*    margin-bottom    : 10px;
    background       : #FFFFFF url("../imgs/bg_menu.jpg") repeat-x;
    height           : 20px;
    /*border-bottom    : 1px solid #B4B4B4;*/
	background-image: url(../imgs/top-menufondo.gif);
	background-repeat: no-repeat;    /*border-bottom    : 1px solid #B4B4B4;*/
	text-align: center;
	top: 0px;
	background-position: left top;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 8px;
	position: absolute;
	height: 117px;
	width: 498px;
	right: 3%;
	z-index: 3;
}

#menu
{
	padding-top      : 1px;
	padding-bottom   : 1px;
}

#menu ul
{
    padding         : .2em 0;
    margin          : 0;
    list-style-type : none;
    color           : #FFF;
    width           : 100%;
    text-align      : center;
}

#menu li
{

    position         : relative;
    padding          : 0;
    border-left      : 0px solid #B4B4B4;
    display          : inline;
    font-weight      : bold;
    font-family      : verdana, tahoma, sans-serif;
    font-size        : 0.83em;
    letter-spacing   : 0.20em;
    text-transform   : uppercase;
}

#menu a, #menu a:link, #menu a:visited
{
	color            : #0E3862;
	text-decoration  : none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: .5em;
}

#menu a:hover
{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}

#menu li.selected
{
    display          : block;
    width            : auto;
    padding          : 2px 7px;
    background       : #FFFFFF;
    color            : #000000;
    border-bottom    : 1px solid #FFFFFF;
}

#menu br
{
    clear: both;
}

/* -------------------------------------------------------------- */
/* Section title and navigation history bar                       */
/* -------------------------------------------------------------- */

#nav_bar
{
	width            : 100%;
	padding: 0px;
	margin: 0px;
}

#section_title
{
	float            : left;
	width: 88%;
	padding-left: 33px;
	text-align: left;
}

#section_title h2
{
	color            : #588BCA;
	font-weight      : bold;
	font-family      : palatino, trebuchet ms, tahoma, sans-serif;
	font-size        : 24px;
	letter-spacing   : 0.02em;
	margin           : 0;
	padding-left     : 4px;
	line-height: 28px;
}

#navigation
{
    float            : right;
    width            : 60%;
    text-align       : right;
    padding-top      : 7px;
    font-family      : verdana, tahoma, sans-serif;
    font-size        : 0.85em;
    letter-spacing   : 0.09em;
    padding-right    : 2px;
}

#navigation a
{
    color            : #000000;
    text-decoration  : none;
}

#navigation a:hover
{
    color            : #5583BE;
    text-decoration  : none;
}

/* -------------------------------------------------------------- */
/* Admin Tabbed Ul's                                              */
/* -------------------------------------------------------------- */

#tablist
{
    padding          : 3px 0;
    margin-left      : 0;
    font             : 11px trebuchet ms, verdana, tahoma, arial, sans-serif;
    border-bottom    : 1px solid #DEDEDE;
}

#tablist li
{
    list-style       : none;
    margin           : 0;
    display          : inline;
}

#tablist li a
{
    padding          : 3px 0.5em;
    margin-left      : 3px;
    border           : 1px solid #DEDEDE;
    background       : #F4F4FF;
    text-decoration  : none;
}

#tablist li a:link
{
    color            : #448;
}

#tablist li a:visited
{
    color            : #667;
}

#tablist li a:hover
{
    color            : #000;
    border-color     : #DEDEDE;
}

#tablist li a#tab_current
{
    background       : white;
    border-bottom    : 1px solid white;
}

/*.menuTop_level1 ul, li
{
    list-style-type: none;
}

.menuTop_level1 ul
{
  list-style-type: disc;
  list-style-image: url(../imgs/bullet.gif);
}
*/

/* -------------------------------------------------------------- */
/* Form controls (input, ...)                                     */
/* -------------------------------------------------------------- */

form
{
	margin           : 0px;
}

fieldset
{
	margin           : 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

textarea, input, select
{
    background       : #FFFFFF;
    border           : 1px solid #b2b2b2;
    color            : #000000;
    font-size        : 0.95em;
}

input:focus, textarea:focus, label:focus
{
    border           : 1px solid #5583BE;
}

.checkbox, .radio
{
    border           : 0px;
}

.submit
{
    /*margin-left      : 4px;*/
}

.list_action_button a img
{
    border           : 0px;
    padding          : 0px;
}

.list_action_button a:hover img
{
/*    filter            : alpha(opacity=60);
    opacity           : 0.6; */
}

.field
{
	top              : 0;
	left             : 0;
	text-align: left;
	margin-bottom: 11px;
}

.field .field
{
    margin           : 1em 0 0 0;
}

.field label
{
    font-size        : 100%;
    font-weight      : bold;
}

.field_checkbox
{
    top              : 0;
    left             : 0;
}

.field_checkbox label
{
    font-size        : 100%;
}

.formHelp
{
    font-size        : 10px;
    color            : #999999;
    margin           : 0 0 0.2em 0;
}

.formHelp a
{
    text-decoration  : underline;
}

.formHelp:hover
{
    color            : Black;
    cursor           : default;
}

fieldset
{
	margin           : 1em 0em 1em 0em;
	padding          : 0em 1em 1em 1em;
	line-height      : 1.5em;
	width            : auto;
	text-align: center;
}

.inputField
{
	margin-left: auto;
	margin-right: auto;
}

.buttons
{
	width: 136px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/imgs/boton-enviar-mediano.gif);
	background-position: center center;
	cursor: hand;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F3F3F3;
}

.inputField input
{
	background-image: url(../imgs/fondo-inputs.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: text;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma;
	color: #000000;
	text-decoration: none;
	height: 25px;
}

.inputField legend
{
    font-weight: bold;
}

.inputField .dateTime
{
   width: 80%;
}

.inputField .checkbox, .inputField .button, .inputField .radio
{
   width: auto;
}

.inputField .file
{
   width: auto;
}

.pager
{
    float:left;
}

/* -------------------------------------------------------------- */
/* Data lists parameters & search bar                             */
/* -------------------------------------------------------------- */

#list_nav_bar
{
    margin-left      : auto;
    margin-right     : auto;
    width            : 98%;
    background-color : #F3F1FF;
    padding-bottom   : 4px;
    padding-left     : 4px;
    padding-right    : 4px;
    margin-bottom    : 10px;
    border           : 0px solid #DEDEDE;
}

#list_nav_bar fieldset
{
    border           : 1px solid #DEDEDE;
    color            : #000000;
    font-family      : verdana, tahoma, sans-serif;
    font-size        : 0.90em;
    padding          : 0px;
    margin           : 0px;
    height           : 60px;
}

#list_nav_select
{
    float            : left;
    width            : 100%;
    text-align       : center;
}

#list_nav_search
{
    float            : left;
    width            : 30%;
    text-align       : center;
}

.list_nav_option
{
    float            : left;
    text-align       : left;
    padding          : 0px 4px 4px 4px;
    margin-left      : 5px;
}

#list_nav_bar legend
{
    font-family      : trebuchet ms, tahoma, sans-serif;
    font-size        : 1.1em;
    font-weight      : bold;
    letter-spacing   : 0.08em;
}

#list_nav_select label
{
}

/* -------------------------------------------------------------- */
/* Data lists table format                                        */
/* -------------------------------------------------------------- */

.info
{
    margin-left      : auto;
    margin-right     : auto;
    margin-bottom    : 10px;
    width            : 775px;
    border-collapse  : collapse;
    border-bottom    : 4px solid #DEDEDE;
    border-spacing   : 0px;
}

.info th
{
    font-family      : trebuchet ms, tahoma, sans-serif;
    font-size        : 1.1em;
    font-weight      : bold;
    letter-spacing   : 0.08em;
    vertical-align   : bottom;
    border-bottom    : 1px solid #DEDEDE;
    padding          : 4px;
    text-align       : left;
}

.info th a
{
    color           : #000000;
    text-decoration : none;
}

.info th a:hover
{
    color           : #5583BE;
    text-decoration : none;
}

.even
{
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma;
	background-color: #E8E8E8;
}

.tableHover
{
   background: #EFEFEF;
}

.info td
{
    color            : #888888;
    border-bottom    : 1px solid #DEDEDE;
    vertical-align   : middle;
    padding          : 4px;
    /*border:1px solid black;*/
}

.info td a
{
    color           : #888888;
    text-decoration : none;
}

.info td a:hover
{
    color           : #5583BE;
    text-decoration : none;
}

/* -------------------------------------------------------------- */
/* Specific column format                                         */
/* -------------------------------------------------------------- */

.col_highlighted
{
    font-weight      : bold;
}

/* -------------------------------------------------------------- */
/* Data lists bottom actions bar                                  */
/* -------------------------------------------------------------- */

#list_action_bar
{
    margin-left      : auto;
    margin-right     : auto;
    width            : 768px;
    padding          : 4px;
    text-align       : right;
    /*background-color : #F3F1FF;*/
    margin-bottom    : 10px;
    /*border           : 1px dashed #DEDEDE;*/
}


/* -------------------------------------------------------------- */
/* Positive or negative feedback messages                         */
/* -------------------------------------------------------------- */

#list #FormError
{
    padding-left: 10px;
}
/*
#FormError{
    align: left;
    padding-top: 0px;
}

#list #FormInfo
{
    padding-left: 10px;
}

#FormInfo
{
    align: left;
    padding-top: 0px;
}
*/
.InfoIcon
{
    float:left;
    clear:left;
    margin-top:3px;
}

.InfoText
{
    color:green;
    padding-left:20px;
    padding-top:3px;
}

.ErrorText
{
    color:red;
    padding-left:20px;
    padding-top:3px;
}

/**
 * login screen
 */
.loginBox
{
  width: 300px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

h4, fieldset h4
{
    font-family      : trebuchet ms, tahoma, sans-serif;
    font-size        : 1.1em;
    font-weight      : bold;
    letter-spacing   : 0.08em;
    vertical-align   : bottom;
    border-bottom    : 1px solid #DEDEDE;
    padding          : 0px;
    text-align       : left;
    text-transform   : capitalize;
}

.sectionTitle
{
	margin: 0px;
	padding: 6px;
}
h2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 30px Georgia, "Times New Roman", Times, serif;
	cursor: default;
}

#loginForm {
	background-image: url(/imgs/fondo-login.jpg);
	height: 315px;
	width: 221px;
}

.welcomeMessage {
  margin-bottom: 10px;
}

/**--------
 * custom stuff for the summary.php script
 */
#column-left {
	float:left;
	padding-left: 22px;
	margin-top: -10px;
	width: 500px;
	position: relative;
}

#maincolumn {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FF0000;
	width: 150px;
	float: left;
} 

#column-right {
	width: 240px;
	float:right;
	padding-right: 5px;
	margin-top: -10px;
	position: relative;
	cursor: default;
	text-align: center;
}

#onecolumn {
	width: 770px;
	margin: 5px;
	padding: 0px;
	clear: both;
	float: none;
}


.pager {
  width: 636px;
  border-top: 1px solid #DEDEDE;
  padding-top: 6px;
  margin-top: 6px;
}

.pagerLink {

}

.pagerCurrent {
  background-color: #FFAABB;
}

a img {
  border: 0px;	
}

#intro
{
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 12px;
}

.tag {
	margin-right: 5px;
}
.tag a {
	text-decoration: none;
	color: #000000;
}

.tag a:hover {
}

.itemList {
	list-style: none;
	margin-left: 1em;
	padding: 0;
	color: black;
	line-height: 16px;
}

.item, item a {
	color: black;
	text-decoration: underline;
	line-height: 16px;
}

.item a:hover {
	line-height: 16px;
}

h5
{
    font-family      : tahoma, Verdana;
    font-size        : 1.1em;
    font-weight      : bold;
    vertical-align   : bottom;
    padding          : 0px;
    text-align       : left;
	margin-bottom: 5px;
	margin-top: 9px;
}
#linea {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-top-color: #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
	width: 98%;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	padding: 3px 0px 0px;
	margin: 0px 0px 6px;
}



#FormError
{
 padding-bottom: 11px;
}

div.templateScreen {
  float: left;
  margin: 5px 15px 15px 0px;
}

#registratebanner {
	text-align: center;
	top: 62px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	height: 62px;
	width: 306px;
	right: 9%;
	z-index: 4;
}
input {
	background-image: url(../imgs/fondo-inputs.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: text;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: middle;
	font-family: "Trebuchet MS", Tahoma;
	color: #000000;
	text-decoration: none;
	height: 27px;
}
#botontabla {
	width: 136px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imgs/boton-enviar-mediano.gif);
	background-position: center center;
	cursor: hand;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#botontabla a {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	line-height: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#botontablaverde {
	width: 136px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imgs/boton-enviar-mediano-mediano.gif);
	background-position: center center;
	cursor: hand;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-repeat: no-repeat;
	line-height: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#botontablaverde a {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-transform: capitalize;
	line-height: 33px;
	font-family: "Trebuchet MS", Tahoma;
	background-image: url(../imgs/semi-2.gif);
	text-align: left;
}
#column-right-interno {
	cursor: default;
	padding: 10px;
	text-align: left;
	clear: both;
	width: 100%;
}
.input {
	background-image: url(../imgs/fondo-inputs.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: text;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
}
#footer {
	height: 29px;
	vertical-align: middle;
	font-size: 12px;
	padding: 0px;
	width: 777px;
	background-image: url(../imgs/barra-general.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 22px;
}
#footer a {
	color: #006699;
	text-decoration: none;
	line-height: 29px;
	font-weight: bold;
}
#botontablaverde a:hover {

	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#box{
	padding: 0px;
	color:#000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#box2 {
	padding: 0px;
	color:#000;
	background-color: #FFF4D2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h6 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Tahoma;
	text-align: left;
	cursor: default;
}
#tablac #1 {
	background-image: url(../imgs/rr-lefttop.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
	background-position: right bottom;
}
#tablac {
	margin-bottom: 7px;
}

#tablac #2 {
	background-image: url(../imgs/rr-top.gif);
	background-repeat: repeat-x;
	height: 19px;
	background-position: left bottom;
}
#tablac #3 {
	background-image: url(../imgs/rr-toprifght.gif);
	height: 19px;
	width: 19px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tablac #4 {
	background-image: url(../imgs/rr-middle-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: default;
}
#tablac #5 {
	background-color: #F9F2DD;
	text-align: left;
	vertical-align: top;
	cursor: default;
}
#tablac #6 {
	background-image: url(../imgs/rr-middle-rfght.gif);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: default;
}
#tablac #7 {
	background-image: url(../imgs/rr-button-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 18px;
}
#tablac #8 {
	background-image: url(../imgs/rr-button-middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: default;
}
#tablac #9 {
	background-image: url(../imgs/rr-button-rfght.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 19px;
	cursor: default;
}
.rss {
}
.tablac3 {

	background-image: url(../imgs/rr-toprifght.gif);
	height: 19px;
	width: 19px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tablac2 {

	background-image: url(../imgs/rr-top.gif);
	background-repeat: repeat-x;
	height: 19px;
	background-position: left bottom;
}
.tablac4 {

	background-image: url(../imgs/rr-middle-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: default;
}
.tablac5 {

	background-color: #F9F2DD;
	text-align: left;
	vertical-align: top;
	cursor: default;
}
.tablac6 {

	background-image: url(../imgs/rr-middle-rfght.gif);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: default;
}
.tablac7 {

	background-image: url(../imgs/rr-button-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 18px;
}
.tablac8 {

	background-image: url(../imgs/rr-button-middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: default;
}
.tablac9 {

	background-image: url(../imgs/rr-button-rfght.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 19px;
	cursor: default;
}
.tablac1 {

	background-image: url(../imgs/rr-lefttop.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
	background-position: right bottom;
}
