﻿* {
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

/*.bordetabla {
    width: 100%;
    border-collapse: collapse;
}*/

.empty-layout {
    height: 0;
}

.valign td {
    vertical-align: top;
}

/* INLINE */
.btn {
    font-size: 10px;
    padding: 4px;
    color: #0072c6;
    background-color: #efd5dd;
    background-image: url('') !important;
    border: 1px solid #0072c6;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.color-color {
    color: #0072c6 !important;
}
/* INLINE */

/* REGISTRO */
.layout-form, .sublayout-form {
    box-sizing: border-box;
}

.layout-form {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.sublayout-form {
    padding: 0;
    margin: 0;
    border: 0
}

.dxflGroupCell_Office2010Blue {
    padding: 0 5px;
}

.tabla-registro {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.clear
{
	clear: both;
}

.centrar {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

.centrar-registro, .centrar-solicitud, .centrar-resetclave {
    margin: 0 auto;
    box-sizing: border-box;
}

.centrar-registro {
    width: 900px;
}

.centrar-solicitud {
    width: 800px;
}

.centrar-resetclave {
    width: 280px;
}

.grid-estado {
    width: 600px;
    margin: 0 auto;
}

.quita-headers-adap .dxgvADT td:first-child {
    display: none;
}

.popup-control {
    width: 450px;
}

.alert {
    width: 98%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.lista-simple {
    list-style: none;
}

.lista-simple li {
    float: left;
}

/*html {
    height: 100%;
    box-sizing: border-box;
}*/

html, body {
    margin: 0;
	padding: 0;
	height: 100%;
}

body {
    background-color: #fff;
	font-family: "Segoe UI", "Georgia", "Trebuchet MS", Georgia, Arial, sans-serif;
}

#form1 {
	min-height: 100%;
	position: relative;
}

/*#pagina {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}*/

#cabecera {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #fff url('../Img/cabecera.jpg') no-repeat center;
    transition: all .5s ease-out;
    border-bottom: 1px solid #303684;

    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

h1 {
    display: none;
}

#usuario {
    float: right;
    margin-top: 5px;
    padding: 0 5px 4px 5px;
    color: #0072c6;
}

#usuario > div {
    width: 100%;
    display: block;
    float: right;
}

#usuario #accesos, #usuario > div + div {
    margin-top: 7px;
}

#usuario #usuario-login {
    text-align: right;
    float: right;
}

#usuario #usuario-login > span:after {
    content: " | ";
}

#usuario #accesos {
    float: right;
}

#usuario #accesos #linkmoodle2, #usuario #accesos #linkecuidados2
{
    float: right;
    display: block;
    width: 129px;
    height: 28px;
    text-indent: -99999px;
}

#usuario #accesos #linkmoodle2
{
    background-image: url('../Img/linkmoodle.jpg');
}

#usuario #accesos #linkecuidados2
{
    background-image: url('../Img/linkecuidados.jpg');
}

#usuario #accesos #linkmoodle2:hover
{
    background-image: url('../Img/linkmoodle2.jpg');
}

#usuario #accesos #linkecuidados2:hover
{
    background-image: url('../Img/linkecuidados2.jpg');
}


/*#usuario > div, #usuario > div + div
{
    float: left;
    overflow: hidden;
}*/

#lbLogout {
	color: #0072c6 !important;
}

.cerrarsesion
{
    color: #fff;
    text-decoration: underline;
    margin-right: 5px;
}

#menutool
{
    float: right;
}

#menu_ayuda
{
    float: right;
    /*position: absolute;
    top: 148px;
    right: 0;*/
}

.tabla-emulacion {
    margin: 0;
    padding: 0;
    border-collapse: collapse !important;
}

.boton-emulacion {
    margin-top: -3px !important;
}

#contenedor
{
    width: 100%;
    padding: 25px 20px 70px 20px;
    box-sizing: border-box;
    /*display: none;*/
}

#contenedor h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #0072c6;
    margin-bottom: 40px;
}

#contenedor h2 span.titulo-centro {
    position: relative;
    top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

