ul.categorias {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 40px;
	margin-top: 20px;
}

ul.categorias li {
	background-image: url(../../imagenes/icono_flecha.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
}

ul.categorias li a {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #900;
	padding-left: 15px;
}

#cuadro {
	/*position: absolute;
	width: 375px;
	height: auto;
	top: 194px;
	left: 277px;
	float: left;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;*/
	background-color: #f4f4f4;
	border: 1px dotted #ddd;
	width: 550px;
	margin-left: 90px;
	margin-top: 15px;
	margin-bottom: 30px;
	height: auto;
}

#cuadro_interior {
	/*float: left;*/
	width: 510px;
	margin-top: 10px;
	margin-bottom: 14px;
	margin-left: 20px;
	margin-right: 20px;
}

#cuadro img {
	margin-right: 8px;
	float: left;
}

#cuadro .texto {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #808080;
	width: 475px;
	/*float: left;
	margin-top: 15px;
	margin-bottom: 14px;
	margin-left: 20px;
	margin-right: 20px;*/
}
