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

/* Botón Ir Arriba
----------------------------------------------- */
/* Botón Ir Arriba
2
----------------------------------------------- */
3
#IrArriba {
4
position: fixed;
5
bottom: 30px; /* Distancia desde abajo */
6
right: 30px; /* Distancia desde la derecha */
7
}
8
 
9
#IrArriba span {
10
width: 60px; /* Ancho del botón */
11
height: 60px; /* Alto del botón */
12
display: block;
13
background: url(http://lh5.googleusercontent.com/-luDGEoQ_WZE/T1Ak-gta5MI/AAAAAAAACPI/ojfEGiaNmGw/s60/flecha-arriba.png) no-repeat center center;
14
}

.date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4F5464;
}

.flotante {
     display:scroll;
         position:fixed;
         bottom:320px;
         right:0px;
}