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

body	{width:100%;
		height:100%;
		padding:0;
		margin:0;
		background-image:url(../imagenes/bg_top.png);
		background-color:F0F0F0;
		font-family:Arial, Helvetica, sans-serif;
		background-size:100%;
		background-position:top bottom;
		background-repeat:no-repeat}

#botones {margin-top:80px}

.glyphicon.glyphicon-one-fine-dot {
    margin-top: .6em;
    overflow: hidden;
	color:#FF8000
}
.glyphicon.glyphicon-one-fine-dot:before {
    content:"\25cf";
    font-size: 1.5em;
}