/*@import url('fonts.css');*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600|Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);

img {max-width:100%;}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #201c2d;
	margin: 0;
	font-family: 'Open Sans';
}
.envoltura{
	min-height: 100%;
	position: relative;
}
.container-fluid{
	width: 75%;
	margin: 0 auto;
}
header .social{
	height: 50px;
	background:#3ca0a0;
	margin-bottom: 30px;
}
header .logos{
	float:right;
	width: 90px;
}
.logos ul{
	list-style:none;
	padding: 0;
	margin-top: 15px;
}
header .logos ul li{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
header .logos ul li a:hover img{
	transform:scale(1.1);
}
header .bg{
	height: 150px;
	background: url('../imagenes/ondas.png');
	position: relative;
}
header .bg .logo{
	margin: 0 auto;
	width: 216px;
	position: relative;
	top: -56px;
}
header .bg .catedra{
	color:#f6f6d2;
	position: absolute;
	top: 10px;
	left: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;	
}
header .bg .catedra span{
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	background:#201c2d; 
}
header .bg .catedra span.catedras{
	width: 135px;
}
header .bg .catedra span.roldan{
	width: 120px;
}
header .bg .login{
	position: absolute;
	top: 10px;
	right: 20px;
}
header .bg .login:hover{
	transform: scale(1.08);
	cursor: pointer;
}
header .bg .login a{
	padding: 3px;
	background:#201c2d;
	color:#f6f6d2;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	width: 70px;
	display: block;
	margin-top: 2px;
}
header .bg .login a:hover{
	text-decoration: none;
}
.navbar-default {
	 background: none; 
	 border: none; 
}
header .navbar{
	margin: 0;
}
header .menu{
	position: relative;
	/*width: 850px;*/
	margin: 35px auto 0;
}
header .menu ul{
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 1;
}
header .menu > ul > li{
	float: left;
	margin-right: 50px;
}
header .menu > ul > li > a{
	padding: 2px 25px;
	color:#f6f6d2 !important;
	background: #201c2d !important;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Open Sans';
}
header .menu > ul > li > a.contacto{
	color:#3f9f9f !important;
}
header .menu > ul > li > a:hover{
	color:#201c2d !important;
	background: #bcd088 !important;
	text-decoration: none;
	transform:scale(1.2);
}
header .menu .sobre{
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../imagenes/sobre.png') no-repeat;
	top:-22px;
	right:70px;
}
section {
	padding-bottom: 150px;
}
section .bienvenida{
	color: #201c2d;
	background: #f6f6d2;
	padding: 10px 30px;
	position: relative;
}
section .bienvenida span{
	color:#201c2d;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 900;
	font-size: 140px;
	line-height: 140px;
	display: block;
}
section .bienvenida .info{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 35px;
	background: #3f9f9f;
	text-align: center;
}
section .bienvenida .info a{
	color: #201c2d;
	text-transform: uppercase;
	font-size: 23px;
	text-decoration: none;
	font-weight: 600;
}
section .bienvenida .info:hover{
	background: #c23d54;
	cursor: pointer;
}
section .texto .interior{
	background: #f6f6d2;
	color: #201c2d;
	font-size: 29px;
	font-family: Open sans condensed;
	font-weight: 600;
	line-height: 50px;
	display: inline;
}
section .row{
	margin-top: 40px;
}
section .slider{
	height: 420px;
	position: relative;
	padding: 0;
	overflow:hidden;
}
section .slider ul{
	list-style-type: none;
	padding: 0;
}
section .slider ul li img{
	width: 100%;
}
section .flecha{
	width: 17px;
	height: 29px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	cursor: pointer;
}
section .flecha:hover img{
	transform:scale(1.2);
}
section .flecha.atras{
	left: 10px;
}
section .flecha.adelante{
	right: 10px;
}
section .prox-clase,
section .inscripciones{
	padding: 0;
}

footer{
	position: absolute;
	bottom: 0;
	height: 110px;
}

footer .legales{
	color: #3f9f9f;
	font-size: 11px;
	line-height: 1.8em;
	padding: 0 27px;
	border-right: 2px solid #3f9f9f;
}

footer .logos{
	text-align: center;
}

@media only screen and (min-width:768px) and (max-width:979px){
}


/* ******************************* */
@media only screen and (max-width:767px){
}


/* ******************************* */
@media only screen and (max-width:480px){
}