@charset "utf-8";
/* CSS Document */
images, div, p, span { behavior: url(/materiales/_recursos/htc/iepngfix.htc) }

@font-face {
    font-family: 'geometric415black-bt';
    src: url('/materiales/_recursos/fonts/geometric415black-bt.eot');
    src: url('/materiales/_recursos/fonts/geometric415black-bt.eot?#iefix') format('embedded-opentype'),
         url('/materiales/_recursos/fonts/geometric415black-bt.woff') format('woff'),
         url('/materiales/_recursos/fonts/geometric415black-bt.ttf') format('truetype'),
         url('/materiales/_recursos/fonts/geometric415black-bt.svg#apexnewbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('/materiales/_recursos/fonts/helveticaneueltstdbdcn.eot');
    src: url('/materiales/_recursos/fonts/helveticaneueltstdbdcn.eot?#iefix') format('embedded-opentype'),
         url('/materiales/_recursos/fonts/helveticaneueltstdbdcn.woff') format('woff'),
         url('/materiales/_recursos/fonts/helveticaneueltstdbdcn.ttf') format('truetype'),
         url('/materiales/_recursos/fonts/helveticaneueltstdbdcn.svg#apexnewbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}

body{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(/img/inglesamericano/bg-rojo.png) no-repeat top center #ba0505;
}
#master{
	width:990px;
	height:auto;
	margin:auto;
}
#cont-home{
	width:auto;
	height:auto;
	float:left;
	clear:none;
	margin:0 9px 0 9px;
	background-color:#fff;
	box-shadow: 0px 0px 9px rgba(0,0,0,.3);
}

#top{
	width:990px;
	height:auto;
	float:left;
	clear:right;
	background-color:#FFF;
}
.logo{
	width:auto;
	height:auto;
	padding:0;
	margin:6px 0 7px 29px;
	float:left;
	clear:none;
}
.logo-2{
	width:auto;
	height:auto;
	padding:0;
	margin:6px 31px 7px 0;
	float:right;
	clear:none;
}

.titulo-top{
	/*width:442px;*/
	width:452px;
	height:auto;
	float:left;
	clear:none;
	padding:35px 20px 0 20px;
	/*padding:35px 10px 0 40px;*/
	color:#004166;
	font-family:'geometric415black-bt';	
	font-size:28px;
	line-height:35px;
	text-align:center;
	text-transform:uppercase;
}

.tit{
	width:936px;
	height:auto;
	display:inline;
	float:left;
	clear:none;
	padding:21px 0 10px 0;
	color:#c20000;
	font-family:'geometric415black-bt';	
	font-size:32px;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
}
.blue{
	color:#004166;
}

#content{
	width:936px;
	height:auto;
	background-color:#fff;
	float:left;
	clear:none;
	padding:0px 27px 20px 27px;
	text-align:left;
}

.titulo-curso{
	width:auto;
	height:auto;
	display:inline;
	float:left;
	clear:none;
	padding:21px 0 10px 19px;
	color:#c20000;
	font-family:'geometric415black-bt';	
	font-size:32px;
	line-height:33px;
	text-align:left;
	text-transform:uppercase;
}
.subtitulo-curso{
	width:98%;
	height:auto;
	display:inline;
	float:left;
	clear:right;
	padding:0 0 0 19px;
	color:#000;
	font-family:'geometric415black-bt';	
	font-size:23px;
	line-height:auto;
	text-align:left;
	text-transform:uppercase;
}
a.btn-volver{
	width:141px;
	height:34px;
	float:right;
	clear:none;
	margin: 17px 15px 8px 0px;
	background:url(/img/inglesamericano/btn-volver.png) no-repeat top left;
	border:none;
}

a.btn-volver:hover{
	background-position:bottom left;
}




.libro{
	width:auto;
	height:auto;
	float:left;
	clear:none;
	margin:35px 0 0 45px;
}
#player{
	width:401px;
	height:255px;
	float:right;
	clear:none;
	margin:75px 43px 0 0;
	text-align:left;
}
#bg-cursos{
	width:930px;
	height:auto;
	margin-left:3px;
	float:left;
	clear:none;
	background:url(/img/inglesamericano/bg-curso.png) no-repeat top left;
}
#bg-cursos-large{
	width:930px;
	height:auto;
	margin-left:3px;
	float:left;
	clear:none;
	background:url(/img/inglesamericano/bg-curso-large.png) no-repeat top left;
}

