/* Global definitions */

* {
    font-family: Arial, sans-serif;
}
body {
	margin: 0;
	background: white url(/media/img/header_bg.png) repeat-x top;
}
a {
    text-decoration: none;
}
img {
    border-style: none;
}
div#container {
    width: 1008px;
    margin: 0 auto;
}
div#body {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
div#body-ie {
    padding: 6px;
	-webkit-box-shadow: 0 -1px 3px white inset;
	-moz-box-shadow: 0 -1px 3px white inset;
	box-shadow: 0 -1px 3px white inset;
}
sup {
    font-size: 9px;
    vertical-align: text-top;
    line-height: 0.8;
}
.box {
    background: transparent url(/media/img/box.png) no-repeat;
	
}
.short-box {
    background: transparent url(/media/img/box-short.png) no-repeat;
}
.box, .short-box{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.info-medium {
    background: transparent url(/media/img/info_medium.png) no-repeat;
    background-position: 0 8px;
    padding-left: 28px;
}
.dots {
	background: transparent url(/media/img/h_divider_big.png) no-repeat scroll top;
	padding-top: 10px;
}
.box .dots, .activity-promotion .dots, .col-right .dots{
	background-image:url(/media/img/h_divider_small.png);
}
.promotion {
    background: transparent url(/media/img/promotion_bg.png) no-repeat;
}
.promotion-home {
    background: transparent url(/media/img/promotion_bg_home.png) no-repeat !important;
}
.red {
    color: #de0505;
}
.bold {
    font-weight: bold;
}
.caducada {
    background: transparent url(/media/img/caducada-bg.png) repeat;
}

p.title, p.subtitle, p.category, h4, h3, h2, h1{
	text-shadow:0 1px 0 white;
}

/* Header */

div#header {
	position: relative;
	width: 100%;
	height: 227px;
	margin: 0;
	padding: 0;
}
div#header #corporate{
	background: transparent url(/media/img/header_corporate_bar.png) no-repeat right;
	width:100%;
	height:30px;
}
div#header #logoObraSocial{
	background: transparent url(/media/img/obra-social.gif) no-repeat left;
	width:346px;
	height:45px;
	float:left;
	
}
div#header #logoCentre{
	display: inline-block;
	width:400px;
	float:left;
	height:44px;
	padding-top: 10px;
}
#main-logo-link {
    display: block;
	width:400px;
	height:44px;
}

div#lang {
	margin-top: 15px;
	color: #797979;
	float: right;
	width:130px;
}
div#lang form {
    display: inline-block;
	width:60px;
}
div#lang input[type=submit] {
    background-color: transparent;
    border-style: none;
    color: #797979;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 60px;
	
}

