

/* typography */
body{
	color:#666;
	/*font-family:'Ubuntu', Arial, Helvetica, sans-serif; */
	font-family:Verdana;
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
	text-align:center;
	
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	/*font-family:'Droid Serif', Arial, Helvetica, sans-serif; */
	font-family:Verdana;
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 

#logo{
	text-align: center;
	width: 100%;
	heigth: 20%;
}
#marca
{
	color: #717175;
	text-align: center;
	font-family:Verdana;
	font-weight: 900;
	font-size: 2em;
	text-align: center;
	margin-top: 10px;
}

p{
	margin: 0px;
}

.p_comodin{
	font-family:Verdana;
	vertical-align: bottom;
	font-size:1.5em;
	padding-top: 7px;
	/* padding: 0.5em 0.5em 0.5em 0.5em auto; */
	height: 38px;
	width: 100%;
}

label {
	font-size:1em;
	font-family: Helvetica;
}

#condiciones{
	margin: 2em 2em 2em 2em;
	text-align: center;
}

.condiciones
{
	text-align: justify;
	color: grey;
	font-family: Arial;
	font-size: 10px;
}

#bonos{
	text-align: center;
	font-family: Verdana;
	font-size: 1em;
	/*margin-left: 4em;*/
}

.boton
{
	font-family: Helvetica;
	vertical-align: middle;
	text-align: center;
	border: 1px;
	width: 250px;
	padding: 15px 5px;
	margin-top: 10px;
}

.aclaracion{
	text-align: center;
	color: grey;
	font-family: Arial;
	font-size: 10px;
}
.aclaracion2{
	text-align: center;
	color: red;
	font-family: Arial;
	font-size: 17px;
}



/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  

/*
CARGAR FUENTE - HELVENTICA REDOUNDED
*/
@font-face
{
 font-family: 'Helvetica Redounded';
 src: url('../fonts/HelveticaRounded-Black.otf');
}

