@import url(http://fonts.googleapis.com/css?family=Metrophobic|Yanone+Kaffeesatz:400,700,300,200&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Bad+Script); /*títulos*/

html, body, div { margin: 0; border: 0 none; padding: 0; }
html, body { width: 100%; height: 440px!important; }
body { background: url(../images/bg_fancybox.png); font: 15px 'Metrophobic', Helvetica, Arial, sans-serif; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { -ms-touch-action: none; }

/* Titulos */
h1,h2,h3,h4,h5,h6 { font-family: 'Bad Script', cursive; line-height: 1.1em; text-decoration: none; text-align:center; }

h1 { font-size: 2.0em; margin: 20px 0 10px 0!important; clear:both; }
h2 { font-size: 1.8em; margin: 20px 0 15px 0!important; padding: 0; color: #000; }
h3 { font-size: 1.6em; margin: 5px 0 15px; padding: 0 0 5px 0; color: #000; font-weight: bold!important; }
h4 { font-size: 1.4em; margin: 35px 0 15px 0; padding: 0; }
h5 { font-size: 1.1em; margin: 5px 0; padding: 0; }
h6 { font-size: 1.0em; margin: 5px 0; padding: 0; text-align: center; color: #666; }

.small { font-size:.8em; text-align:center; color:#666!important; }

/*Selectors*/
::selection { background-color: #FFFFFF; color: #333; }
::-moz-selection { background:#FFFFFF; color:#333; }
::-webkit-selection { background:#FFFFFF; color:#333; }

/* Clears Divs */
.clr { clear:both; height:0px; }

/* CSS */
*:focus { outline: 0; }
img { border: 0 none; }
p { margin: 0 0 15px 0; }

a:link,
a:visited { color:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
a:hover { color:#333; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

.image { text-align:center; margin:20px auto; }

/*LIGHTBOX*/

.btclose { background: url(../images/bt_close.png); width: 60px; height: 50px; display: block; }
#content {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 20px;
	width:660px;
	height:430px;
	overflow: hidden;
}
#content .text { width:95%; }