@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
#central {
	width: 980px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-bottom: 5px;
}

#header {
	height: 158px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	height: 158px;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#encabezado {
	height: 158px;
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#contenido {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#menu {
	height: 590px;
	width: 242px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#menu-izquierda {
	height: 556px;
	width: 212px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F9F9F9;
	float: left;
	background-image: url(base-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
	padding-left: 8px;
}
#menu-derecha {
	height: 590px;
	width: 22px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	float: left;
	background-image: url(menu-derecha.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#contenido-home {
	height: 590px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#contenido-home-superior {
	height: 235px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#contenido-home-superior-izquierda {
	height: 210px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-top: 25px;
}
#contenido-home-superior-derecha {
	height: 235px;
	width: 248px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-image: url(novedades.jpg);
	background-repeat: no-repeat;
}
#contenido-cursos {
	min-height: 590px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#contenido-cursos-superior-izquierda {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-top: 25px;
}
#contenido-interior-superior {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#contenido-contacto-superior-izquierda {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-top: 25px;
	text-align: left;
}
#contenido-exito {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: left;
	height: 540px;
	margin-top: 25px;
}
.novedades {
	height: 155px;
	width: 220px;
	padding-top: 10px;
}

#noticias-scroll {
	height: 188px;
	width: 220px;
	padding-left: 20px;
	padding-top: 25px;
}


#contenido-home-inferior {
	height: 355px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
.separador-verde {
	background-image: url(separador-verde.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 695px;
	padding-left: 20px;
	float: left;
}
.separador-verde-small {
	background-image: url(separador-verde.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 440px;
	padding-left: 20px;
	float: left;
}

.cursos {
	height: 150px;
	width: 727px;
	float: left;
}

.titulo-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #FFF;
}
.titulo-verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006941;
	line-height: 20px;
}

.boton-menu {
	height: 30px;
	width: 181px;
	background-image: url(menu-back.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.boton-menu-selected {
	height: 30px;
	width: 181px;
	background-image: url(menu-back-selected.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}


.boton-menub {
	height: 30px;
	width: 181px;
	background-image: url(menu-back1.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	text-decoration: none;
}



.boton-submenu {
	height: 30px;
	width: 166px;
	background-image: url(menu-back2.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	text-decoration: none;
}
.boton-submenu-selected {
	height: 30px;
	width: 166px;
	background-image: url(menu-back2-selected.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	text-decoration: none;
}


.btn-menu1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006941;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.btn-menu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.btn-menu1-selected {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.btn-menu1-cursos {
	font-family: Arial, Helvetica, sans-serif;
	color: #006941;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}



.btn-menu2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.btn-menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.btn-menu2-selected {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}


.menu-gris {
	height: 30px;
	width: 181px;
	background-image: url(menu-gris.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.menu-sede {
	width: 203px;
	background-image: url(menu-sede-back.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
}
.menu-entre-sede {
	height: 15px;
	width: 100px;
}
.txt-sede-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #6B6B6B;
}
.txt-sede-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #6B6B6B;
}
.txt-sede-mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #006941;
	font-weight: bold;
	text-decoration: none;
}
.txt-sede-mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}
.menu-legales {
	width: 120px;
	background-image: url(menu-legales-back.jpg);
	background-repeat: no-repeat;
	padding-left: 91px;
	height: 45px;
	padding-top: 31px;
}
.legales-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #999;
	text-decoration: none;
}
.legales-txt-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #999;
	text-decoration: none;
}



.legales-txt-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #0C0;
	text-decoration: none;
}
#bienvenida-izquierda {
	float: left;
	width: 222px;
}
#bienvenida-derecha {
	float: left;
	width: 257px;
	text-align: center;
}
.txt-desarrollo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	text-decoration: none;
}
.txt-desarrollo-verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #006941;
	text-decoration: none;
}
.txt-desarrollo-verde:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #F90;
	text-decoration: none;
}

.separador {
	height: 6px;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
#curso1 {
	height: 139px;
	width: 239px;
	float: left;
	background-image: url(curso-ingles.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#curso2 {
	height: 139px;
	width: 234px;
	float: left;
	background-image: url(curso-frances.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
}
#curso3 {
	height: 139px;
	width: 239px;
	float: left;
	background-image: url(curso-portugues.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}
#servicio1 {
	height: 139px;
	width: 239px;
	float: left;
	background-image: url(servicio1.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}
#servicio2 {
	height: 139px;
	width: 234px;
	float: left;
	background-image: url(servicio2.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 5px;
}


#servicio3 {
	height: 139px;
	width: 239px;
	float: left;
	background-image: url(servicio3.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 10px;
}

.banner-boton {
	height: 30px;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 53px;
}
.banner-boton:hover {
	height: 30px;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	text-decoration: none;
	color: #F90;
	display: block;
	padding-top: 53px;
}


.descripcion-banner {
	height: 35px;
	width: 214px;
	padding-top: 7px;
	padding-left: 16px;
}

.descripcion-banner-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}



#cursos-izquierda {
	float: left;
	width: 460px;
}
.separador-curso-ingles {
	background-image: url(separador-curso-ingles.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 440px;
	padding-left: 20px;
	float: left;
}
.separador-curso-frances {
	background-image: url(separador-curso-frances.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 440px;
	padding-left: 20px;
	float: left;
}
.separador-curso-portugues {
	background-image: url(separador-curso-portugues.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 440px;
	padding-left: 20px;
	float: left;
}


#galeria-cursos {
	height: 590px;
	width: 248px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-image: url(galeria-cursos.jpg);
	background-repeat: no-repeat;
	background-position: 0px 360px;
	background-color: #F9F9C5;
}
#galeria-fotos {
	height: 550px;
	width: 220px;
	padding-left: 20px;
	padding-top: 25px;
}

.foto-galeria-tipo {
	height: 159px;
	width: 210px;
	padding-top: 16px;
	background-image: url(foto-galeria-tipo.jpg);
	background-position: 4px 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.foto {
	height: 141px;
	width: 189px;
}
.txt-subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #006941;
	text-decoration: none;
	font-weight: bold;
}
.consulta {
	background-image: url(consulta.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 440px;
	padding-left: 20px;
	float: left;
}
.txt-consulta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.txt-consulta:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.form-campo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #063;
	text-decoration: none;
	background-color: #F4F4F4;
	height: 21px;
	width: 150px;
	border: 1px solid #999;
}
.form-campo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #063;
	text-decoration: none;
	background-color: #F4F4F4;
	height: 21px;
	width: 25px;
	border: 1px solid #999;
}
.form-campo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #063;
	text-decoration: none;
	background-color: #F4F4F4;
	height: 75px;
	width: 390px;
	border: 1px solid #999;
}