img#logo-center {
	display: block;
	float: left;
	margin-right: 5px;

}
a#related-center {
	display: block;
	float: left;
	height: 25px;
	border-left: 1px solid #e3e3e3;
	padding-left: 10px;
	padding-top: 10px;
}
div#keyword-search {
	position: absolute;
	right: 0px;
	top: 7px;

}
div#keyword-search input.search-box {
    width: 132px;
    height: 15px;
    padding: 2px 10px 2px 30px;
    background: transparent url(/media/img/keyword_search_bg.png) no-repeat;
    border: none;
    color: #5b5b5b;
    font-size: 11px;
}
div#keyword-search input.search-box:focus {
    background: transparent url(/media/img/keyword_search_bg_active.png) no-repeat;
}
#levelWrapper{
	height:53px;
	width:100%;
	position: relative;
}
#levelLabels, #levels a{
	text-shadow:0 0 5px white;
}
div#levelLabels{
	position:absolute;
	height:53px;	
}
div#levelLabels .levelLabel{
	width:88px;
	border-left: 1px solid white;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    color: #063019;
    float: left;
    font-weight: bold;
    height: 46px;
    opacity: 0.4;
    padding: 3px 5px;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
}
	div#levelLabels .levelLabel.infantil,
	div#levels b[level="1"]:hover{
		background-color: #e4eace;
	}
	div#levelLabels .levelLabel.primaria,
	div#levels b[level="2"]:hover, 
	div#levels b[level="4"]:hover,
	div#levels b[level="6"]:hover{
		background-color: #d3ce9c;
	}
	div#levelLabels .levelLabel.secundaria,
	div#levels b[level="8"]:hover, 
	div#levels b[level="9"]:hover{
		background-color: #d8c2a1;
	}
	div#levelLabels .levelLabel.secundaria{
	background: rgb(216,194,161); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(216,194,161,1) 0%, rgba(216,194,161,1) 45%, rgba(216,194,161,1) 45%, rgba(214,142,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(216,194,161,1)), color-stop(45%,rgba(216,194,161,1)), color-stop(45%,rgba(216,194,161,1)), color-stop(100%,rgba(214,142,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(216,194,161,1) 0%,rgba(216,194,161,1) 45%,rgba(216,194,161,1) 45%,rgba(214,142,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(216,194,161,1) 0%,rgba(216,194,161,1) 45%,rgba(216,194,161,1) 45%,rgba(214,142,128,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(216,194,161,1) 0%,rgba(216,194,161,1) 45%,rgba(216,194,161,1) 45%,rgba(214,142,128,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c2a1', endColorstr='#d68e80',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(216,194,161,1) 0%,rgba(216,194,161,1) 45%,rgba(216,194,161,1) 45%,rgba(214,142,128,1) 100%); /* W3C */
	}
	
	div#levelLabels .levelLabel.superior, 
	div#levels b[level="10"]:hover{
		background-color: #d7a89e;
	}
	div#levelLabels .levelLabel.adicional{
		background-color: #CDE0EA;
	}
	
	div#levelLabels .levelLabel.primaria{
		width:288px;
	}
	div#levelLabels .levelLabel.secundaria{
	width:288px;
	}

div#levels {
	height: 70px;
	width: 100%;
	position: absolute;
	top: 19px;
}
div#levels a, div#levelLabels .levelLabel{
	font-size: 10px;
}

div#levels a {
	color: #a2a2a2;
	display: block;
	width: 88px;
	height: 28px;
	padding: 2px 5px;
	background: transparent url(/media/img/level_bg.png) repeat-x top;
	background: -moz-linear-gradient(top, rgba(246,248,249,0) 0%, rgba(247,248,249,0) 3%, rgba(247,248,249,0.3) 5%, rgba(255,247,247,0.1) 47%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,0)), color-stop(3%,rgba(247,248,249,0)), color-stop(5%,rgba(247,248,249,0.3)), color-stop(47%,rgba(255,247,247,0.1)), color-stop(51%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,0) 0%,rgba(247,248,249,0) 3%,rgba(247,248,249,0.3) 5%,rgba(255,247,247,0.1) 47%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,0) 0%,rgba(247,248,249,0) 3%,rgba(247,248,249,0.3) 5%,rgba(255,247,247,0.1) 47%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,0) 0%,rgba(247,248,249,0) 3%,rgba(247,248,249,0.3) 5%,rgba(255,247,247,0.1) 47%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0) 100%); /* IE10+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f8f9', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,0) 0%,rgba(247,248,249,0) 3%,rgba(247,248,249,0.3) 5%,rgba(255,247,247,0.1) 47%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0) 100%); /* W3C */
	box-shadow:0 0 3px white inset;
	border:1px solid #c7c7c7;
	border-bottom:hidden;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	float: left;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
div#levels a:hover {
    background-color:white;
	color:#674B4B;
	-moz-box-shadow: 0 0 4px white, 0 0 3px white inset;
	-webkit-box-shadow: 0 0 4px white, 0 0 3px white inset;
	box-shadow: 0 0 4px white, 0 0 3px white inset;
	border-color: #988E8E;
}
div#levels a.selected {
    background-color:white;
	color:#333;
}
div#levels a.selected:hover {
	background-color: #DDD;
    background-color: rgba(255,255,255,0.5);
}

