/* CSS Document */

/* Cuerpo de la pagina */
body {
	margin:0px;
	width:100%;
	height:100%;

}
html {
	height:100%;
	width:100%;
}

tabla {
}


.bg{
    background:url(../Imagenes/main_bg.jpg) repeat-x;
	margin:0px;
	width:100%;
	height:100%;
}

.a {
background:url(../Imagenes/b.jpg) repeat-y ;
}

.d {
background:url(../Imagenes/d.jpg) repeat-y;
}

.texsecciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top:10px;
	padding-left:20px;
	padding-right: 10px;
	padding-bottom:15px;
	text-align: justify;
} 