/*------------------------GENERAL----------------------------*/



* {

	margin: 0;

	padding: 0;

	}

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size: 12px;
	}

	body {
	font-size:1em;
	color:#333;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

img{
	border: 0px;
}

/*------------------------CONTAINERS  INDEX--------------------------*/

div#left_index{
	width: 225px;
	float: left;
	margin-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#left_index p{
	text-align: justify;
	margin-right: 10px;
	}

#left_index h2 a{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
	text-decoration: none;
	}

#left_index h1 a{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
	text-decoration: none;
	}

div#right_index{
	width: 225px;
	float:right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
	margin-right: 10px;
}

#right_index p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	}


#right_index h2 a{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
	text-decoration: none;
}


div#medio_index{
	width: 225px;
	margin-right: 10px;
	margin: 0 0 0 245px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#medio_index p{
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	}


#medio_index h2 a{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
	text-decoration: none;
}

/*------------------------CONTAINERS  GENERALES--------------------------*/


div#container {
	width: 882px;
	margin: 0px auto;
	text-align: left;
	background-color:#fefefe;
	border: 1px solid #A2AB2C;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	}


.enlaces_cursos{
	margin-left: 15px;
	margin-right: 15px;
}

.enlaces_cursos a{
	color:#666;
}

	div#cabecera {
	margin-top: 7px;
	margin-left: 2px;
	height: 119px;
		}


div#content{
	width: 872px;
	padding-left: 15px;
}

div#content2{
	width: 852px;
	padding-left: 15px;
}

div#content3{
	width: 862px;
	padding-left: 15px;
	padding-right: 15px;
}


div#left{
	width: 351px;
	float: left;
	margin-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#left p{
	text-align: justify;
	margin-right: 15px;
	}


div#right{
	width: 346px;
	margin-right: 15px;
	margin: 0 0 0 366px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#right p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	}


#right h2{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
	margin-left: 15px;
}


#menu_dcha{
	width: 148px;
	float:right;
	margin-right: 5px;
	text-align: justify;
}

#menu_dcha p{
	margin-left: 2px;
	margin-right: 7px;
	}


div#column{
	width: 685px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#column p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	}
div#column_izq{
	width: 420px;
	margin-left: 15px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#column_izq p{
	text-align: justify;
	margin-right: 15px;
	}

div#column_dcha{
	width: 430px;
	margin-right: 15px;
	margin: 0 0 0 446px;
}

#column_dcha p{
	text-align: justify;
	margin-left: 10px;
	margin-right: 15px;
	}
	
#column_dcha h2{
	margin-left: 10px;
	}

div#mapa{
	width: 702px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#mapa p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	}


#pie {
	font-size: 1em;
	height:65px;
	color:#333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a2ab2c;
	margin-right: 10px;
	}

#pie a{
	color: #333;
	text-decoration: underline;	
}

#pie a:hover{
	text-decoration: underline;
	color: #8ea106;
}

.pie_dcha{
	float: right;
	width: 460px;
}

/*------------------------GLOBALES--------------------------*/

h1 {
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #435311;
	font-weight: bold;
}

 h2 {
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
}

h3{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background-color: #8ea106;
	width: 143px;
	text-align: center;
}

h4{
	color: #435311;
	font-weight: bold;
	font-size: 1em;
	margin-left: 15px;
	line-height: 25px;
}

a{
	color: #435311;
	text-decoration: underline;
}

a:hover{
	color: #6c6a00;
	text-decoration: underline;
}

ol{
	margin-left: 50px;
}

.derecha{
	float: right;
}


.gris_oscuro {
	color: #000;
	font-weight: bold;
}

.gris_oscuro_negrita {
	font-weight: bold;
}

.amarillo{
	color: #d00620;
	font-weight: bold;
}

#tamanyo_texto{

	float:right;
}

.img{
	border: 0;
}

.img_izq{
	float: left;
	border: 0;
}

.img_dcha{
	float: right;
	border: 0;
}

.img_cambridge{
	margin-left: 45px;
	border: 0;
}

.enlaces{
	padding-left: 25px;
	color: #435311;
	line-height: 17px;	
}

.enlaces2{
	color: #435311;
	line-height: 17px;	
}

.bold{
	font-weight: bold;	
}

.apie{
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: underline;	
}

#apie:hover{
	font-size: 0.9em;
	text-decoration: underline;
	color: #ebcc3d;
}

.piepeq{
	font-size: 0.9em;
}