#contenedor h2 span.titulo-centro span {
    color: #0072c6 !important;
    font-weight: lighter !important;
}

.titulo3 {
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.titulo3 h3 {
    display: inline-block;
    font-weight: lighter;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
}

#contenido_pais
{
    width: 100%;
    height: 545px;
    background: transparent url('../Img/mapa.jpg') no-repeat center;
    border: 1px solid #fff;
}

#selec_pais
{
    width: 45%;
    margin-top: 253px;
    /*background-color: #d0f1ff;*/
    background-color: rgba(178, 73, 107, 0.75);
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    padding-right: 16px;
    float: left;
}

#selec_pais_texto
{
    float: left;
    width: 197px;
    height: 60px;
    margin-top: 246px;
    background: transparent url('../Img/fondopais.png') no-repeat center;
}

#selec_pais_texto p
{
    width: 150px;
    font-size: 12px;
    margin: 14px 0 0 34px;
}

#selec_pais_texto p span
{
    font-weight: bold;
    text-decoration: underline;
    color: #0072c6;
}

#selec_pais table.tabla_pais
{
    float: right;
}

.centrar_tabla
{
    margin: 0 auto;
}

#login-contenedor {
    width: 734px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent url('../Img/login.png') no-repeat center right;
}

.login-img {
    display: none;
}

#login-contenedor .form {
    float: right;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
}

#login-contenedor > .form + .form + .form {
    width: 229px !important;
    height: 285px !important;
    float: left;
    margin-top: 4px;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px 12px 7px 12px;
}

#login-contenedor > .form + .form + .form #Contenido_ASPxFormLayout1_0 .dxflGroupBox_MetropolisBlue {
    height: 260px !important;
}

#login-contenedor .login-form {
    padding-bottom: 6px;
}

#login-contenedor #Contenido_ASPxFormLayout1_btnRegistrarseImg {
    margin-bottom: 0 !important;
}

#login-contenedor #Contenido_ASPxFormLayout1_btnRegistrarse {
    margin-top: 42px;
    padding: 0 0 10px 0;
}

#login-contenedor #Contenido_ASPxFormLayout1_btnRegistrarse span {
    margin-top: -25px;
    font-size: 0.9em;
    font-weight: lighter;
    padding: 2px 5px;
    background-color: #c6e6f3;
    color: #1390e2;
    border: 1px solid #1390e2;
}

#login-contenedor a#Contenido_ASPxFormLayout1_btnRegistrarse:hover span {
    color: #fff;
    background-color: #0072c6;
}

/*#login-contenedor > .form + .form + .form .dxflGroupBox_MetropolisBlue {
    border: none;
}

#login-contenedor > .form + .form + .form .dxflGroupBoxCaption_MetropolisBlue {
    display: none;
}*/

#login-contenedor > .form + .form + .form .dxflGroupCell_MetropolisBlue,
#login-contenedor > .form + .form + .form .dxflGroup_MetropolisBlue {
    padding: 0;
}

#login-contenedor > .form + .form + .form .dxflGroupBox_MetropolisBlue {
    height: 0 !important;
    padding: 0 !important;
}

#login-contenedor .login-img {
    margin-top: 7px;
    padding: 0 10px;
}

.entrada
{
    margin: 40px auto;
    width: 800px;
    height: 497px;
    background: transparent url('../Img/mapa.jpg') no-repeat center;
}

.ayuda_contenedor
{
    width: 780px;
    margin: 0 auto;
    top: 70px;
    position: relative;
    left: 0px;
}

.ayudaimg
{
    width: 278px;
    height: 277px;
    position: absolute;
    top: 15px;
    left: 390px;
    z-index: 1;
}

.ayuda
{
    width: 437px;
    height: 291px;
    font-size: 13px;
    background: transparent url('../Img/fondoayuda.png') no-repeat center;
    position: absolute;
    top: 9px;
    z-index: 100;
}

.ayuda ul
{
    width: 270px;
    margin-top: 61px;
    padding-left: 60px;
    margin-left: 4px;
}

