body {
        margin: 0px;
        background-image: url(images/tile_home_01.jpg);
        background-repeat: repeat-x;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color:#626262;
        text-align: center;
}

a {
        color: #6699cc;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: 6699CC;
        text-decoration: underline;
}

/* Utility Layer for placing side bar */
#utilityLayer1{
        position:absolute;
        width:51px;
        height:356px;
        left: 745px;
        top: 189px;
        background-image:url(images/home_side.jpg);
}


/* Whole page */
#page {
        width: 745px;
        margin-right: auto;
        margin-left: auto;
        margin-top: auto;
        position: relative;
        text-align: left;
}

#page1 {
        heihgt: 1000px;
		width: 745px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 14px;
        position: relative;
        text-align: left;
}


/* Header selectors */
#header {
        background-image: url(images/tile_header.jpg);
        height: 20px;
        width: 725px;
        background-repeat: repeat-x;
        padding-left: 20px;
        padding-top: 6px;
}
.leftcorner {
        position: absolute;
        left: 0px;
        top: 0px;
}
.rightcorner {
        position: absolute;
        top: 0px;
        right: 0px;
}
.leftcornerdown {
        position: absolute;
        left: 0px;
        bottom: 0px;
}
.rightcornerdown {
        position: absolute;
        bottom: 0px;
        right: 0px;
}
.headerLink {
        display: block;
        float: left;
        padding-right: 10px;
        padding-left: 20px;
        background-image: url(images/bt_header.gif);
        background-repeat: no-repeat;
        color: #FFFFFF;
        text-decoration: none;
}
.headerLink:hover {
        text-decoration: none;
        background-image: url(images/bt_header_over.gif);
}

#subMenuBar {
        position: absolute;
        top: 26px;
        left: 0px;
        z-index: 500;
}
#subMenuBar a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        padding: 5px 10px 5px 10px;
}
#subMenuBar a:hover {
        background-color: #73A7D7;
}


.headerSubMenu {
        background-color: #ABC9E4;
        position: absolute;
        top: 0px;
        white-space:nowrap;
        display:none;
        border: 1px solid #116CBD;
}

.headerSubMenuInterna {
        background-color: #ABC9E4;
        position: absolute;
        top: 0px;
        white-space:nowrap;
        display:none;
        border: 1px solid #116CBD;
}

/* Search Bar selectors */
#searchBar {
        height: 21px;
        width: 157px;
        position: absolute;
        top: 0px;
        left: 575px;
        background-image: url(images/tile_buscador.gif);
        background-repeat: repeat-x;
        padding-top: 5px;
        padding-left: 13px;
}
#searchBar form {
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: 5px;
        top: 4px;
        width: 165px;
}
.searchLabel {
        font-size: 10px;
        font-weight: bold;
        color: #69a0c5;
}
.searchInput {
        height: 16px;
        width: 85px;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
        line-height: 10px;
}


/* Main Home Content */
#homeContent {
        position: relative;
        background-image: url(images/home_content_logo.jpg);
        background-repeat:no-repeat;
        padding-top:76px;
}



/* Home menu selectors */
#homeMenu {
        height: 272px;
        width: 334px;
        background-image: url(images/Home_left.jpg);
        background-repeat: no-repeat;
        padding-top: 41px;
        padding-left: 15px;
        position: relative;
}
#homeMenu .homeMenuLinks {
        font-size: 11px;
        color: #1E4A68;
        text-decoration: none;
        display: block;
        padding-bottom: 10px;
        padding-left: 21px;
        background-image: url(images/home_menu_btn.gif);
        background-repeat: no-repeat;
}
#homeMenu .homeMenuLinks:hover {
        text-decoration: underline;
        background-image: url(images/home_menu_btn_over.gif);
}

#siteMap {
        position: absolute;
        bottom: 10px;
        color: #5697C6;
}
#siteMap a{
        text-decoration:none;
        color:#5697C6;
}
#siteMap a:hover{
        text-decoration:underline;
}


/* Home Big Banner selectors */
#homeBanner {
        height: 161px;
        width: 393px;
        position: absolute;
        left: 349px;
        top: 54px;
        background-image: url(images/Home_right_up.jpg);
        background-repeat: repeat-x;
        background-color:#FFFFFF;
        padding-top: 2px;
        padding-left: 3px;
}
#homeBanner .homeSectionLink{
        float:left;
}
.homeSectionLink {
        background-repeat: no-repeat;
        height: 20px;
        padding-left: 22px;
        list-style-type: none;
        padding-right: 5px;
        padding-top: 5px;
        width: 89px;
}
.homeSectionLink a {
        padding-left: 6px;
        display: block;
        height: 15px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        padding-top: 1px;
}
.homeSectionLink a:hover {
        text-decoration: underline;
}




