html {
	height: 100%;
}
body {
	min-height: 100%;
}
body {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: url("../img/img-fondo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

h3 {
	font: 16px arial, sans-serif;
	color:#0061f8 !important;
}
p {
	font: 12px arial, sans-serif;
}
.centrado {
	float:left;
	text-align:center;
	margin-left:1em;
}
#centrado {
	width: 350px;
	margin: 13% auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #762518;
	font-size: 18px;
	background: url(../img/cita.png) no-repeat left top fixed !important;
}
.full {
	background: #ffffff url("../img/img-fondo.jpg") no-repeat fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}
.modal-footer {   border-top: 0px; }
	.modalusanca {
		opacity:0;
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalusanca:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalusanca > div {
		width: 300px;
		position: relative;
		margin: 13% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
	.underlogo {
	font: 1.3em arial, sans-serif;
	color: red;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-left: 3px;
	}
.underlogo:hover {
	text-decoration: none;
	color: red;
	}

	.logerrmsg {
	font: 12px arial, sans-serif;
	color: red;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	}
.logerrmsg:hover {
	text-decoration: none;
	color: red;
	}
	
.btn-block {
  display: block;
  width: 110px;
  margin: 40px 0 0 20px;
}
.modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    display:none;
	z-index: 99998;
}
.ventana{
    top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
    position:absolute;
    margin-left:-300px;
	background-color:#fff;
	color:#333;
	padding: 15px;
	overflow-y: scroll;
	z-index: 99999;
}

.ventana span{
    color:#fff;
    background-color:#000;
    padding:.2em .5em .3em .5em;
    font-family:Arial;
    font-weight:bold;
    border:2px solid #fff;
    border-radius:50%;
    position:absolute;
    top:15px;
    right:20px;
    cursor:pointer;
}

/* Media Queries */

@media screen and (max-width: 600px) {
	.ventana {
		top: 0% !important;
		left: 0% !important;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
		transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	}
}
/* Loading animation container */
.loading {
   /*display:    none;*/
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
	text-align: center;
    background: rgba( 0, 0, 0, .3) 
                50% 50% 
                no-repeat;
}
.container-loading {
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -50%);
	width: 400px;
	height: 200px;
	margin: 1em;
	background: #fff none repeat scroll 0 0 !important;
}