/* Base HTML
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
body {
    background-color:#eef2f3;
}

body.embed {
    background: none no-repeat scroll center center #fff;
    min-width: auto;
}

a, a:focus {
    outline: 0 none;
    text-decoration: none;
    color: #0099CC;
}

a img {
    outline: 0 none;
}

a:hover {
    text-decoration:underline;
}

hr {
    border: 0 #bbbbbb solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

button::-moz-focus-inner {
    border: 0;
}

input[type = submit]::-moz-focus-inner {
    border: 0;
}


.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    
    border-top: 20px solid #f00;
}

.goBack span{
    display:inline-block;
    width:12px;
    line-height:1em;
}


/* Shapes
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.arrow_down{
    position:relative;
}
.arrow_down:after,
.arrow_box:before{
    top:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
}

.arrow_down:after {
    border-width:14px;
    left:50%;
    margin-left:-14px;
}
.arrow_down:before {
    border-width:17px;
    left:50%;
    margin-left:-17px;
}



/* Headings
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}

h1 {
    border-bottom: 1px solid #BADFF1;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0099CC;
    text-transform: uppercase;
}

h2.small {
    font-size: 18px;
}

h3 {
    font-size: 13px;
    color: #0099CC;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}


/* Spacing
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 5px;
}


/* Image Pack
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.imgpk{
    background-image:url("../img/image_pack.png");
    background-color:transparent;
    background-repeat:no-repeat;
}
.arrowSmallLeft{
    background-position:0 -314px;
}
.arrowSmallRight{
    background-position:-43px -300px;
}
.arrow-large-left{
    background-position:0 -200px;
}
.arrow-large-right{
    background-position:-46px -200px;
}
.googlemaps{
    background-position:right bottom;
}
.breadcrumbs{
    background-position:right top;
}
.formBtnWrap{
    background-position:right -96px;
}
.formBtnInner{
    background-position:-373px -70px;
}
.plusGray{
    background-position:left -330px;
}
.plusBlue,
.plusGray.hover:hover{
    background-position:left -347px;
}

/* user regular information */
p.information {
    border-top:1px solid #D4D4D4;
    border-bottom:1px solid #D4D4D4;
    padding-left:35px;
    color:#878787;
    background:url('../img/catalogue/products/info.png') no-repeat scroll 10px 1px transparent;
    margin-bottom:15px;
}
a.more_info{
    display:inline-block;
    text-decoration:none;
    cursor:help;
    width:18px;
    height:18px;
    margin-left:6px;
    text-indent:-9999px;
}


/* Shadows
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.shadow-inset {
    -webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.25);
       -moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.25);
}


/* Corners
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.rounded-corners{
    -webkit-border-radius:10px;
     -khtml-border-radius:10px;
       -moz-border-radius:10px;
            border-radius:10px;
}
.rounded-corners-bottom{
      -khtml-border-radius-bottomright:10px;
       -khtml-border-radius-bottomleft:10px;
     -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
         -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
             border-bottom-left-radius:10px;
            border-bottom-right-radius:10px;
}


/* Bars
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
hr.split{
	border:0 none;
	padding:0;
    width:100%;
    display:block;
    height:1px;
    border-bottom:1px solid #f9fafb;
    background-color:#d1d1d1;
    margin:10px 0 20px 0;
}


/* Borders
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.blueframe{
    border-radius:7px;
    border:1px solid #0993ce;
    background-color:#fff;
    -webkit-box-shadow:inset 0px 0px 3px rgba(0, 0, 0, .4);
       -moz-box-shadow:inset 0px 0px 3px rgba(0, 0, 0, .4);
            box-shadow:inset 0px 0px 3px rgba(0, 0, 0, .4);
}
.blueframe.grey{
    border-color:#c8c8c8;
}
.blueframe.grey:hover{
    border-color:#0993ce;
}


/* Form Buttons
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.formBtn {
    display:inline-block;
    height:26px;
    padding-right:10px;
}
.formBtn input{
    display:block;
    margin:0;
    padding:0 0 0 10px;
    text-align:center;
    line-height:26px;
    height:26px;
    border:0 none;
    color:#62889A;
    font-size:0.9em;
    text-transform:uppercase;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 1);
    cursor:pointer;
}
.formBtn input:hover,
.formBtn input:active{
    color:#326F8B;
}


/* Header
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#page_header,
#page_header .innerWrap{
    border-bottom-width:1px;
    border-bottom-style:solid;
}

#page_header {
    height:57px;
    margin-bottom:60px;
}
#page_header .innerWrap{
    height:56px;
}

/* generic page */
#page_header.generic {
    height:21px;
    margin-bottom:10px;
}
#page_header.generic .innerWrap{
    height:20px;
}