/* Home Banner Junior selectors */
#homeBannerJuniorGroup {
        height: 163px;
        width: 364px;
        position: absolute;
        left: 349px;
        top: 217px;
        background-image: url(images/home_right_down.jpg);
        padding-top: 9px;
        padding-left: 32px;
}
.homeBannerJunior {
        padding-right: 6px;
}


/* Home footer selectors */
#homeFooter {
        background-image: url(images/home_footer.jpg);
        background-repeat: no-repeat;
        height: 215px;
        width: 745px;
        position: relative;
}
#homeFooterFlash {
        height: 134px;
        width: 344px;
        padding-top: 14px;
}
#homeFooterFlash form{
        margin-top:10px;
}
#homeFooterForm{
        position: absolute;
        height: 67px;
        width: 362px;
        left: 345px;
        top: 15px;
        padding-left:37px;
        color: #A1A1A0;
        font-weight: bold;
}
#homeFooterCopy {
        position: absolute;
        color: #89c0e4;
        font-size: 9px;
        text-align: center;
        top:750px;
        left: 150px;
}








/* Internal */

/* Iternal Menu */
#internalContent {
        position: relative;
        background-image: url(images/home_content_logo.jpg);
        background-repeat:no-repeat;
        height:671px;
        background-color:#FFFFFF;
}
#internalBar{
        width:169px;
        float:left;
        background-color:#EEF5FA;
        background-image:url(images/side_menu_bottom.gif);
        background-repeat:no-repeat;
        background-position:bottom;
        margin-top:45px;
        padding-bottom:20px;
}
#internalBar form{
        padding:4px 0px 4px 13px;
        margin:0px;
}
#internalBar select{
        width:140px;
}
#internalMenu, #internalBanner1, #internalBanner2{
        padding-bottom:2px;
        /padding:0px;
}


/* Internal Content */
#contentBig{
        position:relative;
        float:left;
        width:540px;
        height:686px;
        border-right:#F0F0F0 1px solid;
        border-bottom:#F0F0F0 1px solid;
        margin-top:10px;
        padding-left:20px;
        padding-right:15px;
}

#contentBig2{
        position:relative;
        float:left;
        width:540px;
        height:586px;
        border-right:#F0F0F0 1px solid;
        border-bottom:#F0F0F0 1px solid;
        margin-top:-10px;
        padding-left:20px;
        padding-right:15px;
}
#contentBig3{
        position:relative;
        float:left;
        width:540px;
        height:671px;
        border-right:#F0F0F0 1px solid;
        border-bottom:#F0F0F0 1px solid;
        margin-top:-10px;
        padding-left:20px;
        padding-right:15px;
}

#contentSmall{
        float:left;
        width:404px;
        border-bottom:#F0F0F0 1px solid;
        height:686px;
        margin-top:10px;
        padding-left:15px;
        padding-right:10px;
}
.contentBottomCorner{
        position:absolute;
        bottom:-1px;
        right:-1px;
        /right:-2px;
}
#contentTitle{
        padding-right:20px;
        margin-top:40px;
        margin-bottom:50px;
        text-align:right;
}
#contentSmall #contentTitle{
        padding-right:0px;
        margin-top:55px;
}
#phraseLine{
        margin-bottom:25px;
        text-align:right;
        color:#116BBD;
        font-size:17px;
}
#sectionTitle{
        margin-bottom:15px;
}
#contentBig h1, #contentSmall h1{
        color:#116BBD;
        font-size:16px;
        margin-top:15px;
        margin-bottom:5px;
}
#contentBig h2, #contentSmall h2{
        color:#8E99A1;
        font-size:11px;
        margin-top:5px;
        margin-bottom:20px;
}
#contentBig p, #contentSmall p{
        margin:0px;
        margin-top:10px;
        margin-bottom:10px;
}


/* Right banner */
#internalUtilities{
        position:relative;
        float:right;
        width:142px;
        height:631px;
        border-right:#F0F0F0 1px solid;
        border-bottom:#F0F0F0 1px solid;
        margin-top:65px;
        padding-left:4px;
}
#internalUtilities .contentBottomCorner{
        /bottom:-2px;
}


/* Internal footer */
#internalFooter{
        clear:both;
        float:top;
}



/* utilities */
p.importanText {
        color:#ABABAB;
}
p.importanText a {
        font-weight: bold;
        text-decoration: underline;
        color:#ABABAB;
}
p.importanText a:hover {
        font-weight: bold;
        text-decoration: underline;
        color: #666666;
}
