@charset "utf-8";
#tituloEnvoltura {
	float: left;
	width: 100%;
}
#titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	padding: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#informacionEnvoltura {
	background-image: url(../images/textura_informacion.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	background-color: #F2F2F2;
}
#informacion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
#informacionPrincipal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFF;
	float: left;
	width: 560px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
}
#informacionPrincipalII {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #FFF;
	float: left;
	width: 920px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
}

#informacionLateral {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/light_toast.png);
	background-repeat: repeat;
	padding: 20px;
	float: right;
	width: 316px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#informacionLateralII {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/toast.png);
	background-repeat: repeat;
	padding: 20px;
	float: right;
	width: 316px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
