@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

 
#screen_full_transparent {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
    /* background-color: #CCC; */
}

#screen_full_opacity {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: .75;
}

#container_general {
    width: 75%;
    height: 75%;
    background-image: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GloucesterMT-ExtraCondensed';
    border-radius: 20px;
	overflow: hidden;
}

#head {
    width: 100%;
    font-size: 24pt;
    line-height: 25px;
    height: 50px;
    color: antiquewhite;
    /* font-weight: bold; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

#title {
    width: auto;
    height: auto;
    line-height: 50px;
    float: left;
    color: antiquewhite;
    text-indent: 20px;
}

#close_popup {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    /*background-color: #9C27B0;*/
    background-image: url(../Fancybox/images/car_x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.content_popup {
    /*background-color: #9C27B0;*/
    width: 100%;
    height: 91%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    display: none;
}

@media screen and (max-width:1366px) {
	
#container_general {
    width: 95%;
    height: 90%;
    background-image: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GloucesterMT-ExtraCondensed';
    border-radius: 20px;
}

#close_popup {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
   /* background-color: #3F51B5;*/
    background-image: url(../Fancybox/images/car_x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

#head {
    width: 100%;
    font-size: 28pt;
    line-height: 25px;
    height: 50px;
    color: antiquewhite;
    /* font-weight: bold; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

.content_popup {
    /*background-color: #3F51B5;*/
    width: 100%;
    height: 91%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    display: none;
}

}

@media screen and (max-width:1024px) {
	
#container_general {
    width: 95%;
    height: 90%;
    background-image: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GloucesterMT-ExtraCondensed';
    border-radius: 20px;
}

#close_popup {
	width: 50px;
	height: 50px;
	float: right;
	cursor: pointer;
	/*background-color: #0CF117;*/
	background-image: url(../Fancybox/images/car_x.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}

#head {
    width: 100%;
    font-size: 22pt;
    line-height: 25px;
    height: 50px;
    color: antiquewhite;
    /* font-weight: bold; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

.content_popup {
    /*background-color: #1BC52F;*/
    width: 100%;
    height: 91%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    display: none;
}

}

@media screen and (max-width:768px) {

#head {
    width: 100%;
    font-size: 20pt;
    line-height: 25px;
    height: 50px;
    color: antiquewhite;
    /* font-weight: bold; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

#container_general {
	width: 95%;
	height: 90%;
	background-image: url(../img/fondo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	top: 5%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'GloucesterMT-ExtraCondensed';
	border-radius: 20px;
}

#close_popup {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    /*background-color: #FFEB3B;*/
    background-image: url(../Fancybox/images/car_x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.content_popup {
    /*background-color: #FFEB3B;*/
    width: 100%;
    height: 91%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    display: none;
}

}

@media screen and (max-width:480px) {
	
.content_popup {
    /*background-color: #FF9800;*/
    width: 100%;
    height: 91%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    display: none;
}

#container_general {
    width: 90%;
    height: 90%;
    background-image: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 4%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GloucesterMT-ExtraCondensed';
    border-radius: 20px;
}

#close_popup {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    /*background-color: #FF9800;*/
    background-image: url(../Fancybox/images/car_x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

}

@media screen and (max-width:320px) {
	
#container_general {
    width: 90%;
    height: 90%;
    background-image: url(../img/fondo.jpg;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 2.5%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GloucesterMT-ExtraCondensed';
    border-radius: 5px;
}

.content_popup {
    /*background-color: #ff1100;*/
    width: 100%;
    height: 91%;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    /* display: none; */
}

#head {
    width: 100%;
    font-size: 20pt;
    line-height: 25px;
    height: 50px;
    color: antiquewhite;
    /* font-weight: bold; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

#title {
    width: auto;
    height: auto;
    line-height: 50px;
    float: left;
    color: antiquewhite;
    text-indent: 10px;
}

#close_popup {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    /*background-color: #ff0000;*/
    background-image: url(../Fancybox/images/car_x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

}

@media (max-width: 840px) and (orientation: landscape) {
	
	#container_general {
    width: 85%;
    height: 80%;
    background-image: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'GloucesterMT-ExtraCondensed';
    border-radius: 5px;
}

#close_popup {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    /*background-color: #9E9E9E;*/
    background-image: url(../Fancybox/images/car_x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.content_popup {
    /*background-color: #9E9E9E;*/
    width: 100%;
    height: 87%;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    /* display: none; */
}
	
}