@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}

body{
	font-size:19px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color:#00004c;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
}
#master{
	width:100%;
	height:auto;
	margin:auto;
}
#top{
    max-width: 994px;
    width: 100%;
	height:400px;
	background: url(/img/curso-de-ingles.png) top center no-repeat #fff;
	margin: 0px auto;
}
.top-ingles{
	max-width:900px;
	width:100%;
	display:table;
	margin:0px auto;
	position: relative;
	z-index: -10;
}

#cursoingles .navbar-brand .logo{max-width: 174px;}

h2.page-header{
    margin:15px 0 20px;
    border-bottom: 1px solid #eee;
    font-weight: bolder;
    font-size: 35px;
}

h3{
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
	margin-top: 0px;
    margin-bottom: 10px;
}
.descripcion{
    font-size: 16px;
    line-height: 30px;
	padding: 0px 0px 0px;
	margin:0px 0px 20px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.descripcion li {
    list-style: inside;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 0px;
}

.controls label{
    font-size: 17px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:600;
}
.btn.btn-primary.contacto{
	border-radius:6px;
}

.img-responsive{margin: 0px 0px 20px;}
.img-responsive.topland{margin: 0px 0px 0px;}



@media (max-width: 767px){
	.navbar-inverse .navbar-toggle{display:none;}
}

