/* Start http://www.cursors-4u.com */ * {cursor: url(https://mundoandree.com/cursor/cursorma.cur), auto !important;} /* End http://www.cursors-4u.com */

@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#wrapper {
	clear: both;
	width: 100%;
	display: block;
	/* [disabled]visibility: inherit; */
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	background-image: url(images/background/background-general.png);
}
#menu-bar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#bar-1 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: none;
}
#date {
	clear: both;
	width: 100%;
	display: block;
	background-color: #000;
	text-align: center;
	height: 40px;
	/* [disabled]position: fixed; */
}
header {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	background-image: url(images/background/white-frame.png);
	margin-top: -28px;
	/* [disabled]position: fixed; */
}
nav {
	clear: both;
	width: 100%;
	display: block;
	margin-top: -80px;
}
main {
	clear: both;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
aside {
	clear: none;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
article {
	clear: none;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#hero {
	clear: both;
	width: 96%;
	display: block;
}
#social-media {
	clear: both;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	text-align: center;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 100px;
	background-image: url(images/background/footer.png);
	text-align: center;
	background-repeat: repeat-x;
	bottom:0px;
}
#footer-central {
	clear: both;
	width: 100%;
	display: block;
	background-color: #000;
}
#foot1 {
	clear: none;
	width: 100%;
	display: block;
	height: 30px;
}
#foot2 {
	clear: none;
	width: 100%;
	display: block;
	height: 30px;
}
#foot3 {
	clear: none;
	width: 100%;
	display: block;
	height: 30px;
}
#vixual {
	clear: both;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 95%;
	display: block;
	height: 1100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	margin-right: auto;
}
#vix1 {
	clear: none;
	float: left;
	margin-left: 70px;
	width: 70%;
	display: block;
	text-align: center;
	height: 350px;
}
#vix2 {
	clear: none;
	margin-left: 70px;
	width: 70%;
	display: block;
	float: left;
	text-align: center;
	height: 390px;
}
#vix3 {
	clear: none;
	float: left;
	margin-left: 70px;
	width: 70%;
	display: block;
	text-align: center;
	height: 350px;
}
#vix4 {
	clear: none;
	float: left;
	margin-left: 70px;
	width: 70%;
	display: block;
	text-align: center;
	height: 350px;
}
#galeria {
	clear: none;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#gale1 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 130px;
}
#gale2 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
#gale3 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 130px;
}
#gale4 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 130px;
}
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	background-image: url(images/background/movies.png);
}
#wrapper {
	clear: both;
	width: 100%;
	display: block;
	min-height: 100%;
	min-width: 100%;
}
#date {
	clear: both;
	width: 100%;
	display: block;
}
header {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	background-image: url(images/background/white-frame.png);
	background-repeat: repeat-x;
	margin-top: -28px;
}
nav {
	clear: both;
	width: 100%;
	display: block;
	margin-top: -80px;
}
main {
	clear: both;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
aside {
	clear: both;
	width: 40%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
article {
	clear: both;
	width: 50%;
	display: block;
	text-align: center;
}
#hero {
	clear: both;
	width: 95%;
	display: block;
	                                                                    
}
footer {
	clear: both;
	width: 100%;
	display: block;
	background-image: url(images/background/footer.png);
	background-repeat: repeat;
	bottom:0px;
}
#footer-central {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #000;
}
#foot1 {
	clear: none;
	width: 100%;
	display: block;
	height: 30px;
}
#foot2 {
	clear: none;
	width: 100%;
	display: block;
	height: 30px;
}
#foot3 {
	clear: none;
	width: 100%;
	display: block;
	height: 30px;
}
#social-media {
	clear: both;
	width: 70%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#menu-bar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	                                                                    
}
#bar-1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: none;
	                                                                    
}
#vixual {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	height: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	margin-right: auto;
}
#vix1 {
	clear: none;
	float: left;
	margin-left: 8%;
	width: 35%;
	display: block;
	text-align: center;
	height: 450px;
}
#vix2 {
	clear: none;
	margin-left: 18%;
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	height: 450px;
}
#vix3 {
	clear: none;
	float: left;
	margin-left: 8%;
	width: 35%;
	display: block;
	text-align: center;
	height: 450px;
}
#vix4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 35%;
	display: block;
	text-align: center;
	height: 450px;
}

}
#galeria {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#gale1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 40%;
	display: block;
	height: 200px;
    }
#gale2 {
	clear: none;
	float: left;
	margin-left: 15%;
	width: 40%;
	display: block;
	height: 200px;
    }
#gale3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 40%;
	display: block;
	height: 200px;
    }
#gale4 {
	clear: none;
	float: left;
	margin-left: 15%;
	width: 40%;
	display: block;
	height: 200px;
    }
