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



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

#portfolio { width:95%; margin:156px auto 0 }

#carrito{
  margin:0px auto;
  width:100%;
  max-width:850px;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif; 
  color:#41342d;	
}

#carrito .productos .modelo { width:20%; }
#carrito .productos td img { max-width:100%; }
#carrito .productos .desc { width:30%; }
#carrito .productos .precio { width:9%; }
#carrito .productos .cantidad { min-width:50px; width:8% }
#carrito .productos .cabecera .total { min-width:50px; width:20%; }
#carrito .productos .plus { min-width:20px; width:5% }

@media only screen and ( max-width: 750px ) { 
	#carrito .productos td img { display:none }
	#carrito .productos .modelo { width:1px; } 
}

#carrito, #pedido
{
 	margin:0 auto;
	width:100%;
}

#carrito h2{
	text-transform: uppercase;
	font-weight:600;
	font-size:24px;
	letter-spacing: 5px;
	font-family: Lato;
  	color:#41342d;	
}

#carrito h2 span{
	display: inline-block;
	font-family: Lato;
	font-size: 28px;
	font-weight: 100;
	font-style:normal;	
}

#carrito .content{
	margin: 50px 0;
	text-align: center;
	font-size:20px;
	text-transform:uppercase;
}

#carrito .productos{
	margin: 30px 0 90px 0;
}

.titulo
{
	color:#41342d;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;	
}
.subtitulo
{
	border-bottom-color:#41342d;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	font-weight:bold;
	text-transform:uppercase;
}
a.modificar
{
	font-weight:normal;	
	font-size:13px;
}

#pedido{
	font-family: 'Josefin Sans', sans-serif;
}
#pedido h1{
	margin-bottom: 30px;
}
#pedido .subtitulo
{
	font-size:15px;	
}


#carrito .productos th.txt{
  font-weight:100; 
  font-size:18px;
  color: #41342d;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align:right;
  
}

.fondobold > div {
    font-family: "Montserrat";
    font-weight: bold;
	font-size: 24px;
}

#carrito .productos .producto td{
	font-size:18px;
  	color: #41342d;
  	text-transform: uppercase;
	background: url(../images/bg_barra.jpg) repeat-x bottom left;
	padding: 8px 0 18px 0;
}

#carrito .productos .producto td td{
	background: none;
	padding: 0;
}


#carrito .productos .producto td img.delete{
	margin-left: 20px;
}

#carrito .productos .producto .modelo .img img{
	width:98%;
	margin:0 auto
}

#carrito .productos .producto .cantidad_carrito{
	 border: 1px solid #E7E4DB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
}

.cantidad_carrito > table {
    text-align: center;
    width: 100%;
}

#carrito .productos .producto .mod_cantidad{
	text-decoration: none;
	font-size: 32px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	width: 20px;
	display: inline-block;
	height: 18px;
	overflow: hidden;
	vertical-align: text-top;
	color: #41342d;
    font-size: 18px;
}

.btn-seguir-comprando{
   display: block;
   width: 186px; 
   color: #41342d;
   line-height: 31px;
   text-decoration:none;
   text-align:center;
}

#carrito .btn-carrito {
    background-color: #00698A;
    border-radius: 15px;
    display: inline-block;
    height: 40px;
    margin-left: 5%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2.5%;
    text-align: center;
    width: 100%;
	color:#FFF;
	text-decoration: none;
}

#carrito .btn-carrito:hover{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}



#carrito table.productos .total{
	float:right;
	width: 305px;
	margin-top: 50px;
	line-height: 34px;
}

#carrito table.productos .total strong{
	color: #41342d;
	text-transform:uppercase;
	display: inline-block;
	width: 138px;
	font-weight: normal;
	font-size:16px;
	text-align: left;
}

#carrito table.productos .total .precio{
	display: inline-block;
	width: 160px;
	text-align: right;
	color: #41342d;
	font-size: 24px;
	text-align: right;	
}

#carrito table.productos .total .precio .fondo{
	font-size: 28px;
	font-weight:600;	
}

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

#carrito table.productos .promo{
	float:left;
	width: 300px;
	height: 70px;
	font-size: 16px;
	background:#41342d;
	text-align: left;
	padding:20px;
	color:#FFF;
	margin-top: 50px;
}

#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;
color: #FFF;
text-decoration: none;
text-align: center;
font-size: 14px;
background-color:#333;
border:none;
}


.btn-volver{
	display: block;
	
	color: #FFF;
	text-align:center;
	background-image: url(../images/btn-volver-productos.png);
	background-repeat: no-repeat;
	
	 font-family: "Montserrat",serif;
	font-size: 14px;
	height: 40px;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3.5%;
	padding-top: 0.8%;
	width: 157px;
	text-transform:uppercase;
	text-decoration:none !important;
}

.btn-volver:hover{
   
   color: #FFF;
  opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
   text-decoration:none;
}





.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;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 145px;
    height: 32px;
    cursor:pointer;  
}

.enunciado_pago{
  margin: 100px 0 50px 0;
  color:#0071BC;
  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;  
  
}

.botones{
	margin: 30px 0 0 0;
}

.botones a{
	text-decoration: none;
	font-family: 'Playfair Display', serif;
	font-size:18px;
	text-transform: uppercase;
	color:#fff;
}

.botones a img{
	margin-bottom: 10px;
}

.res_pedido{
	font-family: 'Josefin Sans', sans-serif;
	text-align:center;
	text-transform: uppercase;
}

.btn-carrito {
    background-color: #00698A;
    border-radius: 15px;
    display: inline-block;
    height: 40px;
    margin-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0;
    text-align: center;
    color:#FFF;
	text-decoration: none;
	border:none !important;
}

.btn-carrito:hover{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	
}

@media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {

}

@media only screen and ( max-width: 960px ) {
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
}

@media only screen and ( max-width: 767px ) {
}

/*tablet 7 pulgadas*/
@media only screen and ( max-width: 603px ) {
}

@media only screen and ( max-width: 479px ) {
section {
	padding: 50px 0; /*135px 0;*/
}

.flex-caption{
	top:15% !important;
}

.franja{
	margin-top: -80px;
}

.btn-volver{
	padding-left: 7.5%;
  	padding-top: 2.8%;
}


table {
	overflow:hidden !important;
	display: block;
}

#carrito .productos .cabecera .modelo, #carrito .productos .producto .modelo{
	display:none;
}
#carrito .productos .producto td{
	font-size: 12px;
}

#carrito .productos th.txt{
	padding-left:2%;
	font-size:14px;
}

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

.fondobold > div {
  font-size: 16px;
}

#carrito table.productos .total .precio{
	 font-size: 20px;
}

#carrito table.productos .total .precio .fondo {
  font-size: 22px;
}

#carrito .btn-carrito{
	width:120px !important;
}

}
