/* ---------- Bugs ---------- */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
}
.clearfix{
    display:block;
}
* html .clearfix{
    height:1px;
}

/* ---------- Generales ---------- */
body{
    padding: 0px;
    margin: 0px;
    background-color: #99CCCC;
    }

#page{
    width: 980px;
    margin: 0px auto;
    padding: 0 9px 0 9px;
    background-color: #FFF;
    background-image: url(../images/page_bg.jpg);
    background-repeat: repeat-y;
    }

#page a, #page a:visited {
    text-decoration: none;
    color: #042258;
    }

#page a:hover {
    text-decoration: none;
    color: #0840A5;
    }

#page_bottom{
    background-image: url(../images/page_bg_bottom.jpg);
    background-repeat: no-repeat;
    height: 9px;
    width: 998px;
    margin: 0px auto;
    }


/* ---------- Header ---------- */

#header{
    width: 980px;
    }

#header_top{
    width: 980px;
    background-color: #E6E6E6;
    float:left;
    }

#header_lang{
    width: 130px;
    margin-left: 44px;
    position:absolute;
    float:left;
    }

#header_lang_current{
    background-image: url(../images/header_lang_tab_current.gif);
    background-repeat: no-repeat;
    width: 130px;
    height: 37px;
    float: left;
    }

#header_lang_current_container{
    float: left;
    width: 130px;
    }

#header_lang_current_icons{
    margin: 2px 5px 0px 5px;
    width: 40px;
    height: 33px;
    float: left;
    }

#header_lang_current_icons img{
    width: 40px;
    height: 33px;
    position: absolute;
    float: left;
    }

#header_lang_current_text{
    font-family: Arial, verdana, tahoma;
    font-size: x-small;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 8px;
    float: left;
    width: 75px;
    height: 28px;
    }

#header_lang_tab_max{
    margin-top: -7px;
    margin-left: 75px;
    float: left;
    cursor: pointer;
    }

#header_lang_tab_min{
    margin-top: -6px;
    margin-left: 75px;
    float: left;
    cursor: pointer;
    }

#header_lang_select_container{
    float: left;
    width: 130px;
    height: 55px;
    }

#header_lang_select{
    background-image: url(../images/header_lang_tab_select.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 130px;
    height: 55px;
    text-align: center;
    float: left;
    }

#header_lang_select_icons img{
    width: 15px;
    height: 11px;
    margin: 0px 8px 0px 8px;
    cursor:pointer;
}
#header_lang_select_current{
    text-align: center;
    width: 120px;
    }

#header_lang_select_current_icons{
    width: 40px;
    height: 33px;
    margin: 0px 5px 0px 14px;
    text-align: left;
    float: left;
    cursor:pointer;
    }

#header_lang_select_current_icons img{
    position: absolute;
    }

#header_lang_select_current_text{
    font-family: Arial, verdana, tahoma;
    font-size:x-small;
    font-weight:bold;
    width: 60px;
    color:black;
    float:left;
    margin-top: 6px;
    }

#header_menu{
    width: 500px;
    float:right;
    }

#header_menu_icons{
    float:right;
    }

#header_menu_tab{
    text-align: center;
    float:right;
    background-image: url(../images/header_menu_tab.jpg);
    width: 190px;
    height: 19px;
    padding-top: 4px;
    margin-right: 50px;
    margin-left: 5px;
    }
#header_menu_tab span{
    color: #555;
    font-size: 10px;
    font-family: arial, tahoma, verdana;
}
#header_logo{
    width: 980px;
    height: 121px;
    float:left;
    }

#header_logo_bg_green{
    background-image: url(../images/header_logo_bg_green.jpg);
    background-color: #058246;
    width: 320px;
    height: 121px;
    float:left;
    }

#header_logo_bg_blue{
    background-image: url(../images/header_logo_bg_blue.jpg);
    background-color: #095AA0;
    width: 660px;
    height: 121px;
    float:left;
    }

#header_logo_logo{
    position:absolute;
    margin-left: -81px;
    margin-top: -40px;
    }

