.cuerpoDestinosDestacados
{
    display:block;
    width:728px;
    margin-top:1px;    
}

.informacion
{
    display:block;
    width:650px;
    height:110px;
    margin-left:32px;
    border:solid 0px red;
}

.informacion #texto
{
    display:block;
    width:460px;
    float:left;
    margin-top:18px;
    font-family:Tahoma;
    font-size:11px;
    color:#625D3F;
    border:solid 0px green;
}

.informacion #texto strong
{
    font-weight:bold;
    color:#FF9000;    
}
.informacion #imagen
{
    display:block;
    width:180px;
    float:right;
    border:solid 0px blue;
}

.listado
{
    display:block;
    width:665px;
    margin-left:auto;
    margin-right:auto;
    border:solid 0px aqua;
}

.pais
{
    display:block;
    float:left;
    height:30px;
    width:665px;
    font-family:Arial;
    font-size:17px;    
    color:#ffffff;        
    border:dotted 1px #ffffff;
    border-left:0px;
    border-right:0px;
    background-color:#655B42;
    padding-left:10px;
    margin-bottom:10px;
    margin-top:25px;    
}

.destino
{
    display:block;    
    float:left;
    height:105px;
    width:665px;
    border:solid 0px grey;        
}

.destinoLocalidad
{
    display:block;
    float:right;
    height:25px;
    line-height:25px;
    width:560px;    
    font-family:Trebuchet MS, Tahoma;
    font-size:18px;
    color:#FF9700;    
    border:solid 0px green;
}

.destinoLocalidad a
{
    font-family:Trebuchet MS, Tahoma;
    font-size:18px;
    color:#FF9700;    
    text-decoration:none;
}

.destinoLocalidad a:hover
{
    color:#655B42;
}
.destinoNroOrdenArgentina
{
    display:block;
    float:left;
    margin-top:8px;
    width:93px;
    height:77px;
    background-image:url("./../imgs/ar.jpg");    
    border-bottom:solid 0px blue;
}

.destinoNroOrdenChile
{
    display:block;
    float:left;
    width:93px;
    height:77px;
    background-image:url("./../imgs/ch.jpg");
}

.destinoNroOrdenUruguay
{
    display:block;
    float:left;
    width:93px;
    height:77px;
    background-image:url("./../imgs/ur.jpg");
}

.destinoNroOrdenArgentina div, .destinoNroOrdenChile div, .destinoNroOrdenUruguay div
{
    display:block;
    width:20px;
    height:20px;
    float:right;    
    margin-top:39px;    
    margin-right:23px;
    text-align:center;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    border:solid 0px pink;
}

.destinoDescripcion
{
    display:block;
    float:right;
    width:412px;
    height:38px;    
    text-align:left;
    background-color:#F8F8F6;
    border:dotted 1px #7C7C72;
    border-right:0px;
    border-left:0px;
    font-family:Tahoma;
    font-size:11px;
    color:#625D3F;
    padding:10px;
    padding-left:15px;    
    padding-right:145px;
}

.destinoMasInfo
{
    display:block;    
    width:50px;
    position:relative;
    margin-top:4px;    
    border:solid 0px red;
}
.destinoMasInfo a
{
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;    
    color:#625D3F;    
}

.destinoMasInfo a:hover
{
    color:#FF9700;    
}

.destinoImagen
{
    display:block;    
    float:right;
    height:90px;
    width:109px;
    border:solid 1px #B3B29E;
    padding:3px;
    position:relative;
    top:-86px; 
    right:5px;
    background-color:#ffffff;
    z-index:2;    
}

.destinoImagen img
{
    height:90px;
    width:109px;
    vertical-align:middle;
    position:absolute;
}

.destinoImagenSombra
{
    display:block;    
    width:7px;
    height:90px;
    z-index:2;    
    float:right;
    top:-86px; 
    right:129px;
    position:relative;
    background-image:url("./../imgs/sombraFoto.png");    
    background-repeat:no-repeat;    
    background-position:center 6px;
    z-index:2;
    clear:both;
}
