
#carruseltour{
    position:relative;
    height:235px;
    clear:both;
    background:#f8f8f8;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;}
#div_imagen{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:235px;
    z-index:4;
    background:url(../carruseltour/01.jpg) no-repeat center top;}
#div_imagen2{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:235px;
    z-index:3;}
#contenedor_imagen{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:235px;
    z-index:2;
    background:url(../carruseltour/bg/01.jpg) repeat-x center top;}
#contenedor_imagen2{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:235px;
    z-index:1;}