#header_logo_text{
    position:absolute;
    margin-left: 90px;
    margin-top: 13px;
    }
#header_logo_scuare_blue{
    background-image: url(../images/header_bg_blue.gif);
    background-repeat: no-repeat;
    width: 163px;
    height: 91px;
    line-height: 160%;
    float:left;
    margin-left: 26px;
    margin-top: 5px;
    font-family: Arial, verdana, tahoma;
    font-size: x-small;
    font-weight:bold;
    text-align:center;
    padding-top:20px;
    color: #FFFFFF;
}
#header_logo_scuare_green{
    background-image: url(../images/header_bg_green.gif);
    background-repeat: no-repeat;
    width: 163px;
    height: 91px;
    line-height: 160%;
    float:right;
    margin-right: 17px;
    margin-top: 5px;
    font-family: Arial, verdana, tahoma;
    font-size: x-small;
    font-weight:bold;
    text-align:center;
    padding-top:20px;
    color: #FFFFFF;
}


/* ---------- Barra de navegacion ---------- */

#navbar{
    width: 202px;
    padding: 10px 0 0 8px;
    float:left;
    }
#navbar_header{
    width: 200px;
    height: 9px;
    background-image: url(../images/navbar_header_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    }

#navbar_body{
    width: 200px;
    padding: 0px;
    background-color: #316F9B;
    }

#navbar_body_menu ul{
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 0;
	position: relative;
	width: 190px;
    }
#navbar_body_menu ul li{
    background-color: #3E7BA7;
	margin: 0px 0px 1px 0px;
    }
#navbar_body_menu li a,
#navbar_body_menu li a:visited{
    font-family: Arial, verdana, tahoma;
    font-size: small;
    font-weight:bold;
	text-decoration: none;
	color: #DDD;
	display: block;
	width: 180px;
	margin: 0;
    padding: 3px 0 3px 10px;
    }
#navbar_body_menu li a:hover{
    padding-left: 10px;
	color: #FFF;
	width: 188px;
    }

#navbar_body_menu ul li ul{
	list-style-type: none;
	width: 183px;
	left: 5px;
	margin: 0;
	padding: 3px 3px 0px 0px;
	position: relative;
    }
#navbar_body_menu ul li ul li{
	border: none;
	position: relative;
	margin: 0;
    background-image: url(../images/navbar_body_icon.gif);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    }
#navbar_body_menu ul li ul li a,
#navbar_body_menu ul li ul li a:visited{
    font-family: Arial, verdana, tahoma;
    font-size: x-small;
    font-weight:normal;
	color: #CCC;
	width: 160px;
	padding-left: 20px;
	margin-left: 5px;
	border-top: 1px solid #2E6B97;
	border-bottom: 1px solid #3E7BA7;
}
#navbar_body_menu ul li ul li a:hover{
	width: 160px;
	padding-left: 20px;
	margin-left: 5px;
	color: #FFF;
	border-top: 1px solid #6EABC7;
	border-bottom: 1px solid #6EABC7;
    }


#navbar_footer{
    width: 200px;
    height: 9px;
    background-image: url(../images/navbar_footer_bg.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    }


/* ---------- Sirebar ---------- */

#sidebar{
    width: 190px;
    float: right;
    padding-top: 10px;
}
#sidebar .sidebar_top{
    background-image: url(../images/sidebar_top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 190px;
    height: 7px;
}

#sidebar .sidebar_body{
    background-image: url(../images/sidebar_bg.gif);
    background-repeat: repeat-y;
    font-family: verdana, arial, tahoma;
    font-size: x-small;
    text-align:justify;
    color: #333333;
    width: 190px;
}

#sidebar .sidebar_bottom{
    background-repeat: no-repeat;
    background-position: left top;
    width: 190px;
    padding-bottom: 7px;
}
#sidebar_galery .sidebar_bottom{
    background-image: url(../images/sidebar_bottom2.gif);
    height: 7px;
}
#sidebar_plenary .sidebar_bottom{
    border-top: 1px solid #B6DCF7;
    background-image: url(../images/sidebar_bottom.gif);
    width: 183px;
    height: 34px;
}

