
.logo{
	float:right;
	padding: 0px 0px 0px 120px;
	
}


#button {
	background:#F00;
	position:absolute;
	margin-left:0px;
	padding: 0;
	margin-left:5px;
	height:100px;
	width:935px;
	float:left;
}


#button li {
display: inline;
position:relative;
}


#button li a {
	margin-top:61px;
font-family: Arial;
font-size:11px;
text-decoration: none;
float:left;

padding: 1px 10px;
color: #fff;
}

#button li a:hover {
	color:#2A3F55;

margin-top:61px; 
padding-bottom:0px;

border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border: 0px solid #000000;

background: rgb(254,254,254); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(254,254,254,1) 3%, rgba(155,149,153,1) 95%, rgba(209,209,209,1) 98%, rgba(226,226,226,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(254,254,254,1)), color-stop(95%,rgba(155,149,153,1)), color-stop(98%,rgba(209,209,209,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 3%,rgba(155,149,153,1) 95%,rgba(209,209,209,1) 98%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(254,254,254,1) 3%,rgba(155,149,153,1) 95%,rgba(209,209,209,1) 98%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(254,254,254,1) 3%,rgba(155,149,153,1) 95%,rgba(209,209,209,1) 98%,rgba(226,226,226,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(254,254,254,1) 3%,rgba(155,149,153,1) 95%,rgba(209,209,209,1) 98%,rgba(226,226,226,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}
/*-----------------------------BANNER DE IMAGENES PRINCIPAL------------------------------------*/


.menu_cont {
  position: relative;
  height: 400px;
  width: 940px;
  overflow: hidden;
  margin: 0 auto;
  background:#000;
}

.menu_cont a {
  float: right;
  margin:310px 0px 0px 0px;
  z-index:1000;
}


 
.big {
	width:940px;
	height:310px;
  position: absolute;
  top: 0px;
  left: 940px;
  z-index:5;
  
 
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  -ms-transition: left 1s ease;
  transition: left 1s ease;
}

.featured {
  top: 0px;
  left: 0px;
  z-index: 1;
}

.thumb {
	margin-top:10px;
}

.menu_banner_general{
	width:108px;
	height:90px;
	float:left;
	text-align:center;
	margin:1px 8px 0px 8px;;
	float:right;
	
}

.menu_banner_general:hover{
	background:#F00;
}
 
.menu_txt{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align: center;
	margin-top:3px;
}
 
a:hover .big {
  left: 0px;
}

.logo_menuprincipal{
	position:absolute;
	float:left;
	margin:-100px 0px 0px 30px;
	z-index:2000;
border: 6px solid #000;
}