.txt-info{
	width:895px;
	height:auto;
	float:left;
	clear:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
	line-height:23px;
	letter-spacing:0;
	text-align:justify;
	margin:30px 12px 10px 18px;
	text-align: left;
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px solid #999;
	-webkit-column-count: 3;
	-webkit-column-gap: 4em;
	-webkit-column-rule: 1px solid #999;
}


/** PIE **/
#pie{
	width:964px;
	height:37px;
	background:#cccccc;
	float:left;
	clear:none;
	padding:3px 22px 0 0;
	border:2px solid #fff;
/*	margin:2px;*/
	text-align:right;
	color:#000;
	font-size:9px;
	text-align:right;
	line-height:33px;
}
#pie .txt{
	color:#000;
	text-decoration:none;
}
#pie a.txt:hover{
	color:#000;
	text-decoration:underline;
}
.txt-politica{
	width:auto;
	height:20px;
	float:right;
	clear:left;
	display:inline;
	padding:10px 15px 10px 0;
	text-align:right;
	color:#fff;
	font-size:9px;
	text-decoration:none;
	line-height:10px;
	cursor:pointer;
}
.txt-politica:hover{
	text-decoration:underline;
}

.footer-copyright{
	display:table;
	margin:0px auto;
}
.footer-copyright .btn-legal{
	width: auto;
	display: inline-block;
	margin: 5px 5px 5px;
	float:none;
	background-color:#1f1f1f40;
	border-radius: 4px;
	position: inherit;
	text-align: center;
	color:#fff;
	padding: 6px 10px 6px;
	text-decoration:none;
}

.footer-copyright .btn-legal:hover{
	background-color:rgb(255 255 255 / 0.2);
	color:#fff !important;
}
.icd-small{
	display: table;
	margin: 5px auto;
}




/** BARRA USUARIO **/
#navegación{
    width:auto;
    height:23px;
    display:inline;
    float:right;
    clear:none;
    padding:10px 10px 0px 12px;
    margin:15px 2px 0px 0px;
    text-align:right;
    background-color:#e8e8e8;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    border:1px rgba(255,255,255,.5);
    border-radius:8px 0 0 8px;
    behavior:url(border-radius.htc); /* para Explorers */
}
a.bg-navegacion{
    color:#333;
    text-decoration:none;
}
a.bg-navegacion:hover{
    text-decoration:underline;
    color:#cc0000;
}

/** CONTACTO **/
.titulo{
	width:650px;
	height:auto;
	display:inline;
	float:left;
	clear:none;
	padding:21px 0 10px 19px;
	color:#c20000;
	font-family:'geometric415black-bt';	
	font-size:32px;
	line-height:33px;
	text-align:left;
	text-transform:uppercase;
}
#contacto{
	width:930px;
	float:left;
	margin:0;
	padding-bottom:25px;
	padding-top:10px;
}
#formulario{
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:35px;
	color:#000;
	text-align:center;
	text-decoration:none;
	padding:15px 0 12px 0;
	margin-top:50px;
	float:none;
	clear:none;
	margin:auto;
	vertical-align:top;
}
.subtitulo-form{
	width:95%;
	height:auto;
	float:left;
	clear:none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	text-align:left;
	padding:20px 0 20px 20px;
	margin:auto;
}

#contacto #tit {
	float: left;
	clear: none;
	width: auto;
    height: auto;
    padding-left: 40px;
    padding-top: 20px;
}
#contacto form{
	width:930px;
	height:auto;
	float:left;
	clear:none;
	padding-left:11px;
	margin-top: 50px;
}
#contacto .dato{
	width:55px;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	padding:0;
	margin:2px;
}
#contacto input, .select, #UsuarioEmail, /*#formulario input,*/ .textfield, #formulario textarea, #formulario .select{
	width:230px;
	height:21px;
	float:left;
	clear:none;
	border:1px solid #7f8793;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
	background-color:#F5F5F5;
}
#contacto input:focus, #UsuarioEmail, /* #formulario input:focus, */ .textfield:focus, #formulario textarea:focus, #formulario .select:focus{
	border: 1px solid #c20000;
	background-color:#FFF;
}

