/* 10. OUR TEAM */

	#our-team{
		padding-top: 10px;
		padding-bottom: 40px;
		background-color: rgba(138, 109, 59, 0.17) !important;
	}

	.team-member{
		margin-top: 30px;
	}

	.member-image{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}




.titulo_estudios{   
	    font-family: 'raleway' !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    color: #6a7349 !important;
   
}
hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0 !important;
    border-top: 1px solid #b5b2b2!important;
}
.directos {
    height: 40px;
    border-bottom: 1px solid rgba(68, 68, 68, 0.18);
    line-height: 20px;
    padding-top: 10px;
}
.directos_inicio {
    height: 35px;
    border-bottom: 1px solid rgba(68, 68, 68, 0.18);
    line-height: 15px;
    padding-top: 5px;
}

.directos_inicio a {
    color: #d5d5d5;
}

.novas-derecha {
    height: auto;
    border-bottom: 1px solid rgba(68, 68, 68, 0.18);
    line-height: 20px;
    padding: 10px 0;
	
}
.listado_profes {
    width: 33%;
    float: left;
    padding: 1px 7px;
	height:auto;
}
.listado_profes_tabs {
    width: 33%;
    float: left;
    height: 10px;
}

.fecha-nova  a > span  {
	    background: rgba(116, 123, 58, 0.78) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: "montserratregular";
    font-size: 12px;
    height: 45px;
    left: 0;
    line-height: 24px;
    /* padding-top: 10px; */
    /* position: absolute; */
    width: 45px;
	padding: 5px 5px;
}
.normal {
	padding: 5px;  /*  clase para todos los td */
}







.border {
	border: 1px #ccc solid;
}

div#login {
	width: 270px;
	height: 120px;
	position: absolute;
	right: 130px;
	top: 20px;
	background: #666;
	padding-left: 10px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
div#login input#email {
	
   background: silver;
   border: 1px solid #393939;
   border-radius: 5px 5px 5px 5px;
   color: #393939;
   font-size: 12px;
   padding: 5px;

}
div#login input#contrasena {
	
   background: silver;
   border: 1px solid #393939;
   border-radius: 5px 5px 5px 5px;
   color: #393939;
   font-size: 12px;
   padding: 5px;

}
div#login input#submit {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 10px;
	left: 86px;
}
/*.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	padding: 5px 15px;
	background: -moz-linear-gradient(
		top,
		#b8b7b6 0%,
		#545454);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b8b7b6),
		to(#545454));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #424140;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
*/
.button {
	font-family: Arial,Helvetica,sans-serif;
	background: #e5e5e5;
	display: inline-block;
	margin: 0 6px;
	padding: 5px 10px 5px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
	background: -moz-linear-gradient(top, #fefefe, #e5e5e5);
	background: -ms-linear-gradient(top, #fefefe, #e5e5e5);
	background: linear-gradient(top, #fefefe, #e5e5e5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}


.cuadros {
    position: absolute;
    font-size: 2em;
    font-weight: 900;
    line-height: 1em;
    bottom: 5px;
    left: 10px;
    text-align: left;
	color:white;
}

.lang {
    color: #fff;
    background-color: #8c5d41;
    padding: 5px;
    border-radius: 20px;
    margin-left: 1px !important;
    border: none;
	    letter-spacing: 2px;

}
.lang:active {
    color: #fff;
    background-color: #444444;
    padding: 5px;
    border-radius: 20px;
    margin-left: 1px !important;
}

/*CALENDARIO*/
.mv-dayname {
    font-weight: normal;
    padding: 2px;
    color: #444444 !important;
    font-size: 15px !important;
    font-family: inherit !important;
}




/*            SECCION MASTERES  */

#masteres {
	padding-top:50px;
	padding-bottom: 50px;
	/*background-color:rgba(68, 68, 68, 0.48);*/
	background-image:url('../img/fondo-masteres.png');
}


#masteres ul {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    list-style-type: decimal-leading-zero;
    color: #db95e6;
    padding-left: 40px;
    /* font-weight: bolder; */
    line-height: 1.6em;
}

#masteres li a {

color:#c295e6;
}
#masteres li a:hover {

color:#e1c2f9;
}

.listado{    padding-left: 30px;
    margin-bottom: 20px;
    list-style: disc !important;}

.boton_benvida {
    color: #ffffff;
    background-color: #d18a5f;
    padding: 9px;
    font-size: 0.9em;
    
}

.boton_benvida:hover {
           color: #ffffff;
    background-color: #d18a5f;
    padding: 9px;
    opacity:0.9;
    font-size: 0.9em;}
	
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 94%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
h4 {line-height:1.3em}

@media (min-width: 992px){
.w20 {
    width: 20%;
}
}
@media (max-width: 768px){
.w20 {
    width: 100%;
}
}



/*.w20 {width:20% !important}*/





