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

body {
	background-image:url(../imagenes/bg_white.png);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
}
#btn_regresar{
	width:1200px;
	height:32px;
	
	}
#redes{
		margin-left:1020px;
}

#redes li{
	width:32px;
	height:32px;
	float:left;
	list-style:none;
	margin-right:10px;
		
	}
#facebook{
	background-image:url(../imagenes/redes.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
#facebook:hover{
	background-position:0px -32px;
	}
#twitter{
	background-image:url(../imagenes/redes.png);
	background-repeat:no-repeat;
	background-position: -33px 0px;
	}
#twitter:hover{
	background-position:-33px -32px;
	}
#youtube{
	background-image:url(../imagenes/redes.png);
	background-repeat:no-repeat;
	background-position: -65px 0px;
	}
#youtube:hover{
	background-position:-65px -32px;
	}



