/* CSS Document */

/* estructura */
	.cuerpo	{background:transparent url('../img/deco/fondo_lateral.jpg') repeat-y;}
	.fondoPieLateral	{background:transparent url('../img/deco/fondo_pie_lateral.jpg') no-repeat 0px bottom;}
	.zonaIzq		{float:left; width:299px; height:auto !important; height:330px; min-height:330px;}
	.zonaContenidos	{float:left; width:601px;}
	
	.zonaBtnVolver	{float:right; margin-top:30px;}
	.btnVolver	{font-size:14px; color:#436e82; background:transparent url('../img/iconos/flecha_atras.png') no-repeat 0px 4px; padding-left:12px;}
	.btnVolver:hover	{color:#000;}

