@charset "utf-8";
/* CSS Document */

.Boxdocentes{
	width: 100%;
	height: 268px;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	display: block; 
}
h3.sumilla{
	padding:15px 0;
	border-top: 1px dotted #999;
	border-bottom:2px solid #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height:26px;
	margin-bottom:20px;
}
.entIzq{
	float: left;
	width: 40%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}

.entDer{
	float: right;
	width: 60%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entDer h4{
	font:20px DINCondBlackAlternate,Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#EC2027;
	margin-bottom:10px;
}
.entDer h5{ text-transform: uppercase; font-size: 13px; font-weight: bold; margin-bottom: 10px;}

.entIzq div.play{background:url(../images/play_button.png) no-repeat center center; width:320px; height:191px; position:absolute; z-index:9000;}