@charset "utf-8";
.espHor {
	float: left;
	width: 972px;
	height: 10px;
}
.espVert {
	float: left;
	width: 10px;
	height: 800px;
}
.dash {
	float: left;
	width: 972px;
	height: 168px;
}
.video {
	float: left;
	width: 600px;
	height: 400px;
	text-align: center;
}
.menuAcceso {
	float: right;
	width: 160px;
}
.espHor2 {
	float: left;
	width: 952px;
	height: 1px;
	border-bottom: 2px dotted #555555;
	margin-bottom: 8px;
}
.columna {
	float: left;
	width: 304px;
	text-align: justify;
}
.colEspVert {
	float: left;
	width: 8px;
	height: 330px;
	border-right: 2px dotted #555555;
	margin-right: 10px;
}
.colPpal {
	float: right;
	width: 972px;
	margin-bottom: 10px;
}
.flyerCursoOpciones {
	background-color: #CCCCCC;
	float: left;
	height: 22px;
	width: 151px;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 3px;
}
.flyerCursoOpcionesHover {
	background-color: #333333;
	float: left;
	height: 22px;
	width: 151px;
	border: 1px dotted #999999;
	padding-left: 5px;
	padding-top: 3px;
	color: #FFFFFF;
	cursor: pointer;
}