#contacto textarea{
	width:230px;
	height:100px;
	float:left;
	clear:none;
	border:1px solid #7f8793;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	background-color:#F5F5F5;
}
#contacto textarea:focus {
	border: 1px solid #c20000;
	background-color:#FFF;
}

#contacto .btn-enviar2{
	width:81px;
	height:34px;
	float:right;
	clear:none;
	margin-top:9px;
	background-image:url(/img/inglesamericano/btn-enviar.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	cursor:pointer;
}
#contacto .btn-enviar2:hover{
	background-position:bottom left;
}
#respuesta-envio {
	float:left;
	clear: both;
	margin-left: 40px;
	margin-top:40px;
	font-size:14px;
}
#contacto a.btn-volver-ini-2{
	width:141px;
	height:34px;
	float:right;
	clear:none;
	margin-top:28px;
	margin-right:49px;
	margin-bottom:20px;
	background-image:url(/img/inglesamericano/btn-volver.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
}
#contacto a.btn-volver-ini-2:hover{
	background-image:url(/img/inglesamericano/btn-volver.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#UsuarioEmail, #formulario input, .textfield, #formulario textarea, #formulario .select{
	float:none;
	clear:none;
	margin:4px 2px;
}
#UsuarioEmail, #formulario input:focus, #formulario textarea:focus{
	border:1px solid #c20000;
	background-color:#FFF;
}
#formulario textarea{
	height:100px;
	vertical-align:top;
}
.password{
	width:60%;
	height:auto;
	display:inline;
	float:right;
	clear:none;
	margin-right:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-align:right;
}

label{
	font-size:12px;
	color:#666;
	text-align:left;
	line-height:10px;
	vertical-align:middle;
	font-weight:normal;
}
.btn-red{
	width:auto;
	height:35px;
	float:none;
	clear:none;
	padding:3px 20px 5px 20px;
	margin:2px auto 2px auto;
	display:inline;
	border:1px solid #c20000;
	border-radius:10px;

 	font-family:'HelveticaNeueLTStd-BdCn', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	line-height:27px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;

 	background:#c20000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0202', endColorstr='#8b0000'); /* IE6-8 */
	background-image: linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: -o-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(139,0,0)),
		color-stop(0.64, rgb(207,2,2))
	);
}
.btn-red:hover{
	background:#8b0000;
	margin:3px auto 1px auto;
	color:#f7b6b6;
}
/*.submit{
	margin:5px 0px;
	padding:5px 40px 5px 40px;
	display:inline;
	width:154px;
	height:35px;
	float:left;
	clear:none;
	display:inline;
	border:none;
	

	font-family:'HelveticaNeueLTStd-BdCn', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	line-height:27px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;*/
/*
	background-image: url(/img/inglesamericano/btn-modificar.png);
 	background-position: center top;
	background-repeat:no-repeat;
}
.submit:hover{
	cursor:pointer;
	display: inline;
/*	margin:17px 0 3px 56%;
	padding:3px 40px 5px 40px;
	margin:16px 0 4px 56%;
	background-color: #c20000;
	background-color:#9c0000;
	border:1px solid #c20000;
	border-radius:10px;*/
/*	background-image: url(/img/inglesamericano/btn-modificar.png);
 	background-position: center bottom;
	background-repeat:no-repeat;
}
/*.submit:hover{
	cursor:pointer;
	/*filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;*/
/*	margin:16px 0 4px 56%;
	background-color:#9c0000;
	background-image: url(/img/inglesamericano/btn-modificar.png);
 	background-position: center top;
	background-repeat:no-repeat;
}*/
/*.submit,*/.btn-volver a, a.btn-volver{
	width:70px;
	height:24px;
	float:left;
	clear:none;
	display: inline;
	border:1px solid #c20000;
	border-radius:10px;
	margin:15px 0 5px 56%;
	padding:3px 40px 5px 40px;

	font-family:'HelveticaNeueLTStd-BdCn', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	line-height:27px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;

 	background-position: top center;
	background-repeat:no-repeat;
  	background:#c20000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0202', endColorstr='#8b0000'); /* IE6-8 */
	background-image: url(/img/inglesamericano/btn-modificar.png), linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: url(/img/inglesamericano/btn-modificar.png),  -o-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: url(/img/inglesamericano/btn-modificar.png),  -moz-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: url(/img/inglesamericano/btn-modificar.png),  -webkit-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: url(/img/inglesamericano/btn-modificar.png),  -ms-linear-gradient(bottom, rgb(139,0,0) 0%, rgb(207,2,2) 64%);
	background-image: url(/img/inglesamericano/btn-modificar.png),  -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(139,0,0)),
		color-stop(0.64, rgb(207,2,2))
	);

}

