
/* CSS Document */

html.body{
    font-family: Tahoma, "Trebuchet MS", Arial;
    font-size: 12px;
    color: #444;
    margin: 0px;
}

body {
    padding:0px;
    margin:18px 0 0 0;
    font-family: Tahoma, "Trebuchet MS", Arial;
    font-size: 12px;
    color: #444;
    background-color: #CCCCCC;
}

/* GENERAL */

a {color: #993300;text-decoration: none;}
a:hover {color: #666666;}
a:visited {color: #993300;}
td {font-size:12px;}

/* DISEÑO */

.core {
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #CCCCCC;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-image: url(../images/bg-content.png);
    background-repeat: repeat-y;
}

#header {
    background-image: url(../images/bg-header.png);
    background-repeat: no-repeat;
    height: 118px;
    text-align: left;
    padding: 7px 7px 0px 7px;
}

#content {
    background-image: url(../images/bg-content.png);
    background-repeat: repeat-y;
    padding: 2px 8px 8px 8px;
}


#search {
    float: right;
    margin-right:0px!important;
    margin-left:2px;
	margin-right:0px;
	border-left: 2px solid #FFFFFF;
}

#top {
	float: right;
	text-align: left;
	margin-top: 0px; /* ?????? */
	height:20px;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#cabecera {
	background-color:#000000;
	width:760px;
	height: 20px;
	margin-left:2px;
}

#left {
    width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 0px 15px 2px; /* padding keeps the content of the div away from the edges */
    margin:0px;
}

#body {
    margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#right {
    width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 6px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-right:2px;
}

#user1, #user2, #user3 {
    padding: 0 12px;
}

#user1 ul, #user1 li {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    margin-top:10px;
}

#footer {
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    height:49px;
    width: 780px;
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
}



/* General */
a {
    color: #FF6633;
    text-decoration: none;
}
a:hover {
    color: #666666;
    background-color: #DDDDDD;
}
a:visited {color: #FF6633;}

.small {
    font-size: 10px;
}

/* menu lateral */
.mainlevel {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}
a.mainlevel:link, a.mainlevel:visited {
    display:block;
    color: #FFFFFF;
    font-size: 10px;
    font-weight:bold;
    padding: 4px 4px 5px 4px;
    background: #000000;
    margin: 0 0 2px 0;
}

a.mainlevel:hover {
    background: #666666;
}

a.mainlevel#active_menu {
    color:#FF6633;
    background-image: url(../images/active-menuleft.gif);
    background-repeat: repeat-x;
}

.sublevel{}
a.sublevel:link, a.sublevel:visited {
    display: block;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    padding-left: 4px;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 2px;
}
a.sublevel:hover {
display: block;
color: #660000;
}
a.sublevel#active_menu {
color:#990000;
}

/* menu superior */
#top table {
}

#top .mainlevel {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	background-color:#000000;
}
#top a.mainlevel:link, #top a.mainlevel:visited {
    display:inline;
    color: #FFFFFF;
    font-size: 10px;
    font-weight:bold;
    padding: 3px 28px 3px 6px;
    background-color:#000000;
    border: 1px solid #000000;
    margin-right:0px;
    margin-left:2px;
	border-left: 2px solid #FFFFFF;
    float:right;

}
#top a.mainlevel#active_menu {
    display:inline;
    color: #FF6633;
    font-size: 10px;
    font-weight:bold;
    padding: 3px 28px 3px 6px;
    background-color:#FFFFFF;
    background-image: url(../images/arrow-menutop.gif);
    background-repeat:no-repeat;
    background-position: right top;
    border: 1px solid #999999;
    margin-right:0px;
    margin-left:2px;
    float:right;
}

/* menu inferior */
 .mainlevel-inf {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
}

