@charset "iso-8859-1";
/* CSS Document */


html{
	background: none;
}

.content-ficha {
    float: left !important;
    width: 1060px !important; 
    padding: 20px 20px 40px 20px !important;
    margin-bottom: 0px !important; 
    min-height: 500px;
       
}


#carrito{
  margin:50px auto 0;
  padding:40px;
  width: 850px;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Source Sans Pro',sans-serif; 
  background:url("../images/bk_transparent.png") repeat scroll 0 0 transparent;
  border:1px solid #969ca9;
}


#pedido
{
  margin:0px auto;
  width:850px;
}
.titulo
{
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;	
}
.subtitulo
{
	border-bottom-color:#666;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	font-weight:bold;
	text-transform:uppercase;
}
a.modificar
{
	font-weight:normal;	
	font-size:13px;
}
#pedido
{
	padding-top:40px;
	padding-bottom:40px;
	font-size:14px;
}
#pedido h1
{
	text-align:center;
	border:none;
	font-family: "Asap";
	font-size:24px;
}
#pedido .subtitulo
{
	font-size:15px;	
}

#carrito h2
{
	font-size:22px;	
}
#carrito .productos th{
  padding:5px; 
  font-weight:bold; 
  font-size:12px;
  text-align: center;

}
#carrito .productos {text-align:justify}

.botones
{
	padding-top:30px;	
}
.btn-seguir-comprando{
   	display: block;
   	width: 150px; 
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
	text-align: center;
	font-size:14px;
	background-color:#698868;
	border:1pt solid #969ca9;
	text-transform:uppercase;
}

.btn-seguir-comprando:hover{ background-color:#809670 }

.btn-volver{
 display: block;
   	width: 80px; 
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
	text-align: center;
	font-family: 'Source Sans Pro',sans-serif;
	font-size:14px;
	background-color:#114454;
	border-radius:10px;
}

.btn-volver:hover{
  background:#25707e;
}


.btn-volver-datos{
   display: block;
   width: 186px; 
   height: 31px;
   background:url(../images/btn-volver-datos.png)no-repeat  center;
   
}

.btn-volver-datos:hover{
   background:url(../images/btn-volver-datos-over.png)no-repeat  center;
   
}


.btn-confirmar-pedido{
   display: block;
   width: 186px; 
   height: 31px;
   background:url(../images/btn-confirmar-pedido.png)no-repeat  center;
   
}

.btn-confirmar-pedido:hover{
   background:url(../images/btn-confirmar-pedido-over.png)no-repeat  center;
   
}


.btn_pago_tarjeta{
    background-color: #0071BC ;
    border-radius: 6px 6px 6px 6px;
    border: none;
    display: block;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 145px;
    height: 32px;
    cursor:pointer;  
}

.enunciado_pago{
  margin: 100px 0 50px 0;
  font-size: 19px;
}
.btn_pago_tarjeta:hover{
   background-color: #80C9FF;
}


.cuadro-mensaje{
  width:500px;
  height:150px;
  margin: 100px auto;
  border-radius: 20px;
  border: 1px solid #80C9FF;
  padding-top: 70px;
  text-align: center;  
  
}

#carrito table.productos .cabecera th{ text-transform: uppercase; }


#carrito table.productos .vacia{
	height: 20px;
	border:none;
}

#carrito table.productos .producto > td{
	padding: 0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

#carrito table.productos .producto .img{
	height: 102px;
	text-align:center;
}
#carrito table.productos .producto .img img
{
	border-radius:5px;
}
#carrito table.productos .producto .fondo, #carrito table.productos .total .precio .fondo{
	text-align: right;
	padding: 5px;

}

#carrito table.productos .total{
	float:right;
	width: 273px;
}

#carrito table.productos .total strong{
	text-transform:uppercase;
	display: inline-block;
	width: 138px;
	font-weight: normal;
	font-size:13px;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: right;
}

#carrito table.productos .total .precio{
	display: inline-block;
	width: 100px;
	text-align: right;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 18px;
	text-align: right;
	font-weight:bold;
	
}

#carrito table.productos .total .linea{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000000;
}

#carrito table.productos .ayuda{
	float:left;
	width: 170px;
	height: 140px;
	font-size: 14px;
	background: #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	text-align: left;
}

#carrito table.productos .ayuda div{
	padding: 10px;
}

#carrito table.productos .ayuda h3{
	margin-top: 0px;
}

#carrito table.productos .ayuda a{
	display: block;
}

#carrito table.productos .promo{
	float:left;
	width: 300px;
	height: 70px;
	font-size: 16px;
	background:#5cb3e5;
	text-align: left;
	padding:20px;
}

#carrito table.productos .promo span
{
	display:block;
	margin-bottom:10px;	
}

#carrito table.productos .promo input[type="text"]{
	border: none;
	padding: 5px;
}

#carrito table.productos .promo input[type="submit"], #carrito table.productos .promo a{

width: 100px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
text-align: center;
font-family: "Signika";
font-size: 14px;
background-color:#333;
border:none;
}

.caja_total{
	font-size: 16px;
	font-weight: bold;
}
.link
{
}