/* css complementario index.php */

@import url(principal_print.css);

#col_izd_inicio {
	width: 130px;
	height: 200px;
	padding: 0 20px;
	float: left;
	display: none;
}

#col_dcha_inicio {
	width: 100%;
	padding: 0 20px;
	float: left;
}

.viejosingenios {
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	/*background-image: url('../img/sombralateral_viejosingenios.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;*/
}

#col_dcha_inicio h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 2.4em;
	margin: 0 0 30px 0;
	padding: 0;
	color: #000;
	/*background-image: url('../img/titulo_viejosingenios02.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height: 45px;
	width: 297px;*/
}

#col_dcha_inicio p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}

.ocultar {
	/*display: none;*/
}