#loginform{
background-image: url("../imagenes/fondo.jpg");
background-size: contain;
width:670px;
height:500px;
}

#loginform .titulo{
	margin-top: 20px;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#loginform .box_login{	
	width: 100%;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}

#loginform .box_login .box_campo{	
	width: 90%;
	margin: auto;
	padding: 10px;	
	text-align: center;
}

#loginform .box_login .box_campo .etiqueta{
	padding: 5px;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.boton{		
	
	width:100px;
	height:40px;
	cursor:pointer;	
	color:#333;
	font-family: verdana;
	font-size: 14px;
}

.boton2{		
	
	width:200px;
	height:40px;
	cursor:pointer;	
	color:#333;
	font-family: verdana;
	font-size: 14px;
}
.normal {
	width: 60%;
	padding: 5px;
	font-size: 16px;
	background-color: #FFF; 
	color:#333; 	
}

.pintado{
	width: 60%;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: #E0F2F7; 
	color:#084B8A; 	
}

.texto{font-family: verdana; font-size: 14px; color:white;}












/*css modalbox*/
#modalbox_cupon {
	width:700px;
	margin: auto;
	background-color: #e5f9de;
	border:1px solid #000;
	padding:10px;	
	border-radius: 8px 8px 8px 8px;
	font-family: Verdana;
}

#modalbox_cupon #modalbox_head .close{
	cursor:pointer;
        position:relative;
        text-align: right;
}

#modalbox_cupon #modalbox_head .title{
	font-size: 15px;
	font-weight: bold;
	color: #333;
        text-align: center;   
}

#modalbox_cupon #modalbox_body {
        margin-top: 10px;
	height: 270px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: left;
        font-size: 14px;
	color: #000;
        padding: 10px;
}

#modalbox_cupon #modalbox_body .titulo_campo{
	font-weight: bold;
	display: inline-block;
	width: 15%;
	padding: 5px;
	text-align: right;	
}

#modalbox_cupon #modalbox_body .campo {
	display: inline-block;
	padding: 5px;
}

#modalbox_cupon #modalbox_body .envio {
	margin: auto;
	margin-top: 20px;
	text-align: center;	
}

#modalbox_cupon #modalbox_body .obligatorio, #modalbox_cupon #modalbox_footer .obligatorio{
	color: red;
	padding-left: 5px;
}

#modalbox_cupon #modalbox_footer {
	margin-top: 10px;
	font-size: 12px;	
	color: #333;
        text-align: left;
	height: 80px;
}