body{
	width: 100%; 
	margin: auto;
		
	background-image: url("../img/TexturaBG_Version light.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	background-color: #f2eded;
	font-family:DIN;
}



.titulo{
	color:#000f5a;
	text-align:center;
}

.titulo_interior{
	border-radius: 0.3rem; 
	color:#fff; 
	height: 40px; 
	padding-top: 10px;
}

.titulo > hr {
	border-top-color:#B3B3B3 !Important;
}


.container{
	margin-top: 5px;
}
#opciones{
	margin-bottom: 2%;
}
.modal-footer{
	padding-top: 2%;
}
.modal-body{
	color: #B3B3B3;
}

.clsOculto{
    display: none;
    FONT-SIZE: 9px;
    color: #393031;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana, arial, helvetica;
    TEXT-DECORATION: none
}

#gif{
	height: 45px;
	display: none;
	float: left;
}

.btn-lg, .btn-group-lg > .btn {
	font-size:20px !important;
	}
	
/* Colores diseñadora*/

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background-color:#114171 !Important;
	border-color:#114171;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus{
	background-color:#007ba9  !Important;
	border-color:#007ba9;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus{
	background-color:#C80000 !Important;
	border-color:#C80000;
}

.btn-default{
	background-color:#B3B3B3;
	border-color:#B3B3B3;	
	color:#393031;
}

/* FIN Colores diseñadora*/



@font-face {
	font-family:DIN;
	src: url(../fonts/dinnextltpro-regular.ttf);
}
