
#modal_index {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c3d6e0;
	box-sizing: content-box;
	font-size: 1em;
	height: 140px;
	margin-left: -170px;
	padding: 1px;
	top: 200px !important;
	width: 288px;
	z-index: 999999;
	left: 50%;
	position: fixed;
	border-radius: 5px;
	font-family: 'NeoSans';
	color: #4e4e4e;
}

#modal_index .titulo_modal {
    background: none repeat scroll 0 0 #0098be;
    border: 1px solid #b3b3b3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    height: 30px;
    position: relative;
    width: 288px;
}

.reveal-modal .close-reveal-modal {
    font-size: 20px;
    font-weight: 800;
    line-height: .5;
    position: absolute;
    top: 4px;
    right: 6px;
    color: #FFF;
    font-family: 'NeoSans';
    cursor: pointer;
}

#modal_index p {
    float: left;
    margin: 4% 0 0 2%;
    text-align: center;
    line-height: 13px;
}

#modal_index .btn_hacer_aleatoria {
    background: none repeat scroll 0 0 #0098be;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "NeoSans";
    font-size: 12px;
    height: 30px;
    margin: 9px 71px 0 10px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 50%;
}

#modal_index h1 {
    color: #fff;
    float: left;
    font-family: "NeoSans" !important;
    font-size: 14px;
    margin: 7px 0 0 2%;
    text-transform: none !important;
}

.reveal-modal-bg {
    height: 100% !important;
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,.64);
    z-index: 1000;
    top: 0;
    left: 0;
}