#tirillas{
	width: 790px;
	height: 100%;
	padding: 5px;
	font-family: century gothic;
	text-align: center;
}
#banner {
height: 105px;
}
#espacio {
	height: 5px;
	width: 100%;
}
#encabezado{
	background-color: white;
	height: auto;
}
#texto_imagen{
	height: 15px;
	width: 200px;
	background-color: #AAABFE;
	padding: 2px;
	float: left;
	text-align: center;
	font-family: Century Gothic;
	color: White;
	font-weight: bolder;
}
#texto_descripcion{
	height: 15px;
	width: 582px;
	background-color: #AAABFE;
	padding: 2px;
	float: left;
	text-align: center;
	font-family: Century Gothic;
	color: White;
	font-weight: bolder;
}
#datos{
	background-color: white;
}
#imagen{
	height: 120px;
	width: 200px;
	background-color: white;
	padding: 2px;
	float: left;
	text-align: center;
	font-family: Century Gothic;
	color: White;
	font-weight: bolder;
	border: 2px solid #AAABFE;
	padding: 5px;
}
#descripcion{
	height: 120px;
	width: 556px;
	background-color: white;
	padding: 2px;
	float: left;
	text-align: justify;
	font-family: Century Gothic;
	font-size: 13px;
	color: black;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: 2px solid #AAABFE;
	text-indent: 20px;
}