/* Language Bar
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#i18n ul{
    list-style:none;
    margin:0;
    padding:4px 0;
}
#i18n li{
    display:inline-block;
    font-size:0.8em;
    margin:0;
    padding:0 1px 0 4px;
    border-left:1px solid transparent;
    line-height:1em;
}
#i18n li:first-child{
    border-left:0 none;
}
#i18n a{
    text-transform:uppercase;
}
#i18n a:hover,
#i18n a:active,
#i18n a.active {
    font-weight:bold;
    text-decoration:none;
}

/* generic page */
.generic #i18n ul{
	padding:0;
}

/* Main Menu
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#menu{
    margin-top:32px;
}
#menu > ul{
    list-style:none;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    float:right;
}
#menu > ul > li{
    float:left;
    margin-left:23px;
    position:relative;
    text-align:center;
}
#menu > ul > li > a{
    text-decoration:none;
    display:block;
    position:relative;
    transition:color 500ms;
	font-size: 0.8em;
}
#menu > ul > li > a:hover,
#menu > ul > li > a:active,
#menu > ul > li > a.active {
}


/* Logotype
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#logo{
    margin-top:10px;
    height:48px;
    width:210px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    -webkit-box-shadow:0px -1px 2px 0px rgba(0, 0, 0, 0.4);
            box-shadow:0px -1px 2px 0px rgba(0, 0, 0, 0.4);
}
#logo > a{
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-color:#eef2f3;
    display:block;
    height:110px;
    overflow:hidden;
    text-align:center;
}


/* Breadcrumbs
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#breadcrumbs{
    padding:5px 0;
    margin:0;
    overflow:hidden;
    height:19px;
    font-size:0.9em;
    line-height:19px;
    position:absolute;
}
#breadcrumbs,
#breadcrumbs a{
    color:#343434;
}
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a.active{
    font-weight:bold;
}
#search{
    height:30px;
}
#search input[type="text"] {
    color:#7A7A7A;
    float:right;
    border:0 none;
    background:transparent;
    width:138px;
    line-height:20px;
    padding:3px 0;
    font-size:1em;
    margin-top:2px;
    display:block;
    height:20px;
}
#search button{
    color:#62889A;
    font-size:0.9em;
    text-transform:uppercase;
    float:right;
    border:0 none;
    background:transparent;
    width:80px;
    height:28px;
    line-height:29px;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 1);
    padding:2px 2px 0 0;
}
#page_breadcrumbs a.advanced_search{
    color:#0090cf;
    text-transform:uppercase;
    float:right;
    font-size:0.9em;
    padding-right:4px;
}

/* generic page */
.generic .grid_2 > a{
	display:block;
}