.accesocampus
{
    width: 113px;
    position: absolute;
    right: 0;
    top: 27px;
    z-index: 100;
}

a[id*="linkmoodle"], #Contenido_nContenido_linkecuidados
{
    display: block;
    width: 113px;
    height: 113px;
    text-indent: -9999px;
}

a[id*="linkmoodle"]
{
    background-image: url('../Img/moodle.png');
}

#Contenido_nContenido_linkecuidados
{
    margin-top: 20px;
    background-image: url('../Img/ecuidados.png');
}

a[id*="linkmoodle"]:hover
{
    background-image: url('../Img/moodle2.png');
}

#Contenido_nContenido_linkecuidados:hover
{
    background-image: url('../Img/ecuidados2.png');
}

.peticion
{
    width: 600px;
    margin-bottom: 20px;
    text-align: center;
}

.peticion p span
{
    line-height: 25px;
}

.peticion span.destacacurso
{
    font-weight: bold;
    text-transform: uppercase;
    color: #0072c6;
}

.solicitante_izq
{
    margin-left: 0px;
}

.consultar_sol
{
    margin-left: 20px;
}

#msginfo
{
	width: 100%;
	height: 100%;
	position: relative;
}

#msgbotonera
{
	bottom: 0;
	right: 0;
	position: absolute;
}

.negrita
{
    font-weight: bold;
}

.subrayado
{
    font-weight: bold;
    text-decoration: underline;
}

.color
{
    font-weight: bold;
    color: #0072c6;
}

.colorsubrayado
{
    text-decoration: underline;
    color: #0072c6;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    box-sizing: border-box;
}

.alert .importante {
    display: block;
    margin-bottom: 10px;
}

.alert p {
    margin: 0;
    padding: 0;
    line-height: 1.3em !important;
}

.registro ul
{
    margin-left: 20px;
}

.registro ul li, .ayuda ul li
{
    margin-top: 10px;
}

.registro img
{
    vertical-align: middle;
}

.centrar_outer
{
    float: right;
    right: 50%;
    position: relative;
}

.centrar_inner
{
    float: right;
    right: -50%;
    position: relative;
}

.busqueda
{
    margin-bottom: 20px;
}

.margin-top-2 {
    margin-top: 2px;
}

.pbusqueda {
    overflow: hidden;
    margin: 0;
}

.pbusqueda li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.pbusqueda li:last-child {
    margin-right: 0;
}

.pbusqueda li span {
    float: left;
}

.pbusqueda li span.pbusqueda-label {
    padding: 3px 2px 3px 0;
}

.destaca_izq, .destaca_izq_color
{
    display: inline-block;
}

.destaca_izq
{
    padding: 0 16px 0 10px;
}

.destaca_izq_color
{
    padding: 6px 16px 6px 10px;
    background-color: #d4edff;
    border-left: 4px solid #0072c6;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
}

.destaca_izq_color span {
    color: #0072c6 !important;
    font-weight: normal !important;
}

.destaca_drch a {
    float: right;
    padding: 3px 6px;
    border: 1px solid #fff;
    /*text-transform: uppercase;*/
    text-decoration: none !important;
    letter-spacing: 1px;
    padding: 3px 8px;

    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
}

.destaca_drch a:hover {
    border: 1px solid #7e7e7e;
}

.destaca_error
{
    display: inline-block;
    padding: 0 16px 2px 10px;
    background-color: #ffe7e7;
    border-left: 4px solid #FF6266;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
}

.volver
{
    line-height: 10px;
}

#contenedor .volver a
{
    color: #7e7e7e;
    text-decoration: underline;
}

.ruta
{
    margin-bottom: 20px;
}

.destaca_curso span
{
    font-size: 1.2em;
    text-transform: uppercase;
}

.error
{
    margin-bottom: 20px;
}

.informacion, .informacion2
{
    font-style: italic;
    font-size: 11px;
    color: #606060;
    text-align: justify;
    padding: 7px;
}

.informacion
{
    background-color: #F4F4F4;
}