.btn-volver a, a.btn-volver{
/*	width:141px;
	height:34px;*/
	margin:50px 20px 0px 0px;
	float:right;
	clear:none;
	border-color:#163879;

   	background:#163879;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163879', endColorstr='#000A45'); /* IE6-8 */
	background-image: linear-gradient(bottom, rgb(0,10,69) 19%, rgb(22,57,121) 60%);
	background-image: -o-linear-gradient(bottom, rgb(0,10,69) 19%, rgb(22,57,121) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(0,10,69) 19%, rgb(22,57,121) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,10,69) 19%, rgb(22,57,121) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(0,10,69) 19%, rgb(22,57,121) 60%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.19, rgb(0,10,69)),
		color-stop(0.6, rgb(22,57,121))
	);
	/*background:url(../../img/inglesamericano/btn-volver.png) no-repeat top left;*/
	border:none;
}
.btn-volver a:hover, a.btn-volver{
	border:#163879;
	background:#000A45;
	/*background:url(../../img/inglesamericano/btn-volver.png) no-repeat bottom left;*/
	cursor:pointer;
}


/** CONTACTO 
#contacto{
	width:782px;
	float:left;
	margin:0;
	padding-bottom:25px;
	padding-top:10px;
}
#contacto .dato{
	width:55px;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	padding:0;
	margin:2px;
}
#contacto input{
	width:230px;
	height:21px;
	float:left;
	clear:none;
	border:1px solid #7f8793;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	vertical-align:middle;
}
#contacto input:focus {
	border: 1px solid #7f8793;
}

#contacto textarea{
	width:230px;
	height:100px;
	float:left;
	clear:none;
	border:1px solid #7f8793;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
}
#contacto textarea:focus {
	border: 1px solid #7f8793;
}

#contacto .btn-enviar2{
	width:81px;
	height:34px;
	float:right;
	clear:none;
	margin-top:9px;
	background-image:url(../../inglesamericano/img/inglesmovil/btn-enviar2.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	cursor:pointer;
}
#contacto .btn-enviar2:hover{
	background-position:bottom left;
}**/


/** GUIA **/
.titulo-curso{
	width:auto;
	height:auto;
	display:inline;
	float:left;
	clear:none;
	padding:21px 0 10px 19px;
	color:#666;
	font-family:'geometric415black-bt';	
	font-size:28px;
	line-height:30px;
	text-align:left;
	text-transform:uppercase;
}
.bg-pasos{
	width:850px;
	height:auto;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
	background-color:#F3F3F3;
	padding:8px 15px 8px 5px;
	margin:10px 20px;
	border-radius:10px;
}
.bg-pasos img{
	float:right;
	clear:none;
}
.tit-paso{
	width:660px;
	height:auto;
	float:left;
	clear:none;
	font-family:'geometric415black-bt';
	font-size:30px;
	line-height:25px;
	color:#C20000;
	text-transform:uppercase;
}
.numero{
	width:45px;
	height:auto;
	float:left;
	clear:none;
	text-align:center;
	font-family:'geometric415black-bt';
	font-size:43px;
	line-height:35px;
	color:#fff;
	letter-spacing:-4px;
	background-color:#001659;
	padding:7px 5px 7px 3px;
	margin:0px 8px 0px 4px;
	border-radius:10px;
}
.txt-pasos{
	width:660px;
	height:auto;
	float:left;
	clear:none;
}
a.btn-volver-guia{
	width:161px;
	height:34px;
	float:right;
	clear:none;
	margin: 17px 15px 9px 0px;
	background:url(/img/inglesamericano/btn-volver.png) no-repeat top left;
	border:none;
}

a.btn-volver-guia:hover{
	background-position:bottom left;
}