@charset "utf-8";
.colPpal {
	float: left;
	width: 350px;
	height: 990px;
	text-align: justify;
}
.colSec {
	float: right;
	width: 550px;
	height: auto;
	text-align: justify;
	border-left: 2px dotted #555555;
	padding-left: 15px;
	margin-bottom: 20px;
}
.infoBanco {
	height: 85px;
	width:300px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.logoBanco {
	float: left;
	height: 85px;
	width: 200px;
	padding-top: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.centrar {
	text-align: center;
}

.espVert {
	float: left;
	width: 10px;
	height: 990px;
}
.espHor {
	float: left;
	width: 952px;
	height: 10px;
}
.columnas {
	float: left;
	width: 952px;
}
.flyerCurso {
	float:right;
	width:158px;
	height:220px;
	background-color:#FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin-left: 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;
}
