@charset "utf-8";

/*

    Familias y sexualidades: Prevención del embarazo en adolescentes
    INSTITUTO NACIONAL DE LAS MUJERES, INMUJERES.
	www.inmujeres.gob.mx

   
*/

#floor {
	background:url(../img/floor_plant_02.svg) no-repeat 80% bottom, url(../img/floor_wall.svg) repeat-x center bottom, none;
	background-color:#FFF;
}

hr {
	border-top-color: #98E4D2;
}

/*******************/
/*** MEDIA QUERY ***/
/*******************/

@media only screen and (max-width: 768px) {
	
	#info {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#floor {
		background: url(../img/floor_plant_02.svg) no-repeat center bottom, url(../img/floor_wall.svg) repeat-x center bottom;
	}
}


