@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400,700);
body{
    margin:0;
    background-color:#FFF;
}

/*      ----------   HEAD START    ---------     */


#header_especial{
    width: 100%;
    height: 65px;
    position: fixed;
    background-image:url("images/header_bg.png");
    background-repeat:repeat-x; 
	top: 0px;
    left: 0;
    z-index: 10;
}
#header_especial .content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_especial .logo a {
	width: 102px;
	height: 22px;
	display: block;
	float: left;
	background-image: url(images/LN_logo_color.png);
    background-repeat: no-repeat;
	margin: 15px 0 auto 15px;
}
#header_especial .title {
    display: block;
	float: left;
    margin: 17px 0 0 15px;
    font-size: 15px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #999;
}
#header_especial .share {
    display: block;
	height: 30px;
	padding: 15px;
	float: right;
    margin: 0 20px 0 0;
}
#header_especial .share li {
	float: left;
    margin: 2px;
    list-style: none;
}
#header_especial .share li a {
	width: 30px;
	height: 30px;
	display: block;
	opacity: 1;
	transition: opacity 0.5s ease 0s;
}
#header_especial .share li a.facebook {
	background:url(images/head_FB_negro.png);
    background-repeat:no-repeat;
}
#header_especial .share li a.twitter {
	background:url(images/head_TW_negro.png);
    background-repeat:no-repeat;
}
#header_especial .share li a.googleplus {
	background:url(images/head_GO_negro.png);
    background-repeat:no-repeat;
}
#header_especial .share li a:hover {
	opacity:0.6;
}

#imagen_apertura{
    height: 380px;
    margin: auto;
    padding-top: 80px;
    background-color: #E73E29;
    background-image: url(images/mansion.png);
    background-position-x:center;
    background-position-y:bottom;    
    background-repeat: no-repeat;
    background-position: center bottom;
        
}
#imagen_face_bat{
    height: 395px;
    margin: 700px auto 0 auto;
    background-image: url(images/batFace.png);
    background-position-x:center;    
    background-repeat: no-repeat;
    background-position: center center;
        
}
#textos_apertura{
    width: 100%;
    margin-top: 480px;
    position: absolute;
}
/*      ----------   HEAD END    ---------     */




/*      ----------   BODY START    ---------     */

#container {
    position:relative;
    width:100%;
    height: 100%;
    margin: auto;    
}
#overlay {
    text-align: center;
    position:absolute;
    top: -22px;
    height:450%;
    width:100%;
    background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#252525), color-stop(100%,#000));
    background: -moz-linear-gradient(top, #252525 0%, #000 100%);
    cursor: pointer;
    z-index: 9;
}
#content{
    text-align: center;
    margin:0;
    height: auto;
}
#personajes{
    width: 100%;
    text-align: center;
}
.satelites{
    width: 100%;
    text-align: center;
}
h1{
    color: #E73E29;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
h2{
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 80px;
}
h3{
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
}
h5{
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin:-5px 0 0 0;
    text-align: left;
    text-transform: uppercase;
}
h6{
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin:10px;
    text-align: center;
    text-transform: uppercase;
}
p{
    color: #6f6f6f;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    margin: -20px auto 30px auto;
}
a {
    color: #E73E29;
    text-decoration:none;
    cursor: pointer;
    cursor: hand;
    font-style: italic;
}
a:hover{
    color: #a22519;
}
.texto_personaje{
    width: 240px;
    padding:30px 40px 40px 40px;
    text-align: left;
    background-color: #e7e7e7;
    min-height: 170px;
    line-height: 18px;
}
.texto_personaje span{
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
}
.texto_personaje:hover{
    background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#e7e7e7), color-stop(80%,#bcbcbc));
    background: -moz-linear-gradient(top, #e7e7e7 0%, #bcbcbc 80%);
    background: -o-linear-gradient(#e7e7e7, #bcbcbc); 
    background: linear-gradient(#e7e7e7, #bcbcbc);
}
#BTN_ingresar{
    background-color: #E73E29;
    border: 0;
    padding: 8px 20px 8px 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #FFF;
    width:90px;
    margin: 30px auto 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#BTN_ingresar:hover{
    background-color: #000;
}
#creditos {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	color: #3c3b3b;
	font-size: 9px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 1px;
	overflow: hidden;
	bottom:0;
    margin: 20px auto 30px auto;
}
#creditos span{
    color: #868585;
}
.h6{
    width: 450px;
    text-align: center;
}
.detallesInfo{
    width: 100%;
    margin: auto;
    text-align: center;
}
.detalle{
    display: inline-block;
    vertical-align:text-top;
    width: 170px;
    margin: 0 30px;
    text-align: left;
    min-height: 133px;
}
.detalle_especial{
    display: inline-block;
    vertical-align:text-top;
    width: 300px;
    margin: 20px;
    text-align: left;
    min-height: 133px;
    
    box-shadow: 0 2px 4px #fff, 0 -2px 2px #CCC, inset 0 2px 2px rgba(255,255,255,0.8);
    -moz-box-shadow: 0 2px 4px #fff, 0 -2px 2px #CCC, inset 0 2px 2px rgba(255,255,255,0.8);
    background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#FFFFFF));
    background: -moz-linear-gradient(top, #e5e5e5 0%, #FFFFFF 100%);
}
.detalle p{
    color: #6f6f6f;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin:0;
}
.detalle p span{
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    color: #ef4b35;
}
.murcielagos{
    width: 100%;
    margin-top: 1600px;
    position: absolute;
}
.murcielago{
    display: inline-block;
    margin:20px;
}
