﻿#modalLogin{
  z-index: 99999999;
}

.formulario-contacto{
	margin-top: 50px;
	/*padding:40px 10px 60px 10px;*/
	position: relative;
	float: left;
	width: 48%;
	text-align: center;
}
.formulario-contacto form{
	display: block;
	text-align: right;

	/*width: 100%;*/
}
.formulario-contacto form input,
.formulario-contacto form textarea{
	width: 75%;
	font-size: 2em;
	padding: 5px;
	border:none;
	margin-bottom: 10px;
	color: #130657;
	font-weight: 800;
	border-bottom: solid 1px #130657;
}
.formulario-contacto form input{
	height: 60px;
	
}
.formulario-contacto p{
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 5em;
	color: #6d6e70;
}
.formulario-contacto form input.boton-formulario{
	color:#fff;
	background: #130657;
}
.ingresar{
	line-height: 1.5;
	font-size: 1.5em;
	color: #130657;
}
.login{
	width: 32px;
}
.descargaapp{
	position: relative;
	float: left;
	width: 40%;
}
.apptexto{
	margin: 0 auto;
}
.sedecentral{
	background: url(/Content/Imagenes/sedecentral.jpg) no-repeat center center;
	background-size: cover;
}
.sinsede{
	background: url(/Content/Imagenes/placa_web.jpg) no-repeat center center;
	background-size: cover;
}
.sedemendoza{
	background: url(/Content/Imagenes/sedecentral.jpg) no-repeat center center;
	background-size: cover;
}
.sedemaipu{
	background: url(/Content/Imagenes/sedemaipu.jpg) no-repeat center center;
	background-size: cover;
}
.sedesanmartin{
	background: url(/Content/Imagenes/sedesanmartin.jpg) no-repeat center center;
	background-size: cover;
}
.sedepedromolina{
	background: url(/Content/Imagenes/sedepedromolina.jpg) no-repeat center center;
	background-size: cover;
}
.sedesanjuan{
	background: url(/Content/Imagenes/sedesanjuan.jpg) no-repeat center center;
	background-size: cover;
}
.sedesanluis{
	background: url(/Content/Imagenes/sedesanluis.jpg) no-repeat center center;
	background-size: cover;
}
.sedevillamercedes{
	background: url(/Content/Imagenes/sedesanluis.jpg) no-repeat center center;
	background-size: cover;
}
.bg-app{
	width: 100%;
	height: auto;
}


 .modal {
  background-color: rgba(200,200,200,.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  overflow: hidden;
  opacity:1;
  -webkit-overflow-scrolling: touch;
}

/*.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}*/
.modales_login .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modales_login .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modales_login .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modales_login .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modales_login .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
 .modales_login .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modales_login .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modales_login .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modales_login .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modales_login .modal-body {
  position: relative;
  padding: 15px;
}
.modales_login .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modales_login .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modales_login .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modales_login .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modales_login .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modales_login .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.modales_login .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modales_login .buscando-modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:50px;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
  
}

.modales_login .vertical-alignment-helper-busqueda {
    display:table;
    height: 100%;
    width: 100%;
}

.modales_login .vertical-align-center-busqueda {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modales_login .modal-contenido-busqueda{
  background-color:#fff;
  width:90%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modales_login .modal-contenido-busqueda img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modales_login .modal-contenido-error{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #f91919;
}

.modales_login .modal-contenido-error h2{
	color:#130657;
	margin: 20px 0;
    font-size: 2.2em;
    
}

.modales_login .modal-contenido-error img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modales_login .modal-contenido-confirmacion{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modales_login .modal-contenido-confirmacion img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modales_login .modal-contenido-confirmacion h2{
	color:#130657;
	margin: 20px 0;
    font-size: 1.5em;
}

.modales_login .modal-contenido-confirmacion h6{
	color:#130657;
	margin: 20px 0;
    font-size: 2.5em;
}

.modales_login .vertical-align-center-confirmacion {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modales_login .vertical-alignment-helper-confirmacion {
    display:table;
    height: 100%;
    width: 100%;
}

.modales_login .modal-contenido{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
}

.modales_login .modal-contenido h6{
	color:#130657;
	margin: 20px 0;
}

.modales_login .modal-contenido h2{
	color:#130657;
	margin: 20px 0;
    font-size: 2.2em;
    
}

.modales_login .modal-contenido img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modales_login .modal-contenido form{
	width: 100%;
}
.modales_login .modal-contenido input{
	width: 100%;
	height: 40px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #130657;
	padding:30px 0 ;
	font-size: 1.7em;
}
.modales_login .modal-contenido input:last-of-type{
	border:none;
	background: #fbae16;
	margin-top: 40px;
	    height: 59px;
    padding: 10px 0;
    border-radius: 10px;
}
.modales_login h1{
	font-size: 1rem;
	text-align: center;
}
.modales_login h6{
	font-size: 3rem;
	text-align: center;
}
.subtitulo {
	font-size: 2em;
}
.paginacion a {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  color: #848484;
  font-size: 1rem;
  background-color: #f1f1f1;
  border-radius: 5px 5px 5px 5px;
  letter-spacing: 1px;
  /* border-bottom: 1px solid #f15e1c; */
}

.paginacion {
  display: block;
  width: 100%;
  overflow: -webkit-paged-x;
  text-align: center;
  padding-top: 10px;
}