/**
 * Style sheet body_interna
 */
@charset "utf-8"; body
{
	width:100%;
	height:100%;
	display:table;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image:url("../imagenes/bg_fondo1.jpg");
	background-position:top;
	background-repeat:repeat-x;
}