/* Modules
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
.module{
    min-height:600px;
}


/* Body
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#page_body{
    min-height:550px;
}
.embed #page_body{
    margin:0 auto;
    width:700px;
}


/* Contacts
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#contacts .text{
    width:220px;
}
#contacts .text h3{
    margin:40px 0 0 0;
    font-size:2em;
    color:#3b3b3b;
}
#contacts .text div *{
    color:#3b3b3b;
}
#contacts .map{
    width:470px;
    height:430px;
    overflow:hidden;
    position:relative;
}
#map_canvas{
    width:470px;
    height:430px;
}
#contacts .map .TopLeft, 
#contacts .map .TopRight,
#contacts .map .BottomLeft,
#contacts .map .BottomRight{
    position:absolute;
    z-index:10000;
    background-image: url("../img/map_canvas.png");
    width:10px;
    height:10px;
}
#contacts .map .TopLeft{
    left:0;
    top:0;
}
#contacts .map .TopRight{
    right:0;
    top:0;
    background-position:top right;
}
#contacts .map .BottomLeft{
    left:0;
    bottom:0;
    background-position:bottom left;
}
#contacts .map .BottomRight{
    right:0;
    bottom:0;
    background-position:bottom right;
}
#contacts .map .TopBar,
#contacts .map .RightBar,
#contacts .map .BottomBar,
#contacts .map .LeftBar{
    position:absolute;
    z-index:10000;
    background-image: url("../img/map_canvas.png");
}
#contacts .map .TopBar,
#contacts .map .BottomBar{
    left:10px;
    right:10px;
    height:10px;
    width:450px;
}
#contacts .map .TopBar{
    top:0;
    background-position:-10px top;
}
#contacts .map .BottomBar{
    bottom:0;
    background-position:-10px bottom;
}
#contacts .map .RightBar,
#contacts .map .LeftBar{
    top:10px;
    bottom:10px;
    width:10px;
    height:410px;
}
#contacts .map .RightBar{
    right:0;
    background-position:right -10px;
}
#contacts .map .LeftBar{
    left:0;
    background-position:left -10px;
}


/* About
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#about .text{
    width:400px;
}
#about h3{
    margin:10px 0 0 0;
    font-size:2em;
    color:#3b3b3b;
}
#about .text{
    color:#3b3b3b;
    font-size:1.2em;
    text-align:justify;
}
#about .image{
    width:290px;
    text-align:center;
}


/* Homepage
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#homepage > .text p{
    font-size:20px;
	font-family: Georgia, 'Times New Roman', Serif;
    text-align:center;
	color: #444444;
}
#homepage > .slider{
    margin:50px 0;
    height:360px;
    overflow:hidden;
    position:relative;
    background:url('../img/bg_home_slider.png') repeat scroll 0 0 #fff;
}
#homepage > .slider > div{
    height:360px;
    position:absolute;
    top:0;
    left:50px;
    right:50px;
    bottom:0;
    overflow:hidden;
}
#homepage > .slider .scroll{
    height:360px;
    position:relative;
	margin-left: auto;
	margin-right: auto;
}

/* slider arrows */
#homepage > .slider .arrow{
    position:absolute;
    top:0;
    width:50px;
    height:360px;
    text-decoration:none;
    display:block;
    opacity:0.6;
}
#homepage > .slider > .arrow:hover,
#homepage > .slider > .arrow:active{
    opacity:1.0;
}
#homepage > .slider .arrow.left{
    left:0;
}
#homepage > .slider .arrow.right{
    right:0;
}
#homepage > .slider .arrow span{
    position:relative;
    top:141px;
    left:3px;
    display:block;
    width:44px;
    height:78px;
    cursor:pointer;
}

/* slider contents */
#homepage > .slider .scroll > div{
    width:198px;
    height:340px;
    float:left;
    margin:0;
    overflow:hidden;
    padding:10px 0;
    position:relative;
    cursor:pointer;
}
#homepage > .slider .scroll > div a,
#homepage > .slider .scroll > div h3,
#homepage > .slider .scroll > div p{
    margin:0;
    padding:0 5px;
    line-height:1.2em;
    color:#3B3B3B;
    overflow:hidden;
	text-align: center;
}
#homepage > .slider .scroll > div a {
    position:relative;
    display:block;
    height:274px;
    background:none no-repeat scroll center center transparent;
    text-decoration:none;
    border:1px solid #D1D1D1;
    margin:0 6px;
    margin-bottom:12px;
    overflow:hidden;
    -webkit-border-radius:6px;
     -khtml-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;
}
#homepage > .slider .scroll > div a:hover {
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}
#homepage > .slider .scroll > div h3{
    font-size:1.6em;
    text-align: center;
}
#homepage > .slider .scroll > div p{    
    height:30px;
}
#homepage > .slider a .ribbon {
    position:absolute;
    right:0px;
    left:0px;
    bottom:0px;
    display:block;
    text-align:center;
    font-size:1.2em;
    line-height:1.6em;
    color:#3B3B3B;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 1);
    background-color:#F2F2F2;
    -webkit-border-radius:6px;
     -khtml-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;
}


/* Footer
 * ---------------------------------------------------------------------------------------------------------------------------------------- */
#page_footer {
    height:54px;
    border-top:1px solid transparent;
}
#page_footer .innerWrap{
    border-top:1px solid transparent;
}
#page_footer .logo-footer{
    height:53px;
	width:119px;
	border-right: 1px solid #45443f;
}
#page_footer .logo-cert {
    background: url('../img/logos_cert_hidea.png') no-repeat scroll 32px 13px transparent;
    height:26px;
    width:92px;
    padding: 13px;
    border-left: 1px solid #5f5e59;
    border-right: 1px solid #45443f;
}
#page_footer .logo-cofi{
    background: url('../img/logos_cofinanciado_hidea.png') no-repeat scroll 30px 13px transparent;
    height:26px;
    width:272px;
    padding: 13px;
    border-left: 1px solid #5f5e59;
    border-right: 1px solid #45443f;
}
#page_footer .copyright{
    padding-top:10px;
    padding-bottom: 3px;
    text-align:right;
    border-left: 1px solid #5f5e59;
    margin-bottom: 0;
}
#page_footer.fixed{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