/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	margin: auto;
	
}
#wrapper {
	position: fixed;
	display: block;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	width: auto;








	height: auto%;
	z-index: 1;
	visibility: visible;
	background-image: url(images/background/terror.png);
}
#date {
	clear: both;
	width: 100%;
	display: block;
	height: 40px;
	background: black;
	text-align: center;
}

header {
	clear: both;
	width: 100%;
	display: block;
	height: 126px;
	text-align: center;
	margin-top: -32px;
	z-index: 12;
	background-image: url(images/background/white-frame.png);
	background-repeat: repeat-x;
	
}
#menu-bar {
	clear: both;
	width: 100%;
	display: block;
	height: 30px;
	margin-top: -66px;
	z-index: 20;
	/* [disabled]position: absolute; */
	margin-right: auto;
	margin-left: auto;
}
#bar-1 {
	clear: none;
	float: left;
	margin-left: 7.5%;
	width: 6%;
	display: block;
	height: 20px;
}
nav {
	display: none;
	clear: none;
	width: 100%;
	/* [disabled]margin-top: 75px; */
	visibility: hidden;
	line-height: 0px;
}
main {
	clear: both;
	width: 90%;
	display: block;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: -90px;

	
}
aside {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 47%;
	display: block;
	height: 300px;
	text-align: left;
}
article {
	clear: none;
	width: 87%;
	display: block;
	height: 40px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#hero {
	clear: both;
	width: 98%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#vixual {
	clear: both;
	margin-left: auto;
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	height: 390px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 19px;
	/* [disabled]background-image: url(imagenes/background/bg-visual.png); */
	background-repeat: no-repeat;
	text-align: center;
}
#vix1 {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	height: 200px;
	text-align: left;
	margin-left: 5%;
}
#vix2 {
	clear: none;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 200px;
	float: left;
	text-align: center;
}
#vix3 {
	clear: none;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 200px;
	float: left;
	text-align: center;
}
#vix4 {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	height: 200px;
	margin-left: 5%;
	text-align: right;
}

footer {
	clear: both;
	width: 100%;
	display: block;
	height: 90px;
	text-align: center;
	background-image: url(images/background/footer.png);
	z-index: 30;
	position: fixed;
	

}
#footer-central {
	clear: both;
	width: 100%;
	display: block;
	height: 30px;
}
#foot1 {
	clear: none;
	float: left;
	margin-left: 9%;
	width: 25%;
	display: block;
}
#foot2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 25%;
	display: block;
}
#foot3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 25%;
	display: block;
}
#social-media {
	clear: both;
	width: 100%;
	display: block;
	position: relative;
}
#galeria {
	clear: none;
	width: 100%;
	display: block;
	height: 230px;
	}
#gale1 {
	clear: none;
	float: left;
	margin-left: 5.0408%;
	width: 21%;
	display: block;
	height: 190px;
	text-align: center;
	line-height: 13px;
    }
#gale2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 21%;
	display: block;
	height: 190px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 13px;
    }
#gale3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 21%;
	display: block;
	height: 190px;
	font-size: 14px;
	text-align: center;
	line-height: 13px;
    }
#gale4 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 21%;
	display: block;
	height: 190px;
	font-size: 14px;
	text-align: center;
	line-height: 13px;
    }

}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
.text-title {
	font-family: "magmawave Caps";
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.text-subtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.text-hello {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 19px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.text-content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000;
}
.text-white {
    font-size: 0;
	line-height: 0px;
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif
}
.text-menu {
}
.text-menu-nav {
	font-size: 13px;
	color: #FFF;
	/* [disabled]margin-top: 60px; */
	-webkit-transition: text-shadow 2s 2s;
	-moz-transition: text-shadow 2s 2s;
	-ms-transition: text-shadow 2s 2s;
	-o-transition: text-shadow 2s 2s;
	transition: text-shadow 2s 2s;
	font-family: Tahoma, Geneva, sans-serif;
	/* [disabled]font-style: italic; */
}

.animate{
	animation: fadein 03s;
    -moz-animation: fadein 03s; /* Firefox */
    -webkit-animation: fadein 03s; /* Safari and Chrome */
    -o-animation: fadein 03s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


*{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
    color: #666;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

a span{
	display: block;
	position: relative;
	padding: 0 2px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100px;
}

a:hover span {
    background: #fff;
    -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

a span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;
    color: #fff;
    background: #666;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}
a:link {
	text-decoration: none;
	color: #666;
	
}
a:active {
	text-decoration: none;
	color: #666;	
}
a:visited {
	text-decoration: none;
	color: #666;	
}
::-webkit-scrollbar {
background:#fff;
width:9px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
background-image: -webkit-linear-gradient(top, #336697 11%, #336697 55%);
}
::-webkit-scrollbar-track {
}
	background-image: url(i);
}
