@charset "utf-8";
.espVert {
	float: left;
	width: 10px;
	height: 500px;
}
.centrar {
	text-align: center;
}

.espHor {
	float: left;
	width: 952px;
	height: 10px;
}
.colPpal {
	float: left;
	width: 600px;
	height: auto;
	border-right: 2px dotted #555555;
	padding-right: 10px;
}
.columnas{
	float:left;
	width:952px;
}
.colSec {
	float: right;
	width: 300px;
	height: auto;
	background-color: #CCCCCC;
	background-image: url(iconos/esqgrisNW.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.colSecBottom {
	float: right;
	width: 100%;
	height: 15px;
	background-color: #CCCCCC;
	background-image: url(iconos/esqgrisSW.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
