﻿/*IZQUIERDA*/
.producto_izquierda
{
    width:183px;
   
    float:right;
   margin-right:13px;
}
.producto_izquierda a
{
    width:100%;
    float:left;
    margin-top:2px;
    text-transform:uppercase;
}
.producto_izquierda img
{ 
    max-width:100px;
    float:left;
}
/*CENTRO*/
.producto_centro
{
  width:600px;
    float:left;
 margin-left:20px;
 border-right: 1px #000;
   border-right-style:dashed;
   height: auto!important;
   height:400px;
   min-height:400px;
}

.producto_centro h1
{
	  width:580px;
    margin-bottom:4px;
    float:right;
    margin-right:15px;
    color:#a82b86;
}


/*.producto_centro img
{ 
    width:450px;
    border:4px solid #FFF;

}*/
.producto_centro .principal
{ 
    width:340px;
    padding:10px;
    float:left;
    min-height:400px;
}
.producto_centro .principal .imagen_principal
{ 
    width:320px;
    float:left;
}
.producto_centro .principal .imagenes
{ 
    width:100px;
    float:left;
    margin-left:6px;
}
.producto_centro .secundarios
{ 
    width:200px;
    float:left;
}
.producto_centro .secundarios .imagenes
{ 
    width:180px;
    float:left;
}
/*AMPLIADO*/
.producto_centro .ampliado
{ 
    width:100%;
    margin-bottom:10px;
    margin-top:10px;
}
.producto_centro .ampliado h1
{
    width:280px;
    margin-bottom:4px;
    margin-top:14px;
    float:left;
}
.producto_centro .ampliado h2
{
    width:100%;
    margin-bottom:14px;
    margin-bottom:4px;
    float:right;
}
.producto_centro .ampliado div
{
    width:100%;
    float:left;
    text-align:justify;
}
.producto_centro .ampliado img
{
    width:200px;
}

.producto_centro .ampliado .imagen_principal 
{ 
    width:453px;
    float:left;
}
.producto_centro .ampliado .imagen_principal img
{ 

    width:420px;
    background: url('img/sombra_ama.jpg') no-repeat;
    background-position:right bottom;
    padding:0px 10px 10px 0px;
    border-top:4px solid #FFF;
    border-left:4px solid #FFF; 

}
.producto_centro .ampliado .imagenes img
{ 
    width:155px;
    margin-left:5px;
    background: url('img/sombra_ama.jpg') no-repeat;
    background-position:right bottom;
    padding:0px 10px 10px 0px;
    border-top:4px solid #FFF;
    border-left:4px solid #FFF; 
    
}
.producto_centro .ampliado .iconos
{ 
    width:77px;   
    float:left;

}
.producto_centro .ampliado .iconos img
{ 
    width:77px;   
    float:left;

}
.producto_centro .ampliado .precio
{ 
    width:400px;
    padding:5px 10px 5px 10px;
    margin-right:0px;
    float:right;
    background: url('img/fondo_precio.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    text-align:right;
    font-size:20px;
    font-weight:bold;
    color:#cccc33;
    margin-bottom:20px;
}
.producto_centro .ampliado .reserva
{
    margin-top:8px;
    width:210px;
    height:60px;
    float:right;
 }
.producto_centro .ampliado .reserva a
{
    width:210px;
    height:60px;
    float:right;
    /*background: url('img/reserva.jpg') no-repeat top left;   */
    padding:5px 5px 5px 5px;
    color:#FFF;
    text-align:center;
}
.producto_centro .ampliado .relacionado
{
    margin-top:11px;
    text-align:right;
    color:#000;
}
.producto_centro .ampliado .relacionado a
{
    font-size:11px;
}