#horario_profesional{
	width: 650px;
	padding-left: 90px;
}

.puntuacion{
	margin: 0px auto;
	width: 205px;
	height: 56px;
	border: 1px solid #5a6320;
	text-align: center;
}

.listado_index{
	margin-left: 35px;
}

.listado_index li{
	list-style-image:url(images/flecha.jpg);
	margin-bottom: 20px;
}

.test-de-nivel{
	margin-left: 100px;
}

.pestanya-cursos-intensivos{
	width: 413px;
	height: 35px;
	background-image:url(images/pestanya-cursos-intensivos.jpg);
}

.pestanya-cursos-intensivos h2{
	color: #304606;
	font-size: 1.5em;
	line-height: 35px;
}

.capa-cursos-intensivos{
	border: 1px solid #6d7333;	
	width: 411px;
}

.capa-cursos-intensivos p{
	padding-left: 10px;
	padding-right: 10px;
}

.capa-cursos-intensivos2{
	border: 1px solid #6d7333;	
	width: 411px;
}

/*------------------MENU---------------------*/
#menu{
	width: 882px;
	height: 26px;
	padding-top: 8px;
	background-image: url(images/linea_gris_oscuro.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menu a{
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration:none;
	margin-top: 5px;
}

#menu a:hover{
	color: #ebcc3d;
	text-decoration:none;
	margin-top: 5px;

}

#menu .aselecc{
	font-size: 1.1em;
	color: #ebcc3d;
	margin-top: 5px;
}

#menu .aselecc:hover{
	font-size: 1.1em;
	color: #ebcc3d;
	margin-top: 5px;
}

.menu_principal {

	list-style: none;
}



.menu_principal li {

	float: left;
	
	height: 26px;

}



li.ingles {
	width: 110px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}


li.otros_idiomas {

	width: 95px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

}


li.empresas {

	width: 115px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

}


li.extranjero {
	width: 115px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}


li.profesores {

	width: 157px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

}



li.test {

	width: 79px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

}

li.inscripcion {

	width: 80px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu2.jpg);

}

li.escuelas {
	width: 124px;
	color: inherit;
	text-align: center;
	background-image: url(images/fondo_menu2.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}



.menu_principal a {

	display: block;

	height: 26px;

}



.menu_principal a:link {}

.menu_principal a:visited {}

.menu_principal a:hover {}

.menu_principal a:active {}

/*---------SUBMENU INGLES---------------------*/

#subingles{
	width: 684px;
	height: 32px;
	background-image:url(images/fsubingles.jpg);
	margin-left: 134px;
}

#subingles a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subingles a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subingles p{
	margin-left: 10px;
	padding-top: 12px;
}

#subingles .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}

/*---------SUBMENU EX&aacute;MENES---------------------*/

#subexam{
	width: 478px;
	height: 32px;
	background-image:url(images/fsubexam.jpg);
	margin-left: 354px;
}

#subexam a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subexam a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subexam p{
	margin-left: 10px;
	padding-top: 12px;
}

#subexam .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}

/*---------SUBMENU IDIOMAS---------------------*/

#subidiomas{
	width: 242px;
	height: 32px;
	background-image:url(images/fsubidiomas.jpg);
	margin-left: 225px;
}

#subidiomas a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subidiomas a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subidiomas p{
	margin-left: 10px;
	padding-top: 12px;
}

#subidiomas .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}

/*---------SUBMENU ESCUELA---------------------*/

#subesc{
	width: 302px;
	height: 32px;
	background-image:url(images/fsubesc.jpg);
	margin-left: 40px;
}

#subesc a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subesc a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subesc p{
	margin-left: 10px;
	padding-top: 12px;
}

#subesc .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}

/*---------SUBMENU EXTRANJERO---------------------*/

#subextr{
	width: 242px;
	height: 32px;
	background-image:url(images/fsubextr2.jpg);
	margin-left: 510px;
}

#subextr a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subextr a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subextr p{
	margin-left: 10px;
	padding-top: 12px;
}

#subextr .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}

/*---------SUBMENU INGL&eacute;S EXTRANJERO---------------------*/

#subingles_extr{
	width: 715px;
	height: 32px;
	background-image:url(images/fsubextr.jpg);
	margin-left: 140px;
}

#subingles_extr a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subingles_extr a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subingles_extr p{
	margin-left: 10px;
	padding-top: 12px;
}

#subingles_extr .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}


