@charset "utf-8";
/* CSS Document */
img, div, p, span { behavior: url(js/iepngfix.htc) }
@font-face {
    font-family: 'geometric415_black_bt';
    src: url('fonts/geometric415blackbt.eot');
    src: url('fonts/geometric415blackbt.eot?#iefix') format('embedded-opentype'),
         url('fonts/geometric415blackbt.woff') format('woff'),
         url('fonts/geometric415blackbt.ttf') format('truetype'),
         url('fonts/geometric415blackbt.svg#geometric415_black_bt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geometr415_lt_btlite';
    src: url('fonts/geometric415litebt.eot');
    src: url('fonts/geometric415litebt.eot?#iefix') format('embedded-opentype'),
         url('fonts/geometric415litebt.woff') format('woff'),
         url('fonts/geometric415litebt.ttf') format('truetype'),
         url('fonts/geometric415litebt.svg#geometr415_lt_btlite') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometr415_md_btmedium';
    src: url('fonts/geometric415mediumbt.eot');
    src: url('fonts/geometric415mediumbt.eot?#iefix') format('embedded-opentype'),
         url('fonts/geometric415mediumbt.woff') format('woff'),
         url('fonts/geometric415mediumbt.ttf') format('truetype'),
         url('fonts/geometric415mediumbt.svg#geometr415_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
body{
	background:url(images/bg-verde.jpg);
	text-align:center;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px auto;
	text-align:-moz-center;
	padding-top:0px;
}
#master{
	width:957px;
	height:auto;
	margin:auto;
	background-color:#fce67f;
	border-right:5px solid #003f72;
	border-left:5px solid #003f72;
	border-bottom:5px solid #003f72;
	-webkit-box-shadow: 0 0 40px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 40px #ccc;
	box-shadow: 0 0 40px 8px rgba(0,0,0,0.1);
}
#top{
	width:957px;
	height:119px;
	background:#009cdc;
}
.logo{
	float:left;
	clear:none;
	padding:4px 0px 0 36px;
}
.las_ultimas_noticias{
	width:auto;
	height:auto;
	float:right;
	clear:none;
	margin:16px 40px 0px 0px;
}
#content{
	width:957px;
	height:auto;
	float:left;
	clear:none;
	font-family:'geometric415_black_bt', Arial;
	text-align:left;
	margin:0px auto 30px;
}


/** BOTONERA TOP **/
.botonera-top{
	width:auto;
	height:15px;
	padding:10px 40px 10px 0;
	float:right;
	clear:right;
	text-align:right;
	color:#fff;
	letter-spacing:1px;
}
a.boton-top, .selected-top{
	width: auto;
	font-family: geometr415_lt_btlite, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 4px;
	display: inline-block;
}
a.boton-top:hover{
	background:url(images/bot-top-selected.png) bottom center no-repeat;
}
.selected-top{
	background:url(images/bot-top-selected.png) bottom no-repeat;
}

/** BOTONERA **/
.botonera{
	width:100%;
	height:46px;
	background:#003f72;
	text-align:center;
	display:inline-block;
	padding:3px 0 1px 0;
/*	padding-top:8px\9*/
}

.boton, .selected, .selected.examenes{
	width:auto;
	height:39px;
	font-family:geometr415_lt_btlite, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 16px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:0px;
	display:inline-table;
	//display:inline-block;
}
a.boton{
	padding:6px 20px 0px;
	color:#fff;
}

a.boton:hover {
	background:url(images/botonera-selected.png) center bottom no-repeat;
	text-decoration:none;
	color:#fce67f;
}
.selected, .selected.examenes{
	background:url(images/botonera-selected.png) bottom no-repeat;
	padding:6px 20px 0px;
	color:#fce67f;
}
.boton.examenes, .selected.examenes{
	height:33px;
	margin: 0px 0px;
/*	display:none;*/
}

a.boton-examenes, .selected-examenes{
	width:auto;
	height:41px;
	font-family:geometr415_lt_btlite, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 21px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:0px;
	display:inline-table;
	//display:inline-block;
}
a.boton-examenes:hover {
	background:url(images/botonera-selected.png) center bottom no-repeat;
	text-decoration:none;
	color:#fce67f;
}
.selected-examenes{
	color:#fce67f;
	background:url(images/botonera-selected.png) center bottom no-repeat;
}


