/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-16, 19:25 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 50% 0 repeat-y; font:0.8em/1.5 "arial", sans-serif;}

a {color:#FFFFFF;}
a:hover {color:#FFFFFF;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

h3 {font-size:140%;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:940px; margin:0 auto; overflow:hidden;}

#main_mini {width:430px; margin:0 auto; overflow:hidden;}

	#header {width:940px; height:95px; overflow:hidden; background:url("../design/header.gif") 0 0 no-repeat;}
        
        #header_mini {width:430px; height:95px; overflow:hidden; background:url("../design/header_mini.gif") 0 0 no-repeat;}

        #logo {position:relative; width:508px; height:75px; overflow:hidden; margin:0 0 0 20px; padding:0; font-size:300%;}
        #logo span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:transparent 0 0 no-repeat; cursor:pointer;}

    #tray {padding:10px 0 15px 10px; background:url("../design/tray.gif") 0 100% no-repeat;}

        #tray ul {margin:0; list-style:none;}
        #tray ul li {display:inline;}
        #tray ul li a {display:block; float:left; padding:0 15px 0 10px; background:url("../design/arrow.gif") 100% 50% no-repeat; text-decoration:underline;}
        #tray ul li a:hover {text-decoration:none;}
        #tray ul li#tray-active a {font-weight:bold; text-decoration:none;}

    #tray_mini {padding:10px 0 15px 10px; background:url("../design/tray_mini.gif") 0 100% no-repeat;}

        #tray_mini ul {margin:0; list-style:none;}
        #tray_mini ul li {display:inline;}
        #tray_mini ul li a {display:block; float:left; padding:0 15px 0 10px; background:url("../design/arrow.gif") 100% 50% no-repeat; text-decoration:underline;}
        #tray_mini ul li a:hover {text-decoration:none;}
        #tray_mini ul li#tray-active a {font-weight:bold; text-decoration:none;}
        
    #cols {position:relative; margin:10px 0; background:url("../design/cols.gif") 0 0 repeat-y;}

    	#content {float:right; width:740px; overflow:hidden;}
        
        #content_mini {float:right; width:430px; overflow:hidden;}

            #content-left {float:left; width:740px;}
            #content-left_mini {float:left; width:430px;}
            #content-left-in {padding:0 10px;}

            #content-right {float:right; width:260px;}

    	#aside {float:left; width:190px; overflow:hidden;}
        #aside-top {width:190px; height:5px; background:url("../design/aside-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../design/aside-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}

            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 10px 7px 30px; background:url("../design/nav-link.gif") 15px 13px no-repeat;}
            .nav li#nav-active a {background:url("../design/nav-active.gif") 15px 13px no-repeat; text-decoration:none; font-weight:bold;}
            .nav #nav-active ul li a {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;}
            .nav a:hover {text-decoration:none;}

            #search {position:relative; height:22px; margin:0 -15px; padding:15px; text-align:center;}
            #search-input {position:absolute; top:15px; left:15px; width:100px; height:22px; border:0;}
            #search-submit {position:absolute; top:15px; left:115px; width:60px; height:22px; border:0;}
            #search-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}

            #aside h4 {font-size:100%;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#footer {clear:both; padding:20px 0; background:url("../design/footer.gif") 0 0 repeat-x; font-size:85%;}
	#footer p {margin:0;}
	#footer a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top {width:740px; height:5px; background:url("../design/topstory-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:740px; height:5px; background:url("../design/topstory-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:5px 10px 10px 10px;}

    #topstory-img {float:left; width:180px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:255px;}

        #topstory-desc h2 {margin:0; font-size:140%; font-weight:normal;}
        #topstory-desc .info {margin:0; font-size:85%;}

#topstory-list {padding:10px 0 5px 10px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:10px;}
#topstory-list img.last {margin-right:0;}

.article {margin-bottom:10px; padding-bottom:10px; background:url("../design/dot.gif") 0 100% repeat-x;}
.article .article-img {float:left; width:180px;}
.article .article-img img {display:block;}
.article .article-desc {float:right; width:255px;}

    .article .article-desc h3 {margin:0; font-size:140%; font-weight:normal;}
    .article .article-desc .info {margin:0; font-size:85%;}
    .article .article-desc p.nomb {margin-top:8px; text-align:justify;}

.box-01-top {width:260px; height:5px; margin-top:5px; background:url("../design/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../design/box-01-top-b.gif") 0 100% no-repeat;}
.box-01-top-b .f-left {text-transform:uppercase;}
.box-01-top-b .f-right {padding-top:2px; font-size:85%;}
.box-01-bottom {width:260px; height:11px; background:url("../design/box-01-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../design/box-01.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

    .news {margin:0;}
    .news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
    .news dt span {font-size:140%;}
    .news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6;}

.box-02-top {width:260px; height:5px; margin-top:10px; background:url("../design/box-02-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../design/box-02-top-b.gif") 0 100% no-repeat; text-transform:uppercase;}
.box-02-bottom {width:260px; height:11px; background:url("../design/box-02-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; background:url("../design/box-02.gif") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none;}
    .mostreaded span {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

#aside .padding {padding:10px 15px;}

.more {padding-right:15px; background:url("../design/arrow.gif") 100% 50% no-repeat;}

.rss {padding-left:22px; background:url("../design/rss.gif") 0 50% no-repeat;}

/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-16, 19:25 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background-color:#dfdfdf; color:#000}

a {color:#468966;}
a:hover {color:#34674C;}

h3.title {border-bottom:1px solid #DFDFDF; color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {background-color:#FFF;}
#main_mini {background-color:#FFF;}

#header {background-color:#468966; color:#FFF;}
#header a {color:#FFF;}

#header_mini {background-color:#468966; color:#FFF;}
#header_mini a {color:#FFF;}

#tray {background-color:#2f2f2f; color:#FFF;}
#tray a {color:#FFF;}
#tray li#tray-active a {color:#fff0a5;}

#tray_mini {background-color:#2f2f2f; color:#FFF;}
#tray_mini a {color:#FFF;}
#tray_mini li#tray-active a {color:#fff0a5;}

.nav a {border-top:1px solid #e5e5e5; background-color:#d0d0d0 !important; color:#000 !important;}
.nav #nav-active a {background-color:#8C2E00 !important; color:#FFF !important;}
.nav #nav-active ul li a {border-top:1px solid #525252; background-color:#2f2f2f !important; color:#FFF !important;}

#search {border-top:1px solid #f2f2f2; background-color:#d0d0d0;}
#search-input {background:#FFF;}
#search-submit {background:#2F2F2F; color:#FFF;}

#footer, #footer a {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top, #topstory {background-color:#e5e5e5;}
#topstory-desc .info, #topstory-desc .info a, .article .article-desc .info, .article .article-desc .info a {color:#5F5F5F;}
#topstory-desc .info a:hover, .article .article-desc .info a:hover {color:#2F2F2F;}
#topstory-list {border-top:1px solid #F5F5F5; background-color:#d0d0d0;}
#topstory-desc h2 a {color:#8e2800;}
#topstory-desc h2 a:hover {color:#5A1E00;}

.box-01-top, .box-01-top-b {background-color:#fff0a5; color:#000;}
.box-01-top-b .f-right {color:#8e2800;}
.box-01 .bg {border-top:1px solid #FCEFA3; border-bottom:1px solid #FCEFA3; background:#fff8d9;}

    .news dt {color:#8e2800;}
    .news dd span {color:#5f5f5f;}

.box-02-top, .box-02-top-b {background-color:#E1F0E8; color:#000;}

    .mostreaded span {color:#5F5F5F;}
    .mostreaded a {color:#2F2F2F;}
    .mostreaded a:hover {color:#000;}

/*Cargador ajax*/

#jSuggestContainer {
position: absolute;
font: 12px Arial;
font-weight:bold;
border:1px solid #468966;
border-top:0;
background:#FFFFFF;
text-align: left;
}

.jSuggestLoading {
font-style:italic;
padding: 10px;
font-family: arial, Helvetica,sans-serif;
}

#jSuggestContainer ul, #jSuggestContainer ul li{
margin: 0;
padding:0;
list-style:none;
}

#jSuggestContainer ul li{
padding: 2px 4px;
border-bottom: 1px dotted #468966;
color:#FFFFFF;
background:#8E9093;
cursor:pointer;
}

#jSuggestContainer ul li.last{
border-bottom: 0;
}

#jSuggestContainer ul li.jSuggestHover{
background:#FFFFFF;
color:#000000;
}
    
/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.rss {color:#000;}

.entrada{
	border:1px solid #468966;
	background-color: #FFFFFF;
	cursor:text;
	margin:7px 0px;
	padding:1px;
        width: 110px;
        color: #000000;        
        font-weight: bolder;
        font-size:13px;       
}

.boton{
	background:#2f2f2f; /*Gris claro*/
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: inherit;
	margin-right: inherit;
	padding:2px 10px !important;
	padding:2px 0;
	color:#FFFFFF;
	font-weight:bold;
	border:3px solid #468966;
	outline:none;
	cursor:pointer;
}

.tabla_encabezado{
    font-size: 12px;
    background: #2f2f2f;
    color:#FFFFFF;
    text-align: center;
    border:1px solid #468966;
    font-weight: bold;
}

.tabla_cols{
    font-size: 11px;
    background:#468966;
    color:#FFFFFF;
    text-align: center;
    border:1px solid #2f2f2f;
    font-weight: bold;
}

.dato_fila{
    font-size: 10px;
    background:#FFFFFF;
    color:#000000;
    text-align: center;
    border:1px solid #2f2f2f;
    font-weight: normal;
}

.texto_negro_form{
        color: #000000; /*blanco*/
        font-weight:bold;
        font-size:12px;
        text-align: left;
}

.entrada{
	border:1px solid #468966;
	background-color: #FFFFFF;
	cursor:text;
	margin:7px 0px;
	padding:1px;
        width: 110px;
        color: #000000;        
        font-weight: bolder;
        font-size:13px;       
}

.entrada_mayusc{
	border:1px solid #468966; /*Borde Rojo*/
	background-color: #FFFFFF;
	cursor:text;
	margin:5px 0;
	padding:1px;
        color: #000000;
        font-weight: bold;
        font-size:13px;
        text-transform:uppercase;
}

.entrada_select{
	border:1px solid #468966; 
	background-color: #FFFFFF;
	cursor:text;
	margin:5px 0;
	padding:1px;
        color: #000000;
        font-weight: bold;
        font-size:13px;            
}

.entrada_select_mini{
	border:1px solid #468966; 
	background-color: #FFFFFF;
	cursor:text;
	margin:5px 0;
	padding:1px;
        color: #000000;
        font-weight: bold;
        font-size:9px;            
}

.entrada_form{
	border:1px solid #468966;
	background-color: #FFFFFF;
	cursor:text;
	margin:7px 0;
	padding:1px;        
        color: #000000;        
        font-weight: bolder;
        font-size:13px;       
}

.entrada_area{
	border:1px solid #468966;
	background-color: #FFFFFF;
	cursor:text;
	margin:5px 0;
	padding:1px;
        color: #000000;
        font-weight: normal;
        font-size:13px;        
        font-family: Arial;
}

#caja_flotante{
position: absolute;
top:150px;
left: 0px;
border: 1px solid #000000;
background-color: #DFDFDF;
width:200px;
height: 160px;
}

.agregar_anexo{
    background:#000000;
    color:#FFFFFF;
    text-align: center;
    border:1px solid #468966;
    font-weight: normal; 
    cursor:text;
}

.bordes_tabla_mini{        
    width: 430px;
}

.botonExcel{cursor:pointer;}