div#categories {
	width: 1008px;
	position: relative;
	height: 90px;
}
div#categories div.tab {
	position: absolute;
	width: 91px;
	padding: 5px 10px 0 10px;
	height: 25px;
	bottom: 0;
	line-height: 1;	
}
div#categories div.tab-up {
    height: 70px;
    z-index: 1;
}
div#categories div.tab-down {
    height: 34px;
    z-index: 2;
}
div#categories div.tab a {
    font-size: 12px;
    color: #666666;
    line-height: 1.2;
    display: block;
    width: 91px;
    height: 25px;
	text-shadow: 0 0 3px white;
}
div#categories div.tab a:hover {
	color: #222222;
}
div#categories div.selected a {
    color: white;
}

div#categories div.separada{
	left: 896px;
}
div#categories div.separada a{
	/*color:#DDD;
	text-shadow:0 0 3px black;*/
}
div#categories div.separada a:hover{
	/*color:#FFF;*/
}

#tab1 {
    left: 0; /* 111 x 0 */
}
#tab2 {
    left: 111px; /* 111 x 1 */
}
#tab3 {
    left: 222px; /* 111 x 2 */
}
#tab4 {
    left: 333px; /* 111 x 3 */
}
#tab5 {
    left: 444px; /* 111 x 4 */
}
#tab6 {
    left: 555px; /* 111 x 5 */
}
#tab7 {
    left: 55px; /* 111 x 0 + 55 */
}
#tab8 {
    left: 166px; /* 111 x 1 + 55 */
}
#tab9 {
    left: 277px; /* 111 x 2 + 55 */
}
#tab10 {
    left: 388px; /* 111 x 3 + 55 */
}
#tab11 {
    left: 499px; /* 111 x 4 + 55 */
}

.header-small {
	font-weight: bold;
	font-size: 10px;
	width: 130px;
}
.blue {
    color: #53a1b7 !important;
    cursor: pointer;
}

/* Footer */
#footer {
    position: relative;
    width: 100%;
    height: 60px;
    background: transparent url(/media/img/footer_bg.png) no-repeat;
}
#footer a {
    position: absolute;
    color: #2D92DD;
    font-size: 11px;
    font-weight: bold;
}
#footer a:hover {
    text-decoration: underline;
}
#footer img {
    position: absolute;
}
#footer img.favourites {
    top: 10px;
    left: 20px;
    z-index: 1;
}
#footer a.num-favourites {
    top: 29px;
    left: 16px;
    width: 40px;
    text-align: center;
    color: black;
    font-size: 14px;
    z-index: 2;
}
#footer a.num-favourites:hover {
    text-decoration: none;
}
#footer a.favourites {
    top: 12px;
    left: 70px;
    width: 140px;
}
#footer p.favourites {
    position: absolute;
    margin-top: 0;
    top: 40px;
    left: 70px;
    font-size: 11px;
    color: #868686;
}
#footer img.history {
    top: 10px;
    left: 220px;
}
#footer a.history {
    top: 16px;
    left: 270px;
    width: 130px;
}
#footer img.centers {
    top: 10px;
    left: 420px;
}
#footer a.centers {
    top: 16px;
    left: 470px;
    width: 150px;
}
#footer img.contact {
    top: 10px;
    left: 640px;
}
#footer a.contact {
    top: 16px;
    left: 690px;
    width: 150px;
}
#footer img.help {
    top: 10px;
    left: 840px;
}
#footer a.help {
    top: 16px;
    left: 890px;
    width: 150px;
}

.col-1 p, #activity-details p{
	line-height:1.4;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
        content: "\0020";
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
.clearfix:after {
        clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
        zoom: 1;
}