/** HOME **/
.video-home{
	width:100%;
	height:auto;
	text-align:center;
	background:url(images/bg-video.png) center top no-repeat;
	padding: 27px 0px;
	margin:13px 0px 5px;
}
.azul-32, .azul-15{
	width:100%;
	text-align:center;
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	color:#002340;
	letter-spacing:0px;
	text-decoration:none;
	margin:0px 0px 0px;
	display:table;
	//font-family:geometr415_md_btmedium, Arial, Helvetica, sans-serif;\9
	//font-weight:bold\9
}
.azul-32 sup{font-size:15px;}
.red{color:#bf0000;}
.azul-32 .azul-claro{color:#003d6e;}
.azul-15{
	width:auto;
	font-size:17px;
	line-height:22px;
	color:#272057;
	padding-top: 15px;
	margin:0px auto 0px;
	text-transform:uppercase;
}
.azul-15 .azul-claro{color:#003f72;}
.azul-15 p{
	width:790px;
	padding-top:7px;}

#bg-yellow{
	width:798px;
	height:auto;
	margin:15px auto 5px;
	padding: 0px 10px;
	background:#f9cd00;
	border:4px solid #fff;
	border-radius:25px;
	-webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.1);
}



/** HOME **/
.libro{
	width:254px;
	height:320px;
	float:left;
	clear:none;
	padding-left:2px;
	padding-right:2px;
}
.video-publi{
	width:258px;
	height:212px;
	float:right;
	clear:none;
	padding:9px 5px 5px 0px;
	background:url(images/bg-video-publi.png) no-repeat right top;
}


/** PUBLICIDADES **/
.tit{
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	text-transform:uppercase;
}

h1, h2, h3{
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:25px;
	color:#003f72;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
	padding-top: 25px;
	margin-left:42px;
}
h1 sup{font-size:13px;}
h2, h3{
	font-size:22px;
	color:#bf0066;
	padding:0px;
}
h3{color:#800e7f;}




/** QUIENES SOMOS **/
#quienes, #conoce, #examenes{
	width:914px;
	height:auto;
	float:left;
	clear:none;
	padding:0px 0px 0px 42px;
}
#quienes .txt2{
	width:874px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000000;
	padding-bottom:40px;
}
#quienes .txt2 sup{font-size:8px;line-height: 0px;}
#quienes .img-quienes{
	width:auto;
	background:#1cbcec;
	float:right;
	clear:none;
	padding:5px 25px 5px 5px;
	margin:0px -1px 10px 10px;
	border-bottom: 3px #009cdc solid;
	border-left: 3px #009cdc solid;
	border-top: 3px #009cdc solid;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 2px #ccc;
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
}



/** CONOCE EL CURSO **/
#bg-yellow.conoce{
	height: 565px;
}
.bodegon{
	width:397px;
	height:auto;
	float:left;
}
.descripcion{
	width:282px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#000;
	text-align:center;
	display:block;
	margin:0px auto 5px;
}
a.bnt-mas-info{
	width: auto;
	height: 17px;
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 17px;
	line-height: 18px;
	text-decoration:none;
	border-radius: 15px;
	padding: 10px 13px;
	margin: 9px auto 0px;
	display:table;
	text-transform:uppercase;
		
	background: #1cbcec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYmNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdiYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1cbcec 0%, #007bc4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1cbcec), color-stop(100%,#007bc4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1cbcec 0%,#007bc4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1cbcec 0%,#007bc4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1cbcec 0%,#007bc4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1cbcec 0%,#007bc4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbcec', endColorstr='#007bc4',GradientType=0 ); /* IE6-8 */
}
a.bnt-mas-info:hover{
	color:#fff;
	background:#1cbcec;
}
.txt-columnas{
	width:775px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:22px;
	color:#000;
	letter-spacing:0;
	margin:10px 93px 0px;
	text-align: left;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}
.txt-columnas li{
	margin-top:5px;
	list-style-type: disc;
	list-style-position: inside;
}


