/* Capa contenedora de los contenidos */
#container {
	clear:both;
	padding-top:15px;
	text-align:left;
	background-color: #fff;
	color: #333;
	background-image: none;
	background-position: bottom left;
	background-repeat: no-repeat;
}


/* Zona de contenidos */
#content {
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	/* border-left: 1px solid #63B1E5; */
    font-size: 0.85em;
	color: #666;
	text-align: center;

	background-image: none;
	background-position: bottom right;
	background-repeat: no-repeat;
	
	min-height:300px;
}

* html #content {
height:300px;
}

