 body {font-size:62.5%; background-color:#FFFFFF; background-color:RGB(254,241,216);font-family:arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {width:978px; padding-top:10px; padding-bottom:20px; margin:0 auto; font-size:1.0em;}
.header {width:965px; min-height:120px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:120px /*IE6*/; border-left:solid 7px rgb(232,177,13); border-right:solid 7px rgb(232,177,13); background:rgb(225,225,225) url(../img/bg_header.jpg) repeat-x /*Total header background image entered here. Height: 125px*/; font-size:1.0em;}
.header-top {clear:both; width:965px; height:100px; background-color: RGB(252,200,141); /*Top header background image entered here. Height: 100px*/; font-size:1.0em;}
.header-bottom {clear:both; width:965px; min-height:30px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:30px /*IE6*/; background-color: RGB(252,200,141); /*Bottom header background image entered here: Height: 25 px*/; font-size:1.2em; font-weight:bold;}
.navbar {white-space:nowrap /*IE hack*/; float:left; width:968px; border-left:solid 5px rgb(232,177,13); border-right:solid 5px rgb(232,177,13); background-color:rgb(248,224,150); font-family:tahoma,arial,sans-serif; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/; border-bottom: solid RGB(232,177,13) 5px;} /*Color navigation bar normal mode*/
.main {clear:both; width:968px; padding:3px 0 0px 0; border-left:solid 5px rgb(232,177,13); border-right:solid 5px rgb(232,177,13); background-color:rgb(255,255,255); font-size:1.0em; padding-top:0px;}
.content {
	display: inline; /*Fix IE floating margin bug*/
	; float: left;
	width: 683px;
	background-color: rgb(248,224,150);
	background-color: rgb(255,255,255);
	font-size: 1.0em; /*Non-IE6*/
	overflow: visible !important; /*IE6*/
	overflow: hidden;
	border-right: solid RGB(232,177,13) 5px;	
	min-height:934px;	
}
.subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:270px; background-color:rgb(200,200,200); font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}
.footer {clear:both; width:968px; padding:1.0em 0 1.0em 0;border-left:solid 5px rgb(232,177,13); border-right:solid 5px rgb(232,177,13); background-color:#ffffff; font-size:1.1em !important /*Non-IE6*/; font-size:1.0em /*IE6*/; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/; border-top: solid 5px rgb(232,177,13); background-color: RGB(252,200,141);}

/****************/
/*  HEADER-TOP  */
/****************/

/* Sitename and slogan */
.sitelogo {width:230px; height:43px; position:absolute; z-index:1; margin:1px 0 0 1px; background:url(../img/bg_logo.gif); margin-left:731px;}
.sitename {width:600px; height:70px; position:absolute; z-index:1; margin:17px 0 0 9px; overflow:hidden; }
.sitename h1 {font-family:"Verdana",arial,sans serif; color:#000000; font-weight:bold; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;}
.sitename h2 {font-family:verdana,arial,sans serif; margin-top:2px; padding-bottom:2px; color:#FFFFFF; height:20px; font-weight:bold; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.sitename a{text-decoration:none; color: #0B5A97;}
.sitename a:hover {text-decoration:none;}

/* Button navigation */
.navbutton {width:400px; position:absolute; z-index:2; margin-top:26px; margin-left:547px !important /*Non-IE6*/; margin-left:550px /*IE6*/;}
.navbutton ul {float:right;}
.navbutton li {display:inline; list-style:none;}
.navbutton li a {padding-left:3px;}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {height:32px;}

/* Global navigation */
.navglobal {width:600px; position:absolute; z-index:3; margin-top:110px; margin-left:359px !important /*Non-IE6*/; margin-left:351px /*IE6*/;}
.navglobal ul {float:right; font-weight:normal;}	
.navglobal li {display:inline; list-style:none;}
.navglobal li a {display:block; float:left; padding:2px 5px 2px 5px; color:#0B5A97; text-decoration:none; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.navglobal a:hover {
	text-decoration: none;
	color: Black;
}

/*******************/
/*  HEADER BOTTOM  */
/*******************/

/* Breadcrumb */
.header-bottom ul {float:left; width:500px; list-style:none; padding:8px 0 3px 10px !important /*Non-IE6*/; padding:8px 0 3px 10px /*IE6*/;}
.header-bottom ul li {display:inline; padding:0 0 0 10px; background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom ul li.nobullet {display:inline; padding:0; background:none; color:#000000;}
.header-bottom ul a {color:#0B5A97; text-decoration:none;}
.header-bottom ul a:hover {color:rgb(255,255,255);}

/* Search form */
.header-bottom .searchform {float:right; width:430px;}
.header-bottom .searchform form fieldset {float:right; border:none; padding-top:5px; padding-right:10px;}
.header-bottom .searchform input.field {width:15.0em; height:1.2em; padding:1px !important /*Non-IE6*/; padding:2px /*IE6*/; border:solid 1px rgb(200,200,200); background-color:rgb(255,255,255); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button {width:4.5em; height:1.6em; background-color:rgb(240,240,240); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(100,100,100); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background-color:rgb(220,220,220); color:rgb(80,80,80);}

/********************/
/*  NAVIGATION BAR  */
/********************/

/* Main menu */
.navbar ul {list-style-type:none;}
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; background-color:rgb(248,224,150); border-right: solid white 3px; }
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 12px 0 12px; text-decoration:none; font-weight:bold; color:#0B5A97; border-right:solid 0px rgb(215,215,215); padding-left:12px; }
.navbar ul li ul {display:none; border:none;}

/* Submenu (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {background-color:rgb(255,255,255); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(248,224,150); font-weight:normal; color:#0B5A97;} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:rgb(241,164,78); text-decoration:none;} /*Color subcells hovering mode*/

/* Submenu (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(255,255,255); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px rgb(215,215,215); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; width:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:#0B5A97;} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:rgb(255,255,255); text-decoration:none;} /*Color subcells hovering mode*/

/*************/
/*  CONTENT  */
/*************/
#container {position:relative; width:600px; height:auto; background:#888; border:1px solid #000; margin:10px auto;}
#container b {font-weight:normal; width:600px; text-align:center; position:absolute; bottom:250px; left:0; color:#eee; font-family:Verdana; letter-spacing:1px; line-height:1.7em; z-index:1; text-decoration:none;}

a.gallery, a.gallery:visited {display:inline; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:75px; float:left; margin:7px 21px; position:relative; cursor:default;}

a.slidea {background:url(../img/sph1.jpg);}
a.slideb {background:url(../img/sph2.jpg);}
a.slidec {background:url(../img/sph3.jpg);}
a.slided {background:url(../img/sph4.jpg);}
a.slidee {background:url(../img/sph5.jpg);}
a.slidef {background:url(../img/sph6.jpg);}


a.gallery span {
	visibility: hidden;
	display: block;
	position: absolute;
	width: 600px;
	height: auto;
	top: 190px;
	left: 9px;
	color: #000;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-family: verdana;
	letter-spacing: 1px;
	cursor: default;
}
a.gallery span p a:hover{
text-decoration: none;
}

a.slidea span {left:-13px; top:180px;}
a.slideb span {left:-132px; top:180px;}
a.slidec span {left:-251px; top:180px;}
a.slided span {left:-370px; top:180px;}
a.slidee span {left:-489px; top:180px;}
a.slidef span {left:-13px; top:89px;}
a.slideg span {left:-132px; top:89px;}
a.slideh span {left:-251px; top:89px;}
a.slidei span {left:-370px; top:89px;}
a.slidej span {left:-489px; top:89px;}

a.gallery:hover {white-space:normal; border:1px solid #fff; z-index:100; text-decoration: none;}

a.gallery:hover span {visibility:visible; z-index:100;}

a.gallery:hover span img {margin:10px; border:1px solid #000; position:relative; z-index:100; clear:both;}

a.gallery:active, a.gallery:focus {border:1px solid #c00; z-index:10;}

a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}

a.gallery:active span img, a.gallery:focus span img {border:1px solid #000; position:relative; margin:10px; z-index:10;}

/* Content cell (no subcells) */
.content-cell {width:676px; background-color:rgb(255,255,255);}

/* Content cell + subcells (subcells are NOT in boxform)  */
.content-cell-nobox {width:676px; background-color:rgb(255,255,255);}
.content-subcell-left-nobox {display:inline; float:left; width:337px; border-right:solid 1px rgb(215,215,215) /*Use this statement if left column is longer than the right column. Activate by removing "xx_" from property name*/; background-color:rgb(255,255,255);}
.content-subcell-right-nobox {display:inline; float:right; width:337px; border-left:solid 1px rgb(215,215,215)/*Use this statement if right columnn is longer than the left column. De-activate by adding "xx_" to propery name*/; background-color:rgb(255,255,255);}

/* Content cell + subcells (subcells ARE in boxform) */
.content-cell-box {width:676px; background-color:transparent;}
.content-subcell-left-box {display:inline; float:left; width:333px; background-color:transparent;}
.content-subcell-right-box {display:inline; float:right; width:333px;  background-color:transparent;}
.content-subcell-cell-box {width:333px; background-color:rgb(255,255,255);}

/***************/
/* SUBCONTENT  */
/***************/

.subcontent-cell {width:270px; float:right; background-color:rgb(255,255,255);}

/************/
/*  FOOTER  */
/************/
.footer p.link {
	clear: both;
	line-height: 1.3em;
	text-align: center;
	color: #000000;
	font-size: 130%;
	margin-bottom: 1.0em;	
}
.footer p {
	clear: both;
	line-height: 1.3em;
	text-align: center;
	color: RGB(11,90,151);
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1.0em;
}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {text-decoration:underline; color:rgb(11,90,151);}
.footer a:hover {text-decoration:none; color:RGB(255,255,255);}

/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* Page */
.corner-top {width:978px; height:5px; background:transparent url(../img/bg_corner_top.bmp) no-repeat; overflow:hidden;}
.corner-bottom {width:978px; height:5px; padding-bottom:15px; background:transparent url(../img/bg_corner_bottom.bmp) no-repeat; overflow:hidden;}

/* Content */
.content-cell-corner-top {clear:both; width:676px; height:7px; background:white url(../img/bg_corner_content_cell_top.bmp) no-repeat; overflow:hidden;}
.content-cell-corner-bottom {clear:both; width:676px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_cell_bottom.bmp) no-repeat; overflow:hidden;}
.content-subcell-corner-top {width:333px; height:7px; background:transparent url(../img/bg_corner_content_subcell_top.bmp) no-repeat; overflow:hidden;}
.content-subcell-corner-bottom {width:333px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_subcell_bottom.bmp) no-repeat; overflow:hidden;}

/* Subcontent */
.subcontent-cell-corner-top {clear:both; width:270px; height:3px; background-color:RGB(248,224,150); overflow:hidden;}
.subcontent-cell-corner-bottom {clear:both; width:270px; height:3px; background-color:RGB(248,224,150); overflow:hidden;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-cell:after, .content-subcell-left:after, .content-subcell-right:after, .content-subcell-cell:after, .content-cell-box:after, .content-subcell-left-box:after, .content-subcell-right-box:after, .content-subcell-cell-box:after, .subcontent-cell:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-cell-corner-top:after, .content-cell-corner-bottom:after, .content-subcell-corner-top:after, .content-subcell-corner-bottom:after, .subcontent-cell-corner-top:after, .subcontent-cell-corner-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
p:after {content:"."; display:block; height:0; /*clear:both; Do not use here to avoid paragraphs clearing next to images*/;  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the subcells  */                 
@media print {.content-subcell-right-nobox {display:inline; float:right; width:337px; border-left:none; background-color:rgb(255,255,255);}}


.main p.demo {margin:0; padding:10px 20px 50px 20px;}

#ContactForm {
	margin: 1.5em 0 1.0em 0;
	border-top: 2px solid #999;
	width: 100%;
	}

#ContactForm th, #ContactForm td {
	padding: 5px 8px;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
	line-height: 14px;
	background-color: #efefef;
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	}

#ContactForm th {
	color: #3B4C77;
	font-size: 11px;
	text-transform: uppercase;
	}

#ContactForm th em {
	display: block;
	font-size: 10px;
	color: #666;
	text-transform: none;
}

#ContactForm input.txt {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-size: 12px;
	width: 200px;
	}
	
#ContactForm select {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-size: 12px;
	}

#ContactForm textarea {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-size: 12px;
	width: 320px;
	}
.sexo {font-size:12px;} 
#ContactSent, #ContactError {
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px solid #390;
	border-bottom: 1px solid #390;
	background-color: #edffed;
	text-align: center;
	}

#ContactError {
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	background-color: #F7E7E7;
	}

#ContactSent p, #ContactError p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #390;
	}

#ContactError p {
	color: #900;
}

#ContactSent strong, #ContactError strong {
	text-transform: uppercase;
	}
	
/* comparativa */
#comparativa {
	float : left;
	width : 98%;
	padding-left : 10px;
	font-size : 1em;
	border-left : 1px solid #f5f5f5;
	border-right : 1px solid #f5f5f5;
	text-align : center;
}
#comparativa h1 {
	font-family : "Arial-black", Arial, Verdana;
	font-weight : bold;
}
#comparativa h2 {
	color : #f26a34;
}
#comparativa th {
	background-color : #efefef;
	text-align : center;
	width : 20%;
	border :  1px solid #aaa;
}
#comparativa th.courses {
	background-color : #efefef;
	text-align : center;
	width : 30%;
	border :  1px solid #aaa;
}

#comparativa td {
	border : 1px solid #efefef;
	text-align : center;
}
#comparativa td.th {
	border : 1px solid #aaa;
	text-align : center;
}
.none {
	display: none;
}