/** CONOCE ICD **/ 
.conoce-img-bodegon{margin:-90px 0px 0px 0px;}
.conoce-img-bodegon-ad{margin:-123px 0px 0px 0px;}
.iea-bullets{
	width:490px;
	height:auto;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:29px;
	padding:0px 0 13px 0;
	color:#000000;
}
.iea-bullets li{
	list-style-image:url(images/bullet-verde-small.png);
	list-style-position:inside;
}
.iea-bullets ul li{
	list-style-image:url(images/bullet-azul-small.png);
	list-style-position:inside;
	padding-left:15px;
}
.bodegon-iea{
	float:left;
	clear:none;
	margin: -75px 0px 0px 0px;
}
.box-ejemplos{
	width:auto;
	background:#800e7f;
	padding:3px 2px 0px 13px;
	margin:10px 0px 10px -22px;
	display:inline-block;
	border-radius:15px;
}
.box-ejemplos .tit {
	width:210px;
	float:left;
	clear:none;
	margin:7px 10px 0px 0px;
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:22px;
	line-height:28px;
	text-transform:uppercase;
}
.box-ejemplos .tit .yellow{color:#f9cd00;}


a.btn-escuchar, a.btn-ver, a.btn-leer-a, a.btn-leer-b{
	background:#96bd1e;
	display:inline-table;
}
a.btn-leer-b{
	border-radius:0px 15px 15px 0px;
	margin-right: 1px;
	padding-right: 12px;
}
a.btn-escuchar:hover, a.btn-ver:hover, a.btn-leer-a:hover, a.btn-leer-b:hover{
	background:#a9d622;
}

.box-celeste{
	width:868px;
	background:#00aede;
	padding:12px 20px;
	margin:10px 0px 10px 26px;
	display:inline-block;
	border-radius:15px;
	
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	color:#002b5e;
	font-size:17px;
	line-height:21px;
	text-transform:uppercase;
}
.audio-box{
	width:380px;
	height: 190px;
	text-align:left;
	margin:0px;
	float:left;
	padding:0px;
}
#conoce-icd{
	width:auto;
	margin:10px 0px 15px 26px;
	display:table;
}
.box-contenidos{
	width:400px;
	border-radius:25px;
	background:#fdf2ce;
	float:left;
	border:5px solid #009cdc;
}
.box-contenidos .tit{
	width:auto;
	height:auto;
	background:#fdf2ce;
	padding:6px 0px 9px 16px;
	border-radius:15px 15px 0px 0px;
	text-align:left;
	
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:21px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:normal;
}
.box-contenidos .tit.travel{background:#009cdc;}
.box-contenidos .tit.theoffice{background:#d92a86;}
.box-contenidos .tit.coffeeshop{background:#9f0f53;}
.box-contenidos .tit.globalenglish{background:#ed8500;}
.box-contenidos .tit.pronunciacion{background:#96bd1e;}

.box-contenidos .tit .rosa-light{color:#ffbfe1;}
.box-contenidos .tit .obispo-light{color:#ffb0d5;}
.box-contenidos .tit .naranja-light{color:#ffd194;}
.box-contenidos .tit .green-light{color:#e9ffa8;}

.box-contenidos .txt{
	width:auto;
	height:auto;
	padding:7px 16px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#002a4c;
}
.box-contenidos .txt sup{font-size:9px;}
.box-contenidos .txt .red-txt{color:#cc000e;}
.box-contenidos .txt .red-txt sup{font-size:9px;}
a.red-link{color:#d92a86; font-weight:bold; text-decoration:underline;}
a.red-link:hover{text-decoration:none;}
.bullet-azul{
	list-style-image:url(images/bullet-azul-small.png);
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#000000;
}
.box-contenidos.travel{
	margin:12px 0px 20px 40px;
}

.box-contenidos.theoffice{
	margin: 0px 0px 20px 40px;
	border:5px solid #d92a86;
}
.box-contenidos.coffeeshop{
	margin: 0px 0px 20px 40px;
	border:5px solid #9f0f53;
}
.box-contenidos.globalenglish{
	margin: 0px 60px 20px 0px;
	float: right;
	border:5px solid #ed8500;
}
.box-contenidos.globalenglish li{
	padding-top:3px;
	list-style-image:url(images/bullet-naranja-small.png);
	list-style-position: inside;
}
.box-contenidos.pronunciacion{
	margin: 0px 60px 20px 0px;
	float: right;
	border:5px solid #96bd1e;
}

.box-travel{float:right;margin:-18px -28px -25px 0px;}
.box-theoffice{float:right;margin:-13px -30px -9px 0px;}
.box-coffeeshop{float:right;margin:-11px -35px -24px 0px;}
.box-globalenglish{float:right;margin:-6px -51px -12px 0px;}
.box-pronunciacion{float:right;margin:3px -57px 9px 0px;}


.box-advanced{
	width:400px;
	border-radius:25px;
	background:#fdf2ce;
	float:left;
	margin: 10px 0px 0px 40px;
}
.box-advanced .azul{
	background:#009cdc;
	color:#fff;
}
.box-advanced .tit{
	width:auto;
	height:auto;
	padding:6px 0px 9px 16px;
	border-radius:15px 15px 0px 0px;
	text-align:left;
	
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:21px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:normal;
}
.box-advanced .txt{
	width:auto;
	height:45px;
	padding:5px 16px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#002a4c;
}

.box-advanced.azul{border:5px solid #009cdc;}
.box-advanced.naranja{border:5px solid #ed8500;}
.box-advanced.rosa{border:5px solid #d92a86;}
.box-advanced.obispo{border:5px solid #9f0f53;}
.box-advanced.verde{border:5px solid #96bd1e;}
.box-advanced.violeta{border:5px solid #800e7f;}
.box-advanced.rojo{border:5px solid #a81112;}


.box-advanced .tit.azul{background:#009cdc;}
.box-advanced .tit.naranja{background:#ed8500;}
.box-advanced .tit.rosa{background:#d92a86;}
.box-advanced .tit.obispo{background:#9f0f53;}
.box-advanced .tit.verde{background:#96bd1e;}
.box-advanced .tit.violeta{background:#800e7f;}
.box-advanced .tit.rojo{background:#a81112;}

.box-advanced-oscuro{
	width:378px;
	height:85px;
	border-radius:25px;
	background:#003f72;
	float:left;
	margin: 10px 0px 0px 40px;
	padding:11px 16px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#fff;
}





/** PLAN DE LA OBRA **/
.txt-arial-16{
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#000000;
	text-align:left;
	padding: 0px 0px 15px 40px;
}
.fasciculos-plan{
	margin:-200px 34px 0px 0px;
	float:right;
}
.pasos-num{
	width:19px;
	height:23px;
	background: #009cdc;
	float:left;
	clear:none;
	text-align:center;
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:27px;
	color:#fff;
	letter-spacing:-1px;
	padding:0px 5px 4px 3px;
	margin:-1px 8px 0px 4px;
	border-radius:100px;
	 -moz-border-radius: 100px;
	 -webkit-border-radius: 100px;
}
.pasos-txt{
	width:886px;
	height:auto;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:26px;
	padding:5px 30px 7px 40px;
	color:#000;
}
.pasos-txt.yellow{
	background: #fdde59;
}

.box-verde, .box-lightblue{
	width:380px;
	height:397px;
	float:left;
	clear:none;
	margin:30px 0px 0px 60px;
	padding:16px 20px 0px;
	font-size:15px;
	line-height:21px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background:url(images/bg-box-verde.jpg) top left no-repeat #88b720;
}
.box-verde p, .box-lightblue p{padding-top: 7px;}

.box-lightblue{
	margin:15px 0px 0px 0px;
	color:#fff;
	background:url(images/bg-box-celeste.jpg) top left no-repeat #3380ae;
}
.box-verde .tit-porque, .box-lightblue .tit-curso{
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:22px;
	line-height:25px;
	color:#00465f;
}
.box-lightblue .tit-curso{
	color:#ffcc00;
}

.box-porque{
	width:444px;
	float:right;
	clear:none;
	margin-right:23px;
}
.box-porque .tit{
	width:424px;
	height:32px;
	padding:11px 0px 8px 20px;
	background:#f1cf00;
	font-family: geometric415_black_bt, Arial, Helvetica, sans-serif;
	color:#13485f;
	font-size:25px;
	line-height:35px;
	text-transform:uppercase;	
}
.box-porque .tit sup{font-size:10px;line-height: 10px;}
.box-porque .txt{
	width:400px;
	height:auto;
	padding:18px 24px 0px 20px;
	background:#13485f;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:15px;
	line-height:21px;
	display:inline-block;
}
.img-plan{
	float:left;
	margin:0px 0px 0px -20px;
	padding:21px 0px 0px 0px;
}



/** FORMULARIO CONSULTAS**/
.form-aula{
	width:280px;
	height:auto;
	float:right;
	clear:none;
	padding:8px 10px 0px 18px;
	margin-top: 15px;
	background: #ffe166;
	border-bottom: 3px #ffcd00 solid;
	border-left: 3px #ffcd00 solid;
	border-top: 3px #ffcd00 solid;
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:25px;
	color:#272057;
	text-align:left;
}
.dato{
	width:60px;
	float:left;
	clear:none;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#272057;
	text-align:left;
	vertical-align:middle;
}
input{
	width:200px;
	height:23px;
	border:1px solid #3f4269;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f4269;
	text-align:left;
	vertical-align:middle;
}
input:focus {
	border: 1px solid #ffcd00;
}
textarea{
	width:200px;
	height:90px;
	border:1px solid #3f4269;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3f4269;
}
textarea:focus {
	border: 1px solid #ffcd00;
}
.enviar{
	width:107px;
	height:54px;
	float:right;
	clear:none;
	margin-right:10px;
	background:url(images/enviar.png) no-repeat center top transparent;
	border:none;
	cursor:pointer;
}
.enviar:hover{background:url(images/enviar.png) no-repeat center bottom transparent;}
.obligatorios{
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#272057;
}

/** CONTACTO **/
.contacto{
	width:914px;
	height:auto;
	float:left;
	clear:none;
	padding-left:42px;
}
.arial-14{
	width:620px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
}
a.arial-14{
	color:#04b0d6;
}
a.arial-14:hover{
	color:#666666;
}

.fasciculos-anteriores {
	float: right;
	margin: -27px 42px 0px 60px;
}

/** VIDEOS **/
.video-iea{
	width: auto;
	height: auto;
	margin: 15px 0px 7px 115px;
	border: 2px solid #bf0066;
	padding: 1px;
	border-radius: 13px;
}
.video-iea:hover{
	opacity:0.85;
	cursor:pointer;
}
.video-iea-txt{
	width:312px;
	height:auto;
	margin: 0px 0px 10px 115px;
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	line-height:20px;
	color:#003f72;
	text-align:center;
}
a.video-office, a.video-travel, a.video-coffeshop, a.video-pronunciacion{
	width: auto;
	height: auto;
	margin: 0px;
	display: inline-block;
	text-decoration:none;
}


/* message display page */
.list {
	list-style: none;
	margin: 0;
	padding:0 0 0 40px;
	width: 830px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	color:#333;
}
.list li {
	padding: 0;
	margin: 0;
	background: url(images/message-bar.gif) no-repeat;
}
.pregunta {
	cursor: pointer;
	position: relative;
	text-align:left;
	padding-top:7px;
	padding-bottom:3px;
	padding-left: 18px;
	background: url(images/pregunta.gif) no-repeat left center;
}
.pregunta cite {
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:22px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	color: #003f72;
}
.respuesta, .respuesta_advanced, .respuesta_iea {
	width: 830px;
	padding-bottom:10px;
	text-align:left;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 460px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message_advanced, .collpase_all_message_iea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-transform:uppercase;
	background: url(images/collapse-all.png) no-repeat right center;
	color:#d92a86;
	padding: 0px 13px 0px 40px;
	margin-top: 13px;
	display: inline-block;
}
.collpase_all_message_advanced:hover, .collpase_all_message_iea:hover {
	background: url(images/collapse-all-on.gif) no-repeat right center;
	color:#666666;
}



/** EXAMENES **/
#examenes .bg-gris{
	width:870px;
	margin:0px 0px 20px -17px;
	background:#f9cd00;
	padding:15px;
	border-radius:25px;
	display:inline-block;
	border:4px solid #fff;
}
.tit-entregas{
	width:676px;
	height:auto;
	float:left;
	margin:5px 0px 10px 6px;
	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:20px;
	color:#003f72;
	text-align:left;
	text-transform:uppercase;
}
.niveles{
	width: 870px;
	float:left;
	clear:none;
	list-style: none;
	margin: 0 0 0px 0;
	padding: 0;
}
.niveles .txt, .niveles .txt-a{
	width:258px;
	height:auto;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding:8px 0 0 7px;
}
.niveles .txt-a{
	width:119px;
}
.nivel, .nivel-a{
	width:272px;
	height:75px;
	float:left;
	clear:none;
	border-radius:6px;
	padding:0px 4px 5px 4px;
	margin:5px 5px 5px 5px;
	background-color:#96c21e;
}
.niveles li{list-style:none;}
li.nivel, li.nivel-desact, a.nivel{
	width:130px;
	height:22px;
	float:left;
	clear:none;

	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
	text-align:center;
	line-height:normal;

	list-style:none;
	border-radius:6px;
	border:1px solid #C9C9C9;
	cursor:default;
	padding:8px 5px 16px 5px;
	margin:7px 5px 0px 13px;

	
	-moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
	
	background:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#bdbdbd'); /* IE6-8 */
	background-image: linear-gradient(bottom, rgb(189,189,189) 0%, rgb(240,240,240) 100%);
	background-image: -o-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(240,240,240) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(240,240,240) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(240,240,240) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(240,240,240) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(189,189,189)),
		color-stop(1, rgb(240,240,240))
	);
}
.nivel-a{
	width:135px;
	padding:0px 2px 5px 2px;
	margin:5px 6px 5px 0px;
}
li.nivel-desact, a.nivel{
	width:112px;
	height:24px;
	font-size:19px;
	line-height:19px;
	border:1px solid #999;
	padding:5px 5px 17px 5px;
	margin:4px 6px 0px 6px;
	color:#868686;
}
a.nivel{
	color:#fff;
	text-decoration:none;
	border:1px solid #017ec6;
	cursor:pointer;
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	
	background: #1cbcec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYmNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdiYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1cbcec 0%, #007bc4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1cbcec), color-stop(100%,#007bc4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1cbcec 0%,#007bc4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1cbcec 0%,#007bc4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1cbcec 0%,#007bc4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1cbcec 0%,#007bc4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cbcec', endColorstr='#007bc4',GradientType=0 ); /* IE6-8 */
}

a.nivel:hover{
	cursor:pointer;
	margin:5px 6px 0px 6px;
    background:#017ec6;
	-moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
}


/** PIE **/
.pie{
	width:957px;
	height:78px;
	float:none;
	clear:none;
	padding:0px;
	margin:20px auto 0px;
	display:table;
	background:url(images/bg-pie.jpg) top left no-repeat;
}
.pie .columbia{
	padding: 8px 0px 0px 41px;
	float: left;
}
.pie a.btn-redes{
	width:41px;
	height:41px;
	border-radius:100px;
	border:3px solid #FFFFFF;
	float: right;
	clear: none;
}
.pie a.btn-redes.facebook{
/*	width:12px;
	height:23px;*/
	background:url(images/facebook.png) top center no-repeat #009cdc;
	margin: 18px 14px 0px 0px;
}
.pie a.btn-redes.twitter{
/*	width:20px;
	height:23px;*/
	background:url(images/twitter.png) top center no-repeat #009cdc;
	margin: 18px 41px 0px 0px;
}
.pie a.btn-redes.facebook:hover{ 
	border:3px solid #009cdc;
	background:url(images/facebook.png) top center no-repeat #fff;
}
.pie a.btn-redes.twitter:hover{
	border:3px solid #009cdc;
	background:url(images/twitter.png) top center no-repeat #fff;
}


a.volver{
	width:auto;
	height:auto;
	float:right;
	clear:none;
	display: inline;
	margin: -60px 7px 5px 2px;
	padding: 6px 8px 6px 8px;

	font-family:geometric415_black_bt, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	
	z-index: 1000;
	position: relative;

	border-radius:6px;
	border:1px solid #4c084b;
	cursor:pointer;
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	
	background: #800e7f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMGU3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzA4NGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #800e7f 0%, #4c084b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800e7f), color-stop(100%,#4c084b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #800e7f 0%,#4c084b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #800e7f 0%,#4c084b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #800e7f 0%,#4c084b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #800e7f 0%,#4c084b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800e7f', endColorstr='#4c084b',GradientType=0 ); /* IE6-8 */
}
a.volver:hover{
	background:#4c084b;
	margin: -59px 7px 5px 2px;
}

@-moz-document url-prefix(){
	.botonera{
		padding-top:8px;
	}
	.negro-29{
		width:566px;
	}
/*	.boton > .examenes{
	padding-top: 12px;
	}*/
}


/* para IE 10*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
.negro-29{font-size:27px;}
}

/*Para IE6 y 7*/
@media screen\9{
.negro-29{font-size:27px;}
}

/*Para IE6, 7 y 8*/
@media \0screen\,screen\9{
.negro-29{font-size:27px;}
}

/*Para IE8, 9 y 10*/
@media screen\0 {
.negro-29{font-size:27px;}
}

/*Para IE9 y 10*/
@media screen and (min-width:0\0) {
.negro-29{font-size:27px;}
}
