html {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	color: #383838;
	text-align: center;
}

body {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
	background-color: #000;
	color: #383838;
}

html > body {
	background: #000;
	margin:auto;
}

/*--- COMIENZA Estilos propios del index para el ancho ---*/
#wrapperindex {
	text-align: left;
	width: 980px;
	padding-top:10px;
}

#side-aindex {
	float: left;
	width: 640px;
}

#side-aindex a:link{
	color:#EB9600;
	text-decoration:none;
	font-weight:bold;
}
#side-aindex a:hover{
	color:#fff;
	text-decoration:underline;
}

#side-bindex { 
	margin: 0;
	float: left;
	width: 340px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
.izquierdaindex {
	margin: 0;
	padding: 0 10px 0 5px;
	text-align:right;
}
.navegadorindex{
	padding: 1px;
	margin-left: 100px;
	width:200px;
}
/*--- FIN Estilos propios del index para el ancho ---*/

.mnu1 a{
	color: #000;
	text-decoration: none;
	display: block;
	height:32px;
	background-image: url("images/mnu-historia.jpg");
}
.mnu1 a:hover {
	background-image: url("images/mnu-historia1.jpg");
	color: #000;
}
.mnu1 a.current {
	background-image: url("images/mnu-historia1.jpg");
	color: #000;
}
.mnu2 a {
	color: #000;
	text-decoration: none;
	display: block;
	height:32px;
	background-image: url("images/mnu-staff.jpg");
}
.mnu2 a:hover {
	background-image: url("images/mnu-staff1.jpg");
	color: #000;
}
.mnu2 a.current {
	background-image: url("images/mnu-staff1.jpg");
	color: #000;
}
.mnu3 a {
	color: #000;
	text-decoration: none;
	display: block;
	height:32px;
	background-image: url("images/mnu-imagenes.jpg");
}
.mnu3 a:hover {
	background-image: url("images/mnu-imagenes1.jpg");
	color: #000;
}
.mnu3 a.current {
	background-image: url("images/mnu-imagenes1.jpg");
	color: #000;
}
.mnu4 a {
	color: #000;
	text-decoration: none;
	display: block;
	height:32px;
	background-image: url("images/mnu-videos.jpg");
}
.mnu4 a:hover {
	background-image: url("images/mnu-videos1.jpg");
	color: #000;
}
.mnu4 a.current {
	background-image: url("images/mnu-videos1.jpg");
	color: #000;
}
.mnu5 a {
	color: #000;
	text-decoration: none;
	display: block;
	height:32px;
	background-image: url("images/mnu-contacto.jpg");
}
.mnu5 a:hover {
	background-image: url("images/mnu-contacto1.jpg");
	color: #000;
}
.mnu5 a.current {
	background-image: url("images/mnu-contacto1.jpg");
	color: #000;
}
.mnu6 a {
	color: #000;
	text-decoration: none;
	display: block;
	height:32px;
	background-image: url("images/mnu-links.jpg");
}
.mnu6 a:hover {
	background-image: url("images/mnu-links1.jpg");
	color: #000;
}
.mnu6 a.current {
	background-image: url("images/mnu-links1.jpg");
	color: #000;
}

.texto1 {
	color:#585858;
	text-align:center;
	font-size:12px;
	clear:both;
	}

.texto2 {
	padding:3px 0 3px 0;
	color:#888;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	}

.texto3 {
	padding:6px 0 0 0;
	color:#888;
	font-size:11px;
	}
.texto3 a:link {
	color:#EB9500;
	text-decoration:none;
	font-weight:bold;
	}
.texto3 a:visited {
	color:#EB9500;
	text-decoration:none;
	font-weight:bold;
	}
.texto3 a:hover {
	color:#fff;
	text-decoration:underline;
	}
.texto4 {
	padding:5px 0 0 0;
	color:#666;
	font-size:10px;

	}

/* ----------------------------- SLIDER ------------------------ */
#slider {
    width: 604px; /* important to be same as image width */
    height: 406px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#000;
	background-image:url(images/slider/00.jpg);
/*	border:1px solid #F00;*/
}
#sliderContent {
    width: 604px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0 0 0 -40px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    /*padding: 7px 7px;*/
    width: 604px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 12px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

/* ----------------------------- FIN SLIDER ------------------------ */

/* -------------- SOCIAL ---------------- */


#smenu {padding: 0;}
#smenu ul { margin: 5px 0; padding: 0 0 0 110px; list-style-type: none; }
#smenu li { float: left; padding: 0 1px; }
#smenu li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding-top: 31px;
	overflow: hidden;
/*	text-indent: -5000px;*/
	width:28px;
	}

#smenu li a:hover 	{ background-position: 0 -35px; color:#FFF;}

#smenu #smenu_fb a 	{ background-image: url(images/b_facebook.png); }
#smenu #smenu_yt a 	{ background-image: url(images/b_youtube.png); }

/* -------------- FIN SOCIAL ---------------- */