.informacion2
{
    margin-bottom: 20px;
}

.passInfo
{
    text-align: justify;
    background-color: #ffffbd;
    border: 1px solid #ffce00;
}

.passInfo ul li, .passInfo h3
{
    /*color: #3c3c3c;*/
    color: #a56b4a;
}

.passInfo h3
{
    margin-top: 5px;
    margin-bottom: 15px;
}

.passInfo ul
{
    margin-left: 30px;
}

.passInfo ul li
{
    margin-bottom: 10px;
}

.espacio
{
    margin-bottom: 20px;
}

.espacio2
{
    margin-bottom: 40px;
}

.espacio3
{
    margin-bottom: 200px;
}

.separacion, .separacion_izq, .separacion_drch
{
    height: 13px;
}

.separacion_izq, .separacion_drch
{
    width: 106px;
    height: 13px;
}

.separacion
{
    width: 100%;
    margin: 40px 0 40px 0;
    background: #fff url('../Img/separacion.jpg') repeat-x;
}

.separacion_izq
{
    float: left;
    background: #fff url('../Img/separacion_izq.jpg') no-repeat;
}

.separacion_drch
{
    float: right;
    background: #fff url('../Img/separacion_drch.jpg') no-repeat;
}

.contenedor_grupos
{
    width: 100%;
    height: 100%;
    display: table;
}

.contenedor_grupos > div
{
    display: table-cell;
    vertical-align: top;
}

.table_hr
{
    margin: 20px 0 20px 0;
}

.gestgrupos_disponibles, .gestgrupos_seleccionados
{
    width: 50%-32px;
}

.gestgrupos_botones, .gestcoord_botones
{
    width: 64px;
    text-align: center;
    margin-top: 40px;
}

.gestgrupos_botones ul, .gestcoord_botones ul
{
    list-style: none;
}

.gestgrupos_botones ul li, .gestcoord_botones ul li
{
    margin-bottom: 20px;
}

.maspadding
{
    padding-top: 38px;
}

.maspadding2
{
    padding-top: 100px;
}

.tabla_docsubidos
{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.tabla_docsubidos tr td span:first-child
{
    font-weight: bold;
    color: #0072c6;
}

.volverPago
{
    float: right;
    background: transparent url('../Img/return.png') no-repeat;
    padding-left: 20px;
}

.panelPagos
{
    width: 800px;
    overflow: hidden;
    margin-bottom: 15px;
}

.lista-pagos {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

.lista-pagos li {
    float: left;
}

.lista-pagos li:first-child {
    padding-top: 6px;
    margin-right: 10px;
}

.lista-pagos li:last-child {
    float: right;
}

.solicitud-inicio {
    width: 700px;
    margin: 30px auto;
    color: #000;
    font-size: 1.2em;
}

.solicitud-inicio p {
    line-height: 25px;
}

.solicitud-inicio ol {
    margin: 20px 0 20px 50px;
}

.solicitud-inicio ol li {
    margin-bottom: 15px;
}

.solicitud-inicio ol li span {
    font-weight: bold;
}

.solicitud-inicio ol li:last-child {
    margin-bottom: 0;
}

.solicitud-inicio ol li span.color {
    font-weight: normal;
    text-decoration: underline;
}

.info-solicitud {
    width: 100%;
    font-size: 1.2em;
    display: block;
    text-align: center;
    margin-bottom: 7px;
}

.condiciones {
    height: 112px;
    overflow-y: hidden !important;
}

/*.condiciones2 {
    height: 970px;
}*/

.condiciones, .condiciones2 {
    width: 100%;
    overflow-y: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
}

.condiciones2:after {
    content: "";
    display: block;
    height: 5px;
}

.img-pagos ul {
    list-style: none;
    float: right;
    
}

.img-pagos ul li {
    float: left;
    margin-right: 6px;
}

.img-pagos ul li:last-child {
    margin-right: 0;
}

#footer-bg, #footer {
    height: 59px;
}

#footer-bg {
    width: 100%;
    height: 59px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #4a4a4a;
    background: transparent url('../Img/footer-bg.jpg') repeat-x;
}

