html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;

}
#wrap{
    /*background:url(../img/fotos/IMG_20180916_084709592.jpg) no-repeat;*/
    background:url(../img/fotos/fondo.jpeg) no-repeat;
    background-size:cover;
	background-color: #fff;
	background-position: center;
}

#main{
	min-height: 363px;
	height:auto;
	padding-bottom:20px;
	overflow:hidden;
}

input.upper{
	text-transform:uppercase;
}

.panel-login{
	max-width:460px;
	margin:0 auto;
}
.warning{
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 45px;
	color: red !important;
}
#advice{
	margin-bottom:10px;
}
#advice .well{
	margin:2px;
	padding:2px;
	padding-left:45px;
	font-weight:bold;
}
#footer {
    height: 100px;
    background-color: #171714;
}

#header{
    width:100%;
    padding:20px;
}

#bgIntro{
	width: 100%;
	background-image: url(../images/fondo_seg.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-color: #fff;
	padding: 20px;
}

.textoTituloIntro{
	font-weight: bold;
	font-size: x-large;
	font-stretch: initial;
	word-break: normal;
	text-align: left;
	padding-top: 40px;
	background-image: url(../img/bg_texto.png);
	padding: 10px;
	color: black;
}

/*.imgSegey{
    width: 225px;
}*/

.textXXLarge{
    font-size:xx-large;
    font-weight: bold;
    color:#000;
}
.textXLarge{
    font-size:x-large;
    font-weight: bold;
    color:#CCC;
}
.textMedium{
    font-size: 10pt;
}
.titulo{
    padding-top:20px;
}

