/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:80%;
	/*max-width:800px;*/
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: auto;
    border-bottom: 1px solid #cccccc;
	margin-bottom:10px;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    /*font-family: 'Josefin Slab',Georgia, serif;*/
    
	color: #999;
    font-size: 1.1em;
    display: block;
	position: relative;
    line-height: 50px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 37%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #000000;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #777777;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p {
    font-size:  0.8em;
    font-family:  Arial, serif;
    line-height:  1.5em;
    padding: 1px 4px 1px 4px; 
}
.st-content_imagen{
    width:100%;
	max-width:1005px;
	height: auto;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

.premios{
	color:#9e9e9e;}
	
.carrito{
	width:auto;
	height:auto;
	font-size:0.8em;
	color:#d3d3d3;
	text-transform: uppercase;
	margin-bottom:10px;}
	.carrito a{
	color: #9e9e9e;}
	.carrito a:hover{
	color: #666;}




.campos_formulario{
	width:99%;
	font-size:1.1em;
	padding-top:10px;
	color:#666;
	margin-bottom:20px;
	background-color:#d8d8d8;
	border:0px;}

.campos_formulario_comentarios{
	width:99.5%;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	padding-top:10px;
	color:#666;
	margin-bottom:20px;
	padding-left:1%;
	background-color:#d8d8d8;
	border:0px;}
	
.campos_formulario_producto{
	width:100.2%;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	padding-top:10px;
	color:#666;
	margin-bottom:20px;
	background-color:#d8d8d8;
	border:0px;}

#cerrar a{
	float: right;
	font-size:1.5em;
	color:#999;
	display:block;
	padding: 5px 10px 5px 30px;
}
#cerrar a:hover{
	color:#000;
}

.enviar{
	font-size:1.1em;
	color:#fff;
	background-color:#777777;}

.enviar:hover{
	font-size:1.1em;
	color:#ffffff;
	background-color:#111;
	cursor:pointer;}
	
.cancelar{
	font-size:1.1em;
	color:#000000;
	background-color:#b3b3b3;}

.cancelar:hover{
	font-size:1.1em;
	color:#ffffff;
	background-color:#111;
	cursor:pointer;}
	
#gracias{
	text-align:center;
	color:#666;
	font-size:1.2em;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	background-color: #EEE;
	padding:10px;
	}
	
#forma1{
	font-size:0.715em;
	padding-bottom:20px;
	text-align:center;
	}
	#forma1 a{
		color:#999;
	}
	#forma1 a:hover{
		color:#000;
	}
	
	.todos_los_modelos{
		color:#999;
	}
	
	
/*@media screen and (max-width: 640px)*/
@media (max-width:768px) {
	.st-accordion ul li > a{
		font-size:1.9em;
	}	.carrito p.carrito_derecha{ text-align:left;  }

	.carrito p {
	    width: 100%;
    float: left;}
    
    
	.st-content p {
    font-size:  0.7em;
	line-height:  1.9em;
	padding: 0px 4px 1px 4px;
	}
}

@media (max-width:480px) {
	.st-accordion ul li > a{
		font-size:1.2em;
	}

.carrito p.carrito_derecha{text-align: right;}

	.carrito p {    width: 100%;
    float: left;}

	.st-content p {
    font-size:  0.7em;
	line-height:  1.9em;
	padding: 0px 4px 1px 4px;
	}
}