*{
    /* Reseteo de características */
    border:0;
    padding: 0;
    margin: 0;

    /* Características para toda la web */
    box-sizing: border-box;
    font-family: "Segoe UI", "Segoe UI Light", Calibri, Arial;
    color: black;
}

/* CSS body */
body{
    font-size: 1.3em;
}

/* CSS del pie de página */

.piePagina{
    color:#3d3d3d;
    font-size: .9em;
    height: auto;
}

.letraweb{
    font-size: 1.3em;
}

.letraAzul{
    color:#1b6d85;
}

.enlacePie{
    color:#3e3e3e;
}

.enlacePie:hover{
    text-shadow: 1px 1px 1px #777777;
    color:#2a2a2a;
}

.enlacePie:active{
    color:#000000;
    text-shadow: 0px 0px 0px #3c3c3c;
}

.espacio30px{
    min-height: 30px;
}

.espacio20px{
    min-height: 20px;
}

/* CSS de etiquetas */

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    text-decoration: none;
    color: #000;
}

a:active{
    text-decoration: none;
    color: #000;
}

/****** ESTILOS INDEX *****/
.cargaInicial{
    text-align: center;
    padding-top: 25%;
}

.txtCargaInicial{
    font-size: 1.1em;
    font-weight: bold;
    color:#434343;
}

/* CSS de uso general */
.negrita{
    font-weight: bold;
}

.centrar{
    text-align: center;
}

.izquierda{
    text-align: left;
}

.derecha{
    text-align: right;
}

.justificar{
    text-align: justify;
}

.italica{
    font-style: italic;
}

.procesando{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 180%;
    min-height: 200%;
    padding-top: 50%;
    background-color: #0f0f0f;
    opacity:0.6;
    filter:alpha(opacity=60);
    font-size: 2em;
    color: #fff;
}

.hPasos{
    margin-bottom: 3%;
}

.h1Pasos{
}

.h3Pasos{
}

.letraSize-8em{
    font-size: .8em;
}

.letraSize1-3em{
    font-size: 1.3em;
}

.margenInf1em{
    margin-bottom: 1em;
}

.margenInf2em{
    margin-bottom: 2em;
}

.margenSup2em{
    margin-top: 2em;
}

.anchoMinBtn{
    min-width: 200px;
}

.avisoErrorCampo{
    font-size: .8em;
    color:red;
    font-style: italic;
}

.bordeInf{
    border-bottom: 1px solid #afafaf;
}

.fondoFormularios{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.contVolver{
    text-align: right;
}

.btnVolver{
    font-weight: bold;
    color: #8c8c8c;
    cursor: pointer;
}

.btnVolver:hover{
    color: #5e5e5e;
    text-shadow: 1px 1px 1px #bbbbbb;
}

.btnVolver:active{
    color: #5e5e5e;
    text-shadow: 1px 1px 1px #bbbbbb;
}

.listaNoDecorada{
    list-style: none;
}

.subrayadoInf{
    border-bottom: 1px solid #afafaf;
}

.paddingForzado{
    padding: 1em;
}

/* CSS paso2.html */

.fsPaso2{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: #cccccc 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    padding:3% 20%;
}

.fsPaso3{
    border: #cccccc 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 3%;
}

.divPaso2{
    box-sizing: border-box;
    padding: 3% 3% 6% 3%;
}

/* CSS para panel de Perfiles */
.cuadroPerfiles{
    border: 1px solid #afafaf;
    box-sizing: border-box;
    padding: 2% 1%;
}

.cuadroVectores{
    border: 1px outset #afafaf;
    box-sizing: border-box;
    padding: 3% 2%;
}

.colorIni{
    color: #000000;
}

/*Estilos para carousel*/
.carousel-caption {
    z-index: 1;
}
.carousel .item {
    background-color:#555;
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    max-height: 300px;
    margin: auto;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    /* Bump up size of carousel content */
    /*.carousel .item {
        min-height: 235px;
        background-color:#555;}*/

    .carousel {
        margin-bottom: 5px;}
}

@media (min-width: 900px){
    .letraweb{
        font-size: 1em;
    }
}

/* CSS para la animaci�n y localizaci�n de los DIV de cookies */

@keyframes desaparecer
{
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
}

@-webkit-keyframes desaparecer /* Safari and Chrome */
{
    0%		{bottom: 0px;}
    80%		{bottom: 0px;}
    100%		{bottom: -50px;}
}

@keyframes aparecer
{
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
}

@-webkit-keyframes aparecer /* Safari and Chrome */
{
    0%		{bottom: -38px;}
    10%		{bottom: 0px;}
    90%		{bottom: 0px;}
    100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{
    width:100%;
    height:auto;
    margin:0 auto;
    padding-left:1%;
    padding-top:5px;
    font-size: 1.2em;
    clear:both;
    font-weight: bold;
    color: #333;
    bottom:0px;
    position:fixed;
    left: 0px;
    background-color: #FFF;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition: bottom 1s;
    -webkit-transition:bottom 1s; /* Safari */
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
    z-index:999999999;
}

.cookiesms:hover{
    bottom:0px;
}
.cookies2{
    background-color: #FFF;
    display:inline;
    opacity:0.95;
    filter:alpha(opacity=95);
    position:absolute;
    left:1%;
    top:-30px;
    font-size:15px;
    height:30px;
    padding-left:25px;
    padding-right:25px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}

/* Fin del CSS para cookies */

/* Estilos visor de comercios */
.contenedorComercios{
    min-height: 150px;
    margin-bottom: 2%;
    padding: 10px;
    text-align: center;
}

.comercioDatos{
    width: auto;
    margin: 2px 5px;
    display: inline-block;
    border: 1px solid #9a9a9a;
    box-shadow: 2px 2px 3px #9a9a9a;
    max-width: 250px;
    min-width: 250px;
    box-sizing: border-box;
    padding: 5px 1px;
}

.contImgComercio{
    min-height: 150px;
}

.contDesComercio{
    font-weight: 600;
    text-align: center;
    vertical-align: bottom;
    font-size: 0.9em;
}

/* Estilo de condiciones legales */
.contSeccion{
    background-color: white;
    border-radius: 7px;
    border: 1px solid #afafaf;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 50px;
}

/* Estilo paso final */
.enlaceAPP{
    font-size: 1.1em;
}

.enlaceAPP:hover{
    text-shadow: 2px 2px 4px #7f7f7f;
}