#footer {
    width: 938px;
    margin: 0 auto;
    background: #fff url('../Img/footer.jpg') no-repeat center;
}

.js_contenedor
{
    width: 100%;
    background-color: Yellow;
    height: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.js_texto
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.cookies
{
    display: none;

    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 914px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(3, 57, 95, 0.8);
    color: #fff;
}

.cookies_close
{
    position: relative;
    float: right;
    margin: 7px 20px 0 0;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-family: "Comic Sans MS", cursive;
    font-size: 13px;
}

.cookies_text
{
    margin: 0 auto;
    width: 60%;
}

.cookies_text h3
{
    margin-bottom: 6px;
}

.cookies_text p
{
    font-size: 12px;
    text-align: justify;
}

.cookies_text a
{
    color: #fff;
    text-decoration: underline;
}

/* DataRow Template */
.datarowTemplate
{
    border-collapse: collapse;
    width: 100%;
}

.datarowTemplate tr td
{
    border: solid 1px #C2D4DA;
    padding: 6px;
}

#sinborde table tr td
{
    border: 1px solid green;
    border: 0;
    padding: 6px 0;
}

.datarowTemplate td.anchoCol1
{
    width: 240px;
}

.datarowTemplate td.anchoCol2
{
    width: 400px;
}

.datarowTemplate td.color
{
    background-color: #F4F4F4;
}

.datarowTemplate td.color span
{
    font-weight: bold;
}

.datarowTemplate td.destaca
{
    background-color: #ffffbd;
}

td.orden span
{
    font-size: xx-large;
    font-weight: bold;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 20px;
}

td.concepto span
{
    font-weight: bold;
}

td.texto
{
    background-color: #F4F4F4;
    text-align: justify;
    line-height: 16px;
}

#traspaso {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-top: 15px;
    /*display: none;*/
}

#traspaso ul {
    list-style: none;
}

#traspaso ul li {
    float: left;
    margin-right: 10px;
}

#traspaso ul li:last-child {
    margin-right: 0;
}

.httperror
{
    margin: 0 auto;
    width: 650px;
    box-sizing: border-box;
    font-family: Verdana, Geneva, sans-serif;
    padding: 20px;
}

.httperror h2
{
    padding: 3px 0;
    color: #0072c6;
    border-bottom: 2px solid #0072c6;
    text-align: center;
}

.httperror img
{
    margin: 40px auto;
    display: block;
    box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 0.65);
    -webkit-box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 0.65);
    -o-box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 0.65);
    -ms-box-shadow: 0px 2px 16px 0px rgba(50, 50, 50, 0.65);
}

.httperror div {
    font-size: 11px;
    line-height: 16px;
    background-color: #FFFFCC;
    padding: 10px;
}

.httperror p
{
    margin: 0;
    padding: 0;
}

.httperror a {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    color: #0072c6;
}

.httperror a:hover {
    text-decoration: underline;
}

/* DX */

table.dxgvTable_Office2010Blue tr.dxgvDataRow_Office2010Blue td.dxgv a, enlace,
td.dxflGroupCell_Office2010Blue div.dxflItem_Office2010Blue a
/*, table.dxgvTable_Office2010Blue tr.dxgvDataRow_Office2010Blue a.dxeHyperlink_Office2010Blue*/
{
    color: #0072c6;
    text-decoration: underline;
}

.layoutitem_centrar
{
    text-align: center;
}

.layoutitem_drch
{
    text-align: right;
}

.layoutitem_izq
{
    text-align: left;
}

.dxWeb_pcCloseButton_Office2010Blue  {
    margin-right: 22px;
}

.dxm-overlay {
    background-color: rgba(0, 0, 0, 0.70) !important;
    z-index: 999 !important;
}

.dxm-slide-panel .dxm-vertical li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cfcfcf;
}

.dxm-slide-panel .dxm-vertical li:last-child {
    border-bottom: 0;
}


