body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	min-height: 100% !important;
	background: url(../img/fondologin3.png) no-repeat left top fixed !important;
}
.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: url(../img/fondologin3.png) repeat-x left bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.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;
}

/*Personalizacion para boton nuevo usuario de la pantalla de login*/
.morph-button.morph-button-modal-3 {
	display: inline;
	margin: 0;
}

.morph-button-modal-3 > button {
	background-color: transparent;
	color: #0061c8;
	text-transform: none;
	width: auto;
	height: auto;
	margin-left: 1.3em;
	padding: 0;
	line-height: 30px;
	font-size: 0.8em;
}
.morph-button-modal-3 .morph-content{
	background-color: #fff;
	color: #0061c8;
}

.morph-button-modal-3.open .morph-content {
	margin: -210px 0 0 -260px;
	width: 520px;
	height: 420px;
}

.morph-button-modal-3.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}


.morph-button.morph-button-modal-4 {
	display: inline;
	margin: 0;
}

.morph-button-modal-4 > button {
	background-color: transparent;
	color: #0061c8;
	text-transform: none;
	width: auto;
	height: auto;
	margin-left: 1.3em;
	padding: 0;
	line-height: 30px;
	font-size: 0.8em;
}
.morph-button-modal-4 .morph-content{
	background-color: #fff;
	color: #0061c8;
}

.morph-button-modal-4.open .morph-content {
	margin: -210px 0 0 -260px;
	width: 520px;
	height: 420px;
}

.morph-button-modal-4.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    display:none;
}

.ventana{
    width:600px;
    position:absolute;
    top:15%;
    left:50%;
    margin-left:-300px;
	background-color:#fff;
	color:#333;
	padding: 15px;
}

.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;
}
.content-style-form-1 input[type="button"] {
    display: block;
    margin-top: 2.5em;
    padding: 1.5em;
    width: 100%;
    border: none;
    background: #0061c8;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 1.25em;
}

/* 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;
}