@charset "utf-8";
/* CSS Document */
body{
    background:#ECF5D4 url('../img/bodybg.jpg') top left repeat-x;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:20px;
    margin: 0px;
    font-family: "Lucida Grande",sans-serif, Verdana;
    text-align: justify;
    font-size: 12px;
    color: #575759;
}

em{
    color: red;
}

#main{
    width: 890px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background:#FFF;
    margin-top:5px;
    margin-bottom:10px;
    min-width: 890px;
}

#top{
    background: url('../img/pagetop2.jpg') no-repeat top left;
    padding-top:5px;
}

#top a {font-family: "Lucida Grande",sans-serif,Verdana; text-decoration: none; font-weight: none;}
#top a:link {color: #7d7b7b;}
#top a:visited {color: #7d7b7b;}
#top a:active {color: #7d7b7b;}
#top a:hover {color: #7D930F; background:#FFF; font-weight: none; text-decoration: underline;}

#topcenter{
    margin-left: 200px;
    margin-right: 200px;
    padding: 1em;
}

#topleft{
    text-align:left;
    float: left;
    margin: 0;
    padding: 1em;
}

#topright{
    text-align:right;
    float: right;
    margin: 0;
    padding: 1em;
}

#topnav
{
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-right: 0pt;
    padding-bottom: 2px;
    padding-left: 0pt;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: -moz-use-text-color;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
    background-color: #B2D215;
    background-image: url(../img/navbg.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 100%;
}

#content{
    float: left;
    width: 100%;
    margin-bottom:10px;
}

#footer{
    clear: left;
    width: 100%;
    background: #B1D261;
    color: #594B4B;
    text-align: center;
    padding: 4px 0;
}

#footer a {font-family: "Lucida Grande",sans-serif,Verdana; text-decoration: none;}
#footer a:link {color: #594B4B;}
#footer a:visited {color: #594B4B;}
#footer a:active {color: #594B4B;}
#footer a:hover {color: #594B4B; background-color: #B1D261; text-decoration: underline;}

#mainleft {
    float:left;
    width:598px;
    padding:10px;
    line-height: 1.5em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
}
#mainright {
    float:right;
    width:250px;
    padding:10px;
    line-height: 1.5em;
}

#mainright h2{
    background-color: transparent;
    background-image: url(../img/h2green.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    color: #ffffff;
    height: 22px;
    line-height: 22px;
    font-size: 1.0em;
    padding-left: 20px;
    text-transform: none;
}

/* Div superior contacto trabajo.. */
#mainlefttop {
    text-align:left;
    padding-right:10px;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
}
#mainrighttop {
    text-align:right;
    padding-right:10px;
    padding-left:10px;
}

img.floatleft {
    float:left;
    padding-right:10px;
}

img.floatright {
    float:right;
    padding-left:10px;
}

#menu {
    margin-bottom: 5px;
}

contacttop {
    border:10px;
}

h2{
    font-weight: bold;
    font-size: 21px;
    color: #4d5761;
    font-family: Arial,sans-serif;
}

a.linkWhite, a.linkWhite:active, a.linkWhite:focus
{
    color: #fff;
    text-decoration: none;
}
a.linkWhite:hover
{
    text-decoration: underline;
    color: #fff;
}


