@charset "utf-8";
.columna {
	float: left;
	height: auto;
	width: 600px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	margin-bottom: 10px;
}
.modulo {
	height: auto;
	width: 300px;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #555555;
	margin-right: 10px;
	padding-right: 10px;
	border-top: 2px dotted #555555;
}

.colPpal {
	height: auto;
	width: 972px;
	float: left;
}
.tituloProds {
	font-size: 14pt;
	color: #FFFFFF;
	display: inline;
}
.productos {
	float: right;
	height: auto;
	width: 300px;
	background-color: #990000;
	color: #FFFFFF;
	background-image: url(iconos/esqNW.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.productosBottom {
	float: left;
	height: 20px;
	width: 300px;
	background-color: #990000;
	color: #FFFFFF;
	background-image: url(iconos/esqSW.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.colSec {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-left: 10px;
	padding-left: 10px;
}