/*---------SUBMENU ADULTOS INGL&eacute;S EXTRANJERO---------------------*/

#subingles_adultos{
	width: 343px;
	height: 32px;
	background-image:url(images/fsubextr_adultos.jpg);
	margin-left: 160px;
}

#subingles_adultos a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subingles_adultos a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subingles_adultos p{
	margin-left: 10px;
	padding-top: 12px;
}

#subingles_adultos .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}



/*---------SUBMENU INGL&eacute;S EXTRANJERO---------------------*/

#subingles_extr_jovenes{
	width: 125px;
	height: 32px;
	background-image:url(images/fsub_jovenes-extr.jpg);
	margin-left: 580px;
}

#subingles_extr_jovenes a{
	font-size: 1.1em;
	color: #435311;
	text-decoration: none;

}

#subingles_extr_jovenes a:hover{
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

#subingles_extr_jovenes p{
	margin-left: 10px;
	padding-top: 12px;
}

#subingles_extr_jovenes .selecc{
	font-size: 1.1em;
	color: #435311;
	font-weight: bold;	
}



/*------------------CONTACTO-----------------------*/

fieldset{
	width: 55%;
}

#enrol{
	width: 95%;
}

.centrado{
	margin-left: 150px;
}


/*------------------EXTRANJERO-----------------------*/


div#left_ext{
	width: 331px;
	margin: 0 0 0 197px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8ea106;
}

#left_ext p{
	text-align: justify;
	margin-right: 15px;
	}


div#right_ext{
	width: 341px;
	margin-right: 15px;
	float: right;
}

#right_ext p{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	}


#right_ext h2{
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #435311;
	margin-left: 15px;
}

#menu_izq{
	width: 115px;
	float:left;
}

#menu_izq p{
	margin-left: 15px;
	}

#menu_izq a{
	line-height: 20px;
	}

#menu_izq li{
	list-style: none;
}

#menu_izq h3{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background-color: #8ea106;
	width: 103px;
	text-align: center;
	float: left;
}

.desplegable{
	color: #435311;
	font-weight: bold;
	font-size: 1em;
	margin-left: 15px;
}

.subnavegador li{
	margin-left: 25px;
}

div#column_ext{
	width: 730px;
	margin-right: 15px;
	margin: 0 0 0 117px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8ea106;
}

#column_ext p,h1,h2{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
}

/*------------------PESTA&ntilde;AS-----------------------*/
 
.animatedtabs{
border-bottom: 1px solid #435311;
overflow: hidden;
width: 712px;
margin-left: 10px;
font-size: 12px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: #435311;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: #435311;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.pestanyas{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #435311;
	border-bottom-color: #435311;
	border-left-color: #435311;
	width: 710px;
	margin-left: 10px;
}

.pestanyas h2{
	margin-left: 15px;
}

.form-pestanyas{
	padding-left: 20px;
}


/*------------------SITEMAP-----------------------*/
#navcontainer
{
/* container div set-up */
width: 650px;
padding: 10px;
/* Set font-size so theres no default */
line-height: 22px;
/* Set line-height because I think it looks better like this ;^) */
}
#navcontainer a{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color:#000000;
}
#navcontainer a:hover{
font-weight: bold;
letter-spacing: 0;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}
#navcontainer ul{
list-style-type: none;
padding-left: 0px;
margin: 0px;
}
#navcontainer ul ul{
padding-left: 15px;
/* offset sub menu */
}
#navcontainer ul li{
padding-left: 20px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}
#navcontainer li { border-left: 1px solid #435311;; }


/*------------------TABLA NIVELES-----------------------*/

table {
	width: 98%;
	margin: 0 0 10px 0;
}

caption {
	font-weight: bold;
	background-color: #bdbd4f;
 	border: 1px solid #435311;
	margin: 0 0 10px 0;
}

th {
	background-color: #acb7bd;
	color: #000;
	text-align: center;
}


.col1{
	background-color: #ffd356;
	color:#333;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.col2{
	background-color: #ffde7d;
	color:#333;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.col3{
	background-color: #94a76d;
	color:#333;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.col4{
	background-color: #bfc29a;
	color:#333;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.col5{
	background-color: #bfc29a;
	color:#333;
	padding: 5px;
	text-align: justify;
	font-size: 11px;
}

.tit1{
	background-color: #3d5000;
	color:#fff;
	text-align: center;
}

.tit2{
	background-color: #acb7bd;
	color:#333;
	font-size: 9px;
	text-align: center;
}