/* MEDIA QUERIES */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1250px) {
    .pbusqueda.tres-cols li, .pbusqueda.tres-cols li span {
        float: none;
        display: block;
    }

    .pbusqueda.tres-cols li {
        margin-right: 0;
    }

    .pbusqueda.tres-cols li span.pbusqueda-boton {
        text-align: center;
        margin-top: 10px;
    }

    .pbusqueda.tres-cols li span.pbusqueda-ancho-especial table.dxeButtonEditSys {
        width: 300px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .centrar-registro {
        width: 100%;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1100px) {
    #cabecera {
        background-position-x: -40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    #selec_pais, #selec_pais_texto {
        position: relative;
        float: none;
        clear: both;
    }

    #selec_pais {
        width: 270px;
        margin: 0 auto;
        margin-top: 80px;
    }

    #selec_pais_texto {
        width: 190px;
        margin: 0 auto;
    }

    #selec_pais_texto p {
        padding-top: 13px;
    }

    .entrada, .entrada .ayuda_contenedor, .entrada .ayuda_contenedor .ayuda {
        width: 100%;
    }

    .entrada .ayuda_contenedor .ayudaimg, .entrada .ayuda_contenedor .accesocampus {
        display: none;
    }

    .entrada .ayuda_contenedor .ayuda {
        position: static;
        width: 380px;
        height: auto;
        margin: 0 auto;
        background: none;
        background-color: #fff;
        border: 1px solid #bbb;
        box-sizing: border-box;
    }

    .entrada .ayuda_contenedor .ayuda ul {
        width: 100%;
        margin: 0;
        padding: 10px 20px 15px 40px;
        box-sizing: border-box;
    }

    .centrar-solicitud {
        width: 100%;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 948px) {
    #footer {
        width: 100%;
    }
}

@media only screen and (max-width: 860px) {
    .boton-emulacion {
        margin-top: 0 !important;
        height: 32px !important;
    }

    .pbusqueda.dos-cols li, .pbusqueda.dos-cols li span {
        float: none;
        display: block;
    }

    .pbusqueda.dos-cols li {
        margin-right: 0;
    }

    .pbusqueda.dos-cols li span.pbusqueda-boton {
        text-align: center;
        margin-top: 10px;
    }

    .pbusqueda.dos-cols li span.pbusqueda-ancho-especial table.dxeButtonEditSys {
        width: 300px !important;
    }

    .panelpagos {
        border:1px solid red !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #contenedor
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    #contenedor h2 {
        text-align: center;
    }

    .entrada {
        margin-top: 0;
    }

    .entrada .ayuda_contenedor {
        top: auto;
    }

    .httperror {
        width: 100%;
    }

    .httperror img {
        width: 90%;

        clear: both;
    }

    .solicitud-inicio {
        width: 100%;
    }
}

@media only screen and (max-width: 740px) {
    #login-contenedor {
        width: 100%;
    }

    #login-contenedor .login-img {
        display: none;
    }

    #login-contenedor .form {
        /*width: 49.5%;*/
        margin-right: 0;
    }
}

@media only screen and (max-width: 700px) {
    .grid-estado {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .popup-control {
        width: 300px;
    }

    .entrada .ayuda_contenedor .ayuda {
        width: 100%;
    }

    .campo-form {
        width: 100% !important;
    }

    #login-contenedor {
        background: none;
    }

    #login-contenedor .form {
        width: 100%;
    }

    #login-contenedor > .form + .form + .form {
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 4px;
    }

    /*[class*="dxpcLite_"] {
        width: 100% !important;
        padding: 10px;
        box-sizing: border-box;
    }*/

    /*#msginfo {
        width: 100% !important;

        overflow:hidden;
    }*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    #selec_pais {
        width: 100%;
        border-radius: 0;
        padding-right: 0;
    }

    #selec_pais table.tabla_pais {
        float: none;
        margin: 0 auto;
    }

    .tabla_pais tr td.mod-display {
        display: table-header-group;
    }

    tabla_pais tr td.mod-display + td.mod-display {
        display: table-footer-group;
    }

    .centrar-resetclave {
        width: 100%;
    }
}