@charset "UTF-8";
/* CSS Document */

.top_naranja {
	background-image: url(../img/top_naranja.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mid_naranja {
	background-color: #FF9900;
}
.bottom_naranja {
	background-image: url(../img/bottom_naranja.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_blanco {
	background-image: url(../img/top_blanco.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mid_blanco {
	background-image: url(../img/mid_blanco.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bottom_blanco {
	background-image: url(../img/bottom_blanco.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_leyenda {
	background-image: url(../img/top_leyenda.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mid_leyenda {
	background-image: url(../img/mid_leyenda.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.bottom_leyenda {
	background-image: url(../img/bottom_leyenda.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo_mike {
	background-image: url(../img/contenido_mike.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo_jim {
	background-image: url(../img/contenido_jim.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo_rogelio {
	background-image: url(../img/contenido_rogelio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo_john {
	background-image: url(../img/contenido_john.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.conf_top {
	background-image: url(../img/conf_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.conf_middle {
	background-image: url(../img/conf_mid.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.conf_bottom {
	background-image: url(../img/conf_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