.circulo {
    width: 100%;
    -moz-border-radius: 50% 50% 0 0;
    -webkit-border-radius: 50% 50% 0 0;
    border-radius: 50% 50% 0 0;
    background-color:#f5f5f5;
    color:#222222;
    font-weight:bold;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);
    min-height: 100%;
    text-align: center;
    cursor: pointer;
    height: 100px;
	overflow:hidden;
}
.circulo:hover {
    background-color:#E4E4E4;
}
.circulo-content:hover{
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.btn-cerrar .btnCerrarCarousel{
    z-index: 5;
    float: right;
    display: block;
    cursor: pointer;
	color:#333;
}

.btn-cerrar .btnCerrarAvisos{
    z-index: 5;
    float: right;
    display: block;
    cursor: pointer;
	color:#333;
}

/******************************************************************/
/*                          LOGIN                                */
/******************************************************************/
.panel-login{
	background-color: rgba(255, 255, 255, 0.7);
}
.panel-login .panel-heading{
	background-color:#2D4B33;
	color:#FFF;
}
.panel-login  .panel-body{
}


/******************************************************************/
/*                          SITIOS                                */
/******************************************************************/
.sitios .panel{
	background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
}
.sitios .panel-body{
	background-color: rgba(255, 255, 255, 0.3);
	min-height:363px;
}

/******************************************************************/
/*                          AVISOS                                */
/******************************************************************/
.pestana-carousel {
	width: 18px;
	float: left;
	background-color: #FF5526;
	color: #FFF;
	font-weight: bold;
	-webkit-box-shadow: -2px 0 3px 3px rgba(0,0,0,.5);
    -moz-box-shadow: -2px 0 3px 3px rgba(0,0,0,.5);
    box-shadow: -2px 0 3px 3px rgba(0,0,0,.5);
    padding: 4px;
    margin-left: -19px;
    margin-top: 30%;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

.pestana-carousel:hover {
	background-color: #2D4B33;
}

.pestana-avisos {
	width: 18px;
	float: right;
	background-color: #FF5526;
	color: #FFF;
	font-weight: bold;
	-webkit-box-shadow: 2px 0 3px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 0 3px 3px rgba(0,0,0,.5);
    box-shadow: 2px 0 3px 3px rgba(0,0,0,.5);
    padding: 4px;
    margin-right: -19px;
    margin-top: 35%;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    text-align: center;
    border-width: 0px 1px 1px 1px;
}

.pestana-avisos:hover {
	background-color: #2D4B33;
}

.avisos .panel{
	background-color: rgba(255, 255, 255, 0.5);
    color: #333;
    font-weight: bold;
	padding:15px;
	font-size:smaller;
	height:363px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.3);
	min-height:363px;
}
.avisos .titulo {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: bold;
    border-bottom: 1px dashed #222222;
    color: #333;
	text-align:center;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
.avisos hr {
	border: 0;
	height: 5px;
	box-shadow: inset 0 12px 12px -12px #333333;
}
.marquesina{
	height:90%;
	overflow:hidden;
}
/*****************************************************************/

.center-vertical{
    margin-top:15%
}
.sinpadding{
    padding-left: 0;
    padding-right: 0;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 16px;
}

@media (max-height: 1225px) {
    .center-vertical{
        margin-top:9%
    }
}
@media (max-height: 900px) {
    .center-vertical{
        margin-top:7%
    }
}
@media (max-height: 700px) {
    .center-vertical{
        margin-top:0%
    }
}
@media only screen and (max-width: 1332px) {
    .textXXLarge{
        font-size:26px;
        font-weight: bold;
        color:#000;
    }
    .imgSice{
        width: 200px;
    }
    .panel-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1183px) {
     .textXXLarge{
        font-size:18px;
        font-weight: bold;
        color:#000;
    }
    .imgSice{
        width: 180px;
        margin-top: 8px;
    }
     .panel-title {
        font-size: 10px;
    }
    .circulo {
        border-radius: 40% 40% 0 0;
		-moz-border-radius: 40% 40% 0 0;
		-webkit-border-radius: 40% 40% 0 0;
    }
    .carousel-text{
        font-size: 11px;
    }
    .btn-cerrar .btnCerrarCarousel {
        width: 17px;
        height: 12px;
    }
    .btn-cerrar .btnCerrarAvisos {
        width: 17px;
        height: 12px;
    }
}

@media only screen and (max-width: 991px) {
     .textXXLarge{
        font-size:13px;
        font-weight: bold;
        color:#000;
    }
    .imgSice{
        width: 170px;
    }
     .panel-title {
        font-size: 11px;
    }
    .carousel-text{
        font-size: 10px;
    }
	.avisos{
		font-size: 10px;
	}
    .img-circle{
		width:40px;
    }
    .circulo{
        font-size: 10px;
        padding-top: 20px;
        border-radius: 20% 20% 0 0;
		-moz-border-radius: 20% 20% 0 0;
		-webkit-border-radius: 20% 20% 0 0;
    }
}

@media only screen and (max-width: 767px) {
	.titulo{
		font-size:14px;
	}
     .textXXLarge{
        font-size:13px;
        font-weight: bold;
        color:#000;
    }
    .circulo{
        font-size: 10px;
        padding-top: 20px;
        border-radius: 0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
    }
	.col-xs-2, .col-sm-2{
		width:18%;
		padding-left:10px;
		padding-right:10px;

	}
	.col-sm-1{
		width:0px;
	}
    .img-circle{
		width:40px;
    }
    .pestana-carousel{
    	display: none;
    }
    .content-carousel{
        display: none;
    }
    .pestana-avisos{
    	display: none;
    }
    .content-avisos{
        display: none;
    }
}

@media only screen and (max-width: 579px) {
	.titulo{
		font-size:14px;
	}
    .circulo{
        font-size: 10px;
        padding-top: 10px;
        border-radius: 0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
		webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
		box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
    }

     .imgSice{
        padding-top: 15px;
        width: 90px;
    }
    .textXXLarge{
        font-size:12px;
        font-weight: bold;
        color:#000;
    }
	.col-xs-2, .col-sm-2{
		width:18%;
		padding:0px;

	}
	.col-sm-1{
		width:0px;
		padding-left:0px;
	}
	.row, .container, #footer{
		margin:0px;
		padding:0px;
	}
}

@media only screen and (max-width: 379px) {
	.titulo{
		font-size:14px;
	}
    .circulo{
        font-size: 10px;
        padding-top: 10px;
        border-radius: 0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
		-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
		box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
	}
    .textXXLarge{
        font-size:9px;
        font-weight: bold;
        color:#000;
    }

}

/********************************************************************/
/*                           DESCARGABLES                           */
#descargables{
	font-size:12px;
}

.tituloDescargable {
	clear:both;
    font-size: 16px;
    font-weight: bold;
    color: #A20202;
}

/********************************************************************/
/*                           PLACEHOLDER                            */
.lb_wrap .lb_label.top, .lb_wrap .lb_label.bottom {
	left: 15px !important;
}
.lb_wrap .lb_label.left {
	left: 0;
}

.lb_label {
	font-weight: bold;
	color: #999;
}

.lb_label.active {
}
