@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: 480px;
	border-right: 2px dotted #555555;
	padding-right: 10px;
}
.colSec {
	float: right;
	width: 300px;
	height: 400px;
}
.columnas{
	float:left;
	width:952px;
}


#footer { 
	padding: 0 10px 0 20px;
	margin-top: 0 auto;
	background:#FFF;
	float:left;
	padding-top: 10px;
	font-size:12px;
	text-align:center;
	width:970px;
	color:#666;
} 
#footer p {
	margin: 0;
	width:auto;
	padding: 10px 0;
	text-align:center;
	font-size:12px;
	color:#666;
}


#footer a {
	font-size:12px;
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	font-size:12px;
	color:#666;
	text-decoration:underline;
}
#footer a:visited {
	font-size:12px;
	color:#666;
	text-decoration:none;
}
#footer a:active {
	font-size:12px;
	color:#666;
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}