#sidebar .sidebar_body .widget_title{
    font-family: verdana, tahoma;
    font-size: x-small;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #063C77;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid  #B6DCF7;
    width: 182px;
}

#sidebar .sidebar_body .widget_title a{
    text-decoration: none;
    color: #063C77;
}

#sidebar .sidebar_body .widget_title a:hover{
    text-decoration: underline;
    color: #366CA7;
}

#sidebar .sidebar_body .widget_content{
    padding: 0px 0px 0px 1px;
    margin: 0px;
    width: 181px;
}


/* ---------- Contenido ---------- */

#content{
    width: 560px;
    float:left;
    margin: 6px;
    font-family: georgia, verdana, tahoma, arial;
    font-size: small;
    color: #555;
    text-align: justify;
    line-height: 160%;
    }

#content .pre_title{
    font-family: arial, verdana, tahoma;
    font-size: medium;
    font-weight: bold;
    color: #888;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    }

#content .title{
    font-family: arial, verdana, tahoma;
    font-size: large;
    font-weight: bold;
    color: #555585;
    margin: 0px 0px 10px 0px;
    padding: 2px;
    border-bottom: 1px dotted #555585;
    }

#content .title a, #content .title a:visited {
    color: #8585B5;
    text-decoration: none;
    }

#content .title a:hover {
    color: #353565;
    text-decoration: none;
    }

#content .sub_title{
    font-size: medium;
    font-weight: bold;
    color: #555585;
    margin: 0px;
    padding: 0px;
    }

/* ---------- Paginación ---------- */

#content .paginacion{
    font-family: arial, verdana, tahoma;
    font-size: small;
    color: #555585;
    padding: 0px;
    }

#content .paginacion .page_current{
    font-family: arial, verdana, tahoma;
    font-size: small;
    font-weight: bold;
    color: #050505;
    }

#content .paginacion a, #content .paginacion a:visited {
    text-decoration: none;
    color: #8585B5;
}

#content .paginacion a:hover {
    color: #252545;
}

#content .paginacion img{
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    }


/* ---------- Footer ---------- */

#footer{
    background-image: url(../images/footer_bg.gif);
    border-top: 1px solid #336691;
    margin-top: 15px;
    background-color: #EEEEEE;
    padding: 10px 0px 10px 0px;
    width: 980px;
    float:left;
    font-family: verdana, tahoma, arial;
    font-size: xx-small;
    color: #8AA4AA;
    }

#footer_credits{
    float: right;
    width: 400px;
    text-align: right;
    margin: 0px 15px 0px 0px;
    }

#footer_resume{
    font-size: xx-small;
    font-family: verdana, tahoma, arial;
    float: left;
    width: 550px;
    padding-left: 10px;
    }

#footer a, #footer a:visited{
    color: #3079B0;
    font-weight: bold;
    text-decoration: none;
    }

#footer a:hover{
    text-decoration:underline;
    }


/* ---------- Formularios ---------- */

.input_texto{
    background-color: #EEEEEE;
    border: 1px solid #999;
    }
.input_area{
    background-color: #EEEEEE;
    border: 1px solid #999;
    }


/* ---------- Barra de Videos ---------- */

#videobar{
    font-family: Arial, verdana, tahoma;
    margin-top: 15px;
}
#videobar .videos{
    margin-bottom: 10px;
    background-image: url(../images/videobar_bg.gif);
    background-repeat: repeat-y;
}
#videobar .videos .title{
    font-weight: bold;
    font-size: small;
    padding: 8px 5px 5px 5px;
    background-image: url(../images/videobar_top.gif);
    background-position: top;
    background-repeat: no-repeat;
}
#videobar .videos .image{
    text-align: center;
    padding: 3px;
}
#videobar .videos .image img{
    padding: 1px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}
#videobar .videos .text{
    font-size: x-small;
    padding: 5px 5px 10px 5px;
    background-image: url(../images/videobar_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}