h3{
    font-family: "Lucida Grande",sans-serif,Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #B92597;
    margin-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #B92597;
}
h4{
    font-family: "Lucida Grande",sans-serif,Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #2F68C1;
    margin-bottom: 12px;
    background-color: #ffffff;
    padding-left: 17px;
    background-image: url(../img/bg-heading.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 2px;
}
a.print
{
    background-color: #ffffff;
    background-image: url(../img/print.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 3px;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 18px;
    display: block;
}
a.print:hover, a.print:active, a.print:focus
{
    text-decoration: underline;
    background-color: #FFF;
    color: #B92597;
}

a.pdf
{
    background-color: #ffffff;
    background-image: url(../img/pdf.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 3px;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 18px;
    display: block;
}
a.pdf:hover, a.pdf:active, a.pdf:focus
{
    text-decoration: underline;
    background-color: #FFF;
    color: #B92597;
}


/*Link verde*/
.linkverde a {font-family: "Lucida Grande",sans-serif,Verdana; text-decoration: none; font-weight: none;}
.linkverde a:link {color: #575759;}
.linkverde a:visited {color: #575759;}
.linkverde a:active {color: #575759;}
.linkverde a:hover {color: #739909; background:#FFF; font-weight:bold; text-decoration: underline;}

/*Lista menu*/
ul.ul-style01 {margin-left:0px; margin-bottom:20px; list-style:none; font-weight:bold;}
ul.ul-style01 li {margin-bottom:10px; padding:0; padding-left:15px; background:url("../img/ul-style01.gif") 0 5px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../img/ul-style01-sub.gif") 0 5px no-repeat;}

ul.check {margin-left:0px; margin-bottom:20px; list-style:none; font-weight:bold;}
ul.check li {margin:0 0 2px 0;padding:2px 0 2px 20px;list-style:none;background:url(../img/check.gif) no-repeat left top;} 
ul.check ul {margin:0; padding:0; list-style:none;}
ul.check ul li {background:url("../img/ul-style01-sub.gif") 0 5px no-repeat;}
ul.check ol {font-weight:normal;}

ul.check-grey {margin-left:0px; margin-bottom:20px; list-style:none; font-weight:bold;}
ul.check-grey li {margin:0 0 2px 0;padding:2px 0 2px 20px;list-style:none;background:url(../img/check-grey.gif) no-repeat left top;}
ul.check-grey ul {margin:0; padding:0; list-style:none;}
ul.check-grey ul li {background:url("../img/check-grey.gif") 0 5px no-repeat;}
ul.check-grey ol {font-weight:normal;}

#login form input[type="text"]
{
    display: block;
    font-size: 13px;
    color: #444444;
    width: 230px;
    padding: 1px;
    border-width: 2px;
    border-width-value: 2px;
    border-width-ltr-source: physical;
    border-width-rtl-source: physical;
    border-style: solid;
    border-color: #dddddd;
    background-color: #f9f9f9;
}

#login form input[type="text"]:focus
{
    border-color: #6dc0c4;
    background-color: #e3f2f4;
}

#information form input[type="text"]
{
    display: block;
    font-size: 13px;
    color: #444444;
    width: 400px;
    padding: 1px;
    border-width: 2px;
    border-width-value: 2px;
    border-width-ltr-source: physical;
    border-width-rtl-source: physical;
    border-style: solid;
    border-color: #dddddd;
    background-color: #f9f9f9;
}

#information form input[type="text"]:focus
{
    border-color: #6dc0c4;
    background-color: #e3f2f4;
}

#information form textarea
{
    display: block;
    font-size: 13px;
    color: #444444;
    width: 400px;
    padding: 1px;
    border-width: 2px;
    border-width-value: 2px;
    border-width-ltr-source: physical;
    border-width-rtl-source: physical;
    border-style: solid;
    border-color: #dddddd;
    background-color: #f9f9f9;
}

#information form textarea:focus
{
    border-color: #6dc0c4;
    background-color: #e3f2f4;
}

.linkbox {
    background:url(../img/box.gif) no-repeat;
    padding:5px 5px 5px 5px;
    width:215px;
    height:122px;
    margin:0;
}

.linkboxpdf {
    background:url(../img/boxsmallpdf.gif) no-repeat;
    padding:5px 5px 5px 50px;
    width:405px;
    height:55px;
    margin:0;
}

.linkboxword {
    background:url(../img/boxsmallword.gif) no-repeat;
    padding:5px 5px 5px 50px;
    width:405px;
    height:55px;
    margin:0;
}

.spanText{
    font-weight: bold;
    font-size: 14px;
    color: #4d5761;
    font-family: Arial,sans-serif;
}

.spanDate{
    font-weight: bold;
    font-size: 12px;
    color: #09219A;
    font-family: Arial,sans-serif;
}

.spanError{
    font-weight: bold;
    font-size: 12px;
    color: #FF0000;
    font-family: Arial,sans-serif;
}

.spanOk{
    font-weight: bold;
    font-size: 12px;
    color: #009900;
    font-family: Arial,sans-serif;
}

/*DWR*/
#messageZone{
    background-color:#FE9900;
    font-weight: bold;
    color: #FFF;
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}
/*PARA SOLUCIONAR PROBLEMA DIV FIXED IE6*/
@media screen
{
    div#messageZone
    {
        position: fixed;
    }
    * html
    {
        overflow-y: hidden;
    }
    * html body
    {
        overflow-y: auto;
        height: 100%;
    }
    * html div#messageZone
    {
        position: absolute;
    }
}
/*DWR */
#disabledZone{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
}
#disabledZone[id]{
    position:fixed;
}

.button
{
    font-family:Tahoma,sans-serif;
    font-weight:bold;
    color:#000;
    background-color:#B2D215;
    border-style:outset;
    border-color:#000000;
    border-width:1px;
}

#basic-accordian{
    border:5px solid #EEE;
    padding:5px;
    width:578px;

}

.accordion_headings{
    padding:5px;
    background:#B2D215;
    color:#FFFFFF;
    border:1px solid #FFF;
    cursor:pointer;
    font-weight:bold;
}

.accordion_headings:hover{
    background:#739707;
    text-decoration:underline;
}

.accordion_child{
    padding:15px;
    background:#EEE;
}

.header_highlight{
    background:#739707;
    text-decoration:underline;
}
.ibm-container
{
    text-align:left;
    width:220px;
}
.ibm-container h5
{
    background-color: #ffffff;

    background-image: url(../img/sprites-t1.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt -545px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin:0pt;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    height: 1%;
    font-size: 1.0em;
}

.ibm-container h6
{
    background-color: #ffffff;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #cccccc;
    margin: 0pt;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    height: 1%;
    font-size: 1.0em;
    font-weight:normal;
    color:#000;
}

.ibm-container h7
{
    font-size: 1.0em;
    font-weight:bold;
    color:#0000ff;
}

#social{
    width:196px;
}
#social a {
    width:20px;
    height:16px;
    float:left;
    text-indent:-9999px;
    overflow:hidden;
}
.yahoobuzz { background:url(../img/yahoobuzz.gif) no-repeat 0 0; }
.technorati { background:url(../img/technorati.gif) no-repeat 0 0; }
.stumbleupon { background:url(../img/stumbleupon.gif) no-repeat 0 0; }
.reddit { background:url(../img/reddit.gif) no-repeat 0 0; }
.twitter { background:url(../img/twitter.gif) no-repeat 0 0; }
.myspace { background:url(../img/myspace.gif) no-repeat 0 0; }
.facebook { background:url(../img/facebook.gif) no-repeat 0 0; }
.digg { background:url(../img/digg.gif) no-repeat 0 0; }
.delicious { background:url(../img/delicious.gif) no-repeat 0 0; }

