@charset "utf-8";
/*#menu{
}
<style type="text/css">*/

.shadowblockmenu{
  
font-weight: bold;
font-size: 85%;
}

#callcenter1 .shadowblockmenu ul{
        position:relative;
	border: 1px solid #8687FB;
	border-width: 1px 0; /* Show only top and bottom border for main menu container */
        padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #51A0D9;
        top: 43px;
        left: 280px;
        width:700px;
        z-index:0;
}
#callcenterimagen {
	position: relative;
	top: 40px;
	right: 0px;
}


.shadowblockmenu ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

.shadowblockmenu ul li a{
	display: block;
	float: left;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 10px 14px 10px;
	margin: 0;
	text-decoration: none; /*right border between menu items*/
	-moz-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.4) specifies rgb values, last specifies opacity */
	-webkit-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
	box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
	text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
	-moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 150px;
	text-align: center;
	font-size: 14px;
	height: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBB;
	font-style: normal;
	font-family: David;
        z-index:0;
}
#callcenter1 {
       top: 0px;
	width: 1200px;
	height: 110px;
        color: #51A0D9;        
        margin-top:2px;
        margin-left:0px;
        margin-botton:0px;
        background: url(imagentope.jpg) no-repeat center top ;
}

#callcenter2 {
       /*position: absolute;*/
       top: 0px;
       width: 400px;
	height: 110px;
        /*color: #51A0D9;*/        
        margin-top:8px;
        margin-left:0px;
        background: url(imagentope2.jpg) no-repeat left top ;
}

#filtros {
       /*position: absolute;*/
       align: left;
       height: 50px;
         width: 1200px;
        margin-top:0px;
        margin-left:0px;
}

#linea1 {
       position:absolute;
       top: 0px;
	width: 1200px;
	height: 20px;
        background: url(linea.jpg) no-repeat center top ;
}

#callcenter3 {
       top: 0px;
	width: 1200px;
	height: 70px;
        color: #51A0D9;        
        margin-top:2px;
        margin-left:0px;
        background: url(imagenpie.jpg) no-repeat center top ;
}

.shadowblockmenu li:nth-of-type(1) a{ /* Extra style for first menu link */
	border-left: 0px solid #BBB; /* add border to left side of first menu link */
	padding-left: 25px;
	background: url(media/onebit_home.png) 10px center no-repeat;
}

.shadowblockmenu li:nth-of-type(2) a{ /* Extra style for 2nd menu link */
padding-left:25px;
background: url(media/onebit_bulb.png) 1px center no-repeat; /* Add icon */
}

.shadowblockmenu ul li a:hover{
	color: black;
	-moz-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6); /* Add 2 inset shadows to each menu item  */
	-webkit-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
	box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
	font-weight: bold;
}

/*</style>*/
