/* Intro */
html, body { background-color: #DB201B; /*rgba(230, 243, 243, 1) url();*/ width: 100%; }
html { height: 100%; }
body { overflow: auto; height: 100%; min-height: 450px; position: relative; }
#bg { position: relative; background: rgba(230, 243, 243, 0.65) url(); /*background: rgba(219, 6, 36, 0.8) url();*/ width: 100%; height: 100%; top: 0; left: 0; z-index:110; /*display:none;*/ }
#logo_previa { overflow: hidden; max-width: 600px; top: 50%; left: 50%; margin-left: -300px; margin-top: -200px; position: absolute; padding: 0 0px 0px 0; color:#BCEDEC; font-size:16px; text-align:center; z-index: 100; font-weight: bold; font-family: Futura, sans-serif; } 
.line { padding-top: 15px; border-bottom: 1px solid #DB0624; margin-bottom: 15px; } 
#subtitle { margin: 2px 10px; }
#welcome { text-align: center; margin: 18px auto; }
#welcome > p { display: inline-block; width: auto; padding: 7px 0 3px; border-top: #BCEDEC solid 2px; border-bottom: #BCEDEC solid 2px; }
#welcome a { display: inline-block; color:#BCEDEC; font-size: 18px; font-weight:normal; text-align:center; cursor: pointer; font-weight: bold; text-decoration: none; } 
#welcome a:hover { color: #CCC; }
.preview { font-weight: bold; font-size: 20.5px; text-align: left; padding-bottom:15px; }
#legal_cookies { bottom: 25px; left: 50%; margin-left:-325px; width:650px; position: absolute; color: #BCEDEC; font-size: 12px; text-align: center; line-height: 18px; z-index: 100; font-family: Baskerville, serif; }
#bg-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
#bg-slideshow img { position: absolute; max-width: none; }
/* /Intro */

/* more than 767 wide and less than 620 height */
@media (min-width: 768px) AND (max-height: 619px) {
	#logo_previa { top: 45%; }
	#logo_previa img { width: 70%; }
}

/* javascript control */
#logo_previa img.logo0,
#logo_previa img.logo1 { width: 100%; height: auto; }
#logo_previa img.logo1 { display: none; }
#logo_previa.modal, 
#logo_previa.modal a { color: #FFF; }
#logo_previa.modal img.logo0 { display: none; }
#logo_previa.modal img.logo1 { display: block; }
#logo_previa.modal.model #welcome > p { border-color: #FFF; }

/* less than 768 */
@media (max-width: 767px) {
	body { height: auto; min-height: 100%; overflow: auto; position: relative; }
	#logo_previa { position: relative; left: 0; right: 0; top: 0; margin: 0; padding: 40px 0 120px; font-size: 13px; max-width: none; }
	#logo_previa img { max-width: 525px; }
	#welcome { width: 50%; max-width: 180px; position: relative; left: 0; right: 0; top: 0; margin: 12px auto; font-size: 15px; }
	#legal_cookies { position: absolute; width: 90%; bottom: 20px; left: 5%; right: 5%; margin: 0; }
}