/* Pathway Breadcrumbs */
#pathway {
    margin-bottom:12px;
}
.pathway {font-size: 11px;color:#333; }
a.pathway:link {color:#FF6633;}
a.pathway:visited {color:#FF6633;}
a.pathway:active {color:#FF6633;}
a.pathway:hover {color:#FF6633;text-decoration:underline;}

/* modulos */

.moduletable {
margin-bottom:12px;
}

.moduletable h3 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 4px;
	background-color:#999999;
	margin-bottom: 4px;
}


/* modulo novedades */
p.fecha {
    font-size: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

#user2 .contentpagetitle {
    font-weight:bold;
}


/* Contenido */
table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
}

.componentheading, .componentheading-dir, .category, .section, .section a {
    width: 100%;
    color: #FF6600;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #FF6633;
    margin-bottom: 8px;
    margin-top:4px;
}

.category-library {
    font-weight:bold;
    padding-right:12px;
}

a.category-library:hover {
    background: none;
}

.contentheading, .contentheading a {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

/* Indice
{mospagebreak} */
div.contenttoc {
    padding: 0px;
    margin: 2px;
    font-size: 12px;
}

table.contenttoc {
    float:right;
    margin-top: 6px;
    border-top: 1px solid #FF6633;
    border-left: 1px solid #FF6633;
    border-right: 1px solid #FF6633;
    width: 120px;
}

table.contenttoc th {
    background: #2F3E57;
    color: White;
}
table.contenttoc td {
    padding: 4px;
    background-color: #EEEEEE;
    border-bottom: 1px solid #FF6633;
}

table.contenttoc td:hover {
    padding: 4px;
    background-color: #FF6633;
    border-bottom: 1px solid #FF6633;
}

/* Enlaces indice */
div.contenttoc {
    padding: 2px;
    margin: 6px 0px;
    background-color: #EEEEEE;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}
a.toclink:visited, a.toclink:link {
    height: 18px;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
a.toclink:hover {
    color: #FFFFFF;
    background-color:#FF6633;
}


/* tablas sección*/
.sectiontableheader {
    background-color : #D3D3D3;
    color : #333;
    font-weight : bold;
    border-collapse: collapse;
    font-size: 11px;
}
.sectiontableentry1 {
    background-color: #FFFFFF;font-size: 11px;
}
.sectiontableentry2 {
    background-color: #EBEBEB;font-size: 11px;
}
.sectiontablefooter{
    height: 18px;
}
.sectiontableentry1-dir a, .sectiontableentry2-dir a {
    text-decoration: none;
}
tr.sectiontableentry1-dir td, tr.sectiontableentry2-dir td {
    padding-bottom:4px;
}

/* Contacto */
.componentheading-contacto {
    width: 100%;
    color: #FF6600;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #FF6633;
    margin-bottom: 8px;
    margin-top:12px;
}
.sectiontableheader-contacto {
    background:#666666;
    color: #FFFFFF;
    padding: 3px;
}


.category-contacto {
    font-weight:bold;
}


/* Navegación "<<< 1 of 10 next >>>" */
.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
    padding: 2px 6px;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #F2F2F2;
    background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
    color: #333333;
    text-decoration: none;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
    padding: 2px 6px;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #F2F2F2;
    background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
    color: #333333;
    text-decoration: none;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
    padding: 3px 6px;
    background: #666666;
    color: #FFFFFF;
    text-decoration: none;
}

div.back_button {
    margin-top:8px;
    padding: 2px 6px;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #F2F2F2;
    background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
    color: #333333;
    text-decoration: none;
    width:50px;
    text-align:center;
}

div.back_button a:active, div.back_button a:focus {
    padding: 2px 6px;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #F2F2F2;
    background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
    color: #333333;
    text-decoration: none;
    text-align:center;
    width:50px;
}

div.back_button a:hover {

}

a.readon {
    font-size: 10px;
    color: #444;
    background: url(../../images/bullet-title2.gif);
    padding-left: 19px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-position: 1px;
}
a.readon-old {
    font-size: 10px;
    float: right;
    padding: 1px 5px 1px 22px;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #DDDDDD;
    display: block;
    background: url(../../images/bullet-title.gif) no-repeat 0% 50% #F2F2F2;
    color: #484848;
    text-transform: lowercase;
    text-decoration: none;
}
a.readon:hover, a.readon:active, a.readon:focus {
    color: #F85703;
    background: url(../../images/bullet-title2.gif) no-repeat 1% 50% #FFFFFF;
    text-decoration: none;
}

/* formularios */
#search form {
    margin:0px;
}

#search .inputbox {
    background-image: url(../images/search.gif);
    background-repeat:no-repeat;
    background-position: right top;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    border: 1px solid #999999;
    margin-top:0px!important;
    margin-top:-1px;
    padding-left: 6px;
    padding-top:3px;
    padding-bottom:3px;
    height: auto!important;
    height:20px;
    width:120px;
}

.inputbox {
    font-size:10px;
    border: 1px solid #999999;
}

a.logo:link, a.logo:hover {
	text-decoration:none;
	border: none;
	background:none;
}


