@charset "utf-8";
/* CSS Document */

/* Body */
html,body {// overflow-x: hidden; /* Quitar scroll horizontal Explorer */ cursor:default; background-color:#FFF;}
body {background-color:#FFF; margin-left: 12px; overflow-x: hidden; // overflow-x: hidden; background-color:#000;}


/* Wrapper */
#wrapper {background-color:#FFF; width:1280px; height:auto; margin-left:auto; margin-right:auto; margin-top:-8px; z-index:0;}
@media only screen and (max-width:1280px) {#wrapper { margin-left:-12px;}}


/* Botonera */
#wrapper #top {background-image:url(../images/top.png); width:1280px; height:72px; margin-left:auto; margin-right:auto; z-index:9999; position:relative;}
#wrapper #top #b1 {background-image:url(../images/b1.jpg); width:271px; height:54px; float:right; margin-top:6px;}
#wrapper #top #b2 {background-image:url(../images/b2.jpg); width:180px; height:54px; float:right; margin-top:6px;}
#wrapper #top #b3 {background-image:url(../images/b3.jpg); width:145px; height:54px; float:right; margin-top:6px;}
#wrapper #top #b4 {background-image:url(../images/b4.jpg); width:145px; height:54px; float:right; margin-top:6px;}
#wrapper #top #b5 {background-image:url(../images/b5.jpg); width:54px; height:54px; float:right; margin-top:6px;}

#wrapper #top #b1:hover, #wrapper #top #b2:hover, #wrapper #top #b3:hover, #wrapper #top #b4:hover, #wrapper #top #b5:hover {background-position:0 -54px;}


/* Content */
#wrapper #content {width:1280px; height:auto; margin-left:auto; margin-right:auto; z-index:-2; background-color:#FFF; float:left;}


/* Video */
#wrapper #content #video_01 {width:1280px; height:720px; margin-left:auto; margin-right:auto; margin-top:-12px; z-index:-2;}


/* Img */
#wrapper #content #img_container {width:800px; height:auto; margin-left:auto; margin-right:auto; margin-top:120px;}
#img_container #rotating-item-wrapper {display:block;}

#prevBt {background-image:url(../images/up.gif); position:fixed; width:60px; height:60px; left:0; margin-top:400px; cursor:pointer; z-index:9999; background-color:#3C0;}
#nextBt {background-image:url(../images/down.gif); position:fixed; width:60px; height:60px; right:0; margin-top:400px; cursor:pointer; z-index:9999; background-color:#3C0;}
#prevBt:hover, #nextBt:hover {background-position:0 -60px;}




