/* CSS Document */
.bg_main {
	height:100%;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #60ad1a;
	background-attachment: fixed;
	background-image: url(../imagenes/interfase/fondo_nuevo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_main_jv {
	height:100%;
	width:100%;
	background-image: url(../imagenes/interfase/bgpatjv.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bg_cuerpo {
	background-image: url(../imagenes/interfase/bg_cuerpo_descartado.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.bg_cuerpo2 {
	background-image: url(../imagenes/interfase/bg_cuerpo2.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.bg_portada {
	height:100%;
	width:100%;
	background-image: url(../imagenes/interfase/bgpat_az.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

