html,body { 
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	min-height: 100%;
	margin: 0; 
  	padding: 0;
  	font-size: 14px;
  	color: #333333;
}

img { 
  	border: 0;
}

a, a:hover, a:visited { 
  	outline: none;
  	text-decoration: none;
  	color: #333;
}

#logoPOD a, #logoPOD a:hover, #logoPOD a:visited{
	color: #fff;
}  


#main {
	width: 100%;
	border: 0;
	margin: 0 auto;
	padding: 0;
	background: #FEFFFA;
	background: #fff;
	height: auto;
	min-height: 90%;
 	min-height: calc(100% - 65px);
	padding-top: 65px; /* altura del fixed header */
	z-index: 99;
}

#site_content {
	min-height:100%;
	max-width: 975px;
  	padding: 0;
  	margin: 0 auto;
  	text-align: center;
  	height: auto;
  	padding-bottom: 30px; /* altura del footer */
  	margin-top: 30px;
}

div.clear {
	clear:both;
}

/* ---- header changes ----*/

#header {
	position: fixed;
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 50px;
	background: #000;
	color: #fff;
}

#header_top {
	position: relative;
	float: none;
	max-width: 975px;
	width: auto;
	margin: 0 auto;
	padding-bottom: 5px;
}

#header_bottom {
position: fixed;
padding: 0;
margin: 0 auto;
width: 100%;
left: 50%;
transform: translate(-50%);
z-index: 100;
background: #eee;
height: 30px;
}

div.header_float {
	position: absolute;
	top: 30px;
	right: 0;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 99;
	-moz-box-shadow: 0 0 15px 0 #999999;
	box-shadow: 0 0 15px 0 #999999;
	-webkit-box-shadow: 0 0 15px 0 #999999;
	color: #666;
}

div.header_float_column {
	display: inline-block;
	position: relative;
	max-width: 300px; 
	vertical-align: top;
	padding: 20px;
	line-height: 1.3;
}

img.header_float_logoMuseo_img {
	display: inline-block;
	padding: 10px 0 0 20px;
	max-width: 340px;
	max-height: 70px;
}

div.header_float_logoPOD {
	vertical-align: top;
	font-family: 'FontBold', arial, helvetica, sans-serif;
	font-size: 22px;
	margin: 10px 10px 0 20px;
}

div.float_close {
	position: relative;
	float: right;
	text-align: center;
	vertical-align: top;
	width: 30px;
	padding-top: 10px;
	cursor: pointer;
	z-index: 999;
}

hr.float {
	margin: 10px 10px 0 10px;
	color: #666;
}

div.column_number {
	display: inline-block;
	width: 30px;
	vertical-align: top;	
}

div.column_text {
	max-width: 270px;
	display: inline-block;
}

div.header_info_link {
	display: inline-block;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	vertical-align: top;
	top: 1px;
  padding: 12px;
}

div.header_info_link a, div.header_info_link a:visited {
	text-decoration: none;
	color: #666;
}

#cart_fixed_header{
	position: fixed;
	top: 70px;
	max-width: 975px;
	width: 100%;
	z-index: 100;
	background: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

#cart_link span{
	color: #fff;
}

div#header_what {
	display: none;
	border: 0;
}

div#header_what_link {
	font-size: 16px;
	vertical-align: top;
	line-height: 1;
}

img#what_icon, img#contact_icon {
	position: relative;
	width: 18px;
}

div#what_header_title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc; 
	color: #666;
}

div#header_contact {
	display: none;
}

a.language {
	color: #fff;
}

#language {
	position:relative;
	display:inline-block;
	margin-right: 15px;
	top: -4px;
}

.language_button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
  padding: 12px;
  margin-right: 5px;
}

.dropdown_selected {
  background: #DDD;
  color: #333;
}

.language_button img {
	position: relative;
	display: inline-block;
	top: 2px;
	height: 12px;
	width: auto;
	margin-left: 5px; 
	vertical-align: top;
}

.dropdown {
	position: relative;
	top: 0;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	vertical-align: top;
}

#buscador {
	display: none;
}

/*.language_button:hover {
	background:#DDD;
	color:#333;
}*/

#language_dropdown {
	position: absolute;
  padding: 10px 0;
  padding-top: 5px;
	top: 40px;
	left: 0;
	background:#DDD;
	color:#000;
	display: none;
}

.language_dropdown-item {
	display: inline-block;
	cursor: pointer;
   padding: 12px;
}

.language_dropdown-item a {
	color:#333;
}

#cart {
	margin-right: 15px;
	position: relative;
	display: inline-block;
	top: -2px;
}

span.cart {
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}

span.cartPrice {
	color: #fff;
}

img#cart_img {
	position: relative;
	margin: 0;
}

#menu_button {
	position: relative;
	display: none;
}

#menu_button img {
	position: relative;
	width: 20px;
	top: -2px;
}

.wide_menu_icons {
	position: relative;
	display: inline-block;
}

#logoMuseo {
	display: inline-block;
	margin: 0 10px;
	max-width: 100%;
}

img#logoMuseo_img {
	display: block;
	width: 100%;
	max-width: 400px;
	max-height: 100px;	
}

img#logo_pod {
	position: relative;
	display: inline-block;
	height: 30px;
	vertical-align: top;
	margin-right: 10px;
}

span.fontLight {
	font-family: 'FontLight', arial, helvetica, sans-serif;
}

img.icon {
	position:relative;
	top:1px;
}

#logoPOD {
	position: absolute;
	float: none;
	font-family: 'FontBold', arial, helvetica, sans-serif;
	font-size: 24px;
	padding: 0;
	color: #fff;
	margin: 0 auto;
	width: auto;
	text-align: center;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

#logoMuseo {
	display: inline-block;
	height: 45px;
	max-width: none;
	position: relative;
}

img#logoMuseo_img {
	max-height: 80%;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#header_icons {
	float:right;
	z-index: 99;
	vertical-align: top;
	margin-top: 3px;
}

#buscador {
	position: relative;
	width: 100%;
	margin:0;
	padding: 0;
	text-align: center;
	padding-top: 30px;
}

#search_button {
	position: relative;
	display:inline-block;
	cursor: pointer;
	top: -2px;
  padding: 12px;
}

#search_button img {
 	width: 20px;
}

input[type="text"]:focus {
	outline: 0;
}

img.deleteIcon {
    position: relative;
    top: 0;
    right: 30px;
    cursor: pointer;
}

input[type="text"],
input[type="Password"],
select.search {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #FFF;
	background-color: transparent; 
	color: #fff;
}

.autocomplete-suggestions {
	color:#FFF;
	padding: 8px 0;
	border: 0;
	background: none;
	height: 100vh;
	font-size: 17px;
}

.autocomplete-suggestion {
	padding: 10px 0;
	padding-left: 15px;
}

.autocomplete-suggestion:hover {
	color: #333;
}

#searchInput {
	width: 500px;
	margin: 0;
  padding: 10px;
	padding-right: 30px;
 
}

input.button {
	position:relative;
	top:13px;
	margin-left:5px;
	width: 34px;

}

a.headerLink {
	color: #000;
}

.path_collection {
	color:#990000;
}

#next_button_container {
	position: relative;
	width: auto;
	height: 15px;
	max-width: 950px;
	margin: 0 auto;
	padding-top: 0;
}

#back_arrow {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
}

/* --- index changes ---- */

div.main_index {
	/*background-image:url(../../img/web/home/index_bg.jpg) !important;*/
	background-size: cover;
}

div#index_search {
	width: 100%;
	margin: 20px auto;
	margin-bottom: 30px;
}

div#index_search #indexSearchInput {
	border: 1px solid #333;
	width: 30vw;
	max-width: 300px;
	font-size: 14px;
	color:#999;
}

div#index_search img.deleteIcon {
	width: 15px;
	top: 2px;
}

div#index_search input.button {
	width: 30px;
	margin-left: 0;
	top: 10px;
	left: -5px;
}

#index_search .autocomplete-suggestions {
	background: #EEE;
	text-align: left;
}

#index_search .autocomplete-suggestion {
	color: #333;
	cursor: pointer;
}

#index_search .autocomplete-suggestion:hover {
	background: #CCC;
}

div#index_galleries_container {
	text-align: center;
	margin: 40px auto;
	position: relative;
	z-index: 99;
}

div.index_gallery {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 340px;
	margin: 10px;
}

div.index_gallery_image_container {
	position: relative;
	width: 220px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background: #fff;
	
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	
}

div.image_fade {
	position: absolute;
	top: 0;
	left: 0px;
	width: 220px;
	height: 220px;
	overflow: hidden;
	opacity: 0;
}

img.index_gallery_image {
	position: absolute;
	width: 100%;
	height: auto;
	top: -15px;
	left: 0;
}

div.index_overlay {
	position: absolute;
	top: 220px;
	background: #fff;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	border: 1px solid #9BA68B;
	width: 200px;
	font-family: 'FontLight', arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-align: left;
	font-size: 22px;
	padding-top: 10px;
	padding-left: 20px;
	
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}

div.index_overlay {
	position: absolute;
}

div#bg_bar_container {
	z-index: 1;
}

div.bg_bar {
	position: absolute;
	height: 125px;
	left: 0;
	
	background: #9BA68B;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:.7;
    
}

img#loading {
	width: 31px;
}
	
div.loading {
	position: relative;
	float: left;
	margin: 10px;
	padding: 50px;
}
	
/* ---- new gallery ----*/

#gallery_container {
	background-color: transparent;
	height: auto;
	max-width: 975px;
	margin: 0 auto;
	text-align: center;
}

#gallery_container a {
	color:#666;
}

#items_loader {
	display: inline-block;
	padding: 0;
	margin: 10px auto;
	text-align: center;
}

.box { 
	width: 200px;
	height: 300px;
	position: relative; 
	float: left; 
	overflow: hidden;
	background: #fff;
	/*opacity:0;*/
}

img.thumb { 
	position: absolute; 
}

.image_crop {
	position: relative;
	display: inline-block; 
	overflow: hidden;
}

.dropshadow {
	/*-moz-box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	
	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;*/
  	
  	border: 1px solid #CCC;
  	cursor: pointer;
}

.box .title {
	position: relative;
	margin: 10px;
	text-align:left;
	font-size: 12px;
	line-height:17px;
	
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

span.author {
	color:#A88E59;
}

span.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

span.pathNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#paginator {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	position: fixed;
	font-size: 22px;
	width: 100%;
	color: #000;
}

.textscore {
	color: #000;
}

/* -------- Product --------- */

#preview {
	width: 500px;
	margin: 0px 60px 0px 0px;
	perspective: 1800px;
}

#preview_wrapper{
	position: relative;	
	perspective: 1800px;	
	left: 50%;
    transform: translateX(-50%);
	
}

#preview_build{
	position: absolute;
	z-index: 2;
	background: white;
	
}

#preview_build_glass{
	position: absolute;
	z-index: 3;
	display: none;
	transition: all .4s ease-in-out;
}

#preview.preview_finish_LB #preview_build_glass, #preview.preview_finish_MX #preview_build_glass {
	background-image: linear-gradient(117deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.808561) 14%, rgba(255, 255, 255, 0.167104) 34%, rgba(255, 255, 255, 0.0606618) 39%, rgba(255, 255, 255, 0) 100%);
	display: block;
	opacity: 0;
}

#preview.preview_finish_LB #preview_build:hover > #preview_build_glass, #preview.preview_finish_MX #preview_build:hover > #preview_build_glass {
	opacity: 0.9;
		
}


#preview_build_effect{
	position: absolute;
	z-index: 1;
	top: 1px;
}


#preview.preview_finish_FL #preview_build {
  box-shadow: 1px 1px 5px rgba(60, 60, 60, 0.2);
  }
  
#preview.preview_finish_LB #preview_build, #preview.preview_finish_MX #preview_build {
  box-shadow: 0px 1px 0 rgba(32, 32, 32, 0.05), 1px 2px 0 rgba(32, 32, 32, 0.05), 2px 3px 0 rgba(32, 32, 32, 0.05), 3px 4px 0 rgba(32, 32, 32, 0.05), 0px 0px 12px rgba(30, 30, 30, 0.1), 1px 1px 3px rgba(30, 30, 30, 0.17), 3px 2px 5px rgba(30, 30, 30, 0.15), 6px 3px 8px rgba(30, 30, 30, 0.12), 12px 5px 10px rgba(30, 30, 30, 0.1), 24px 10px 20px rgba(30, 30, 30, 0.1);
  transition: transform .4s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
   
  }
  
#preview.preview_finish_LB #preview_build:hover, #preview.preview_finish_MX #preview_build:hover {
	transform: rotate3d(0, 1, 0, 30deg);
	
	
}

#preview.preview_finish_FL #preview_build_effect::before,
#preview.preview_finish_FL #preview_build_effect::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: all .2s ease-in-out;
  }

#preview.preview_finish_FL #preview_build_effect::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg); }

#preview.preview_finish_FL #preview_build_effect::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg); }

#preview.preview_finish_FL #preview_build:hover ~ #preview_build_effect::before,
#preview.preview_finish_FL #preview_build:hover ~ #preview_build_effect::after {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4); }

#preview.preview_finish_FL #preview_build:hover ~ #preview_build_effect::before {
  left: 5px; }

#preview.preview_finish_FL #preview_build:hover ~ #preview_build_effect::after {
  right: 5px; }



img.preview {
	width: 100%;
}

p.overlay.title {
	/*margin-left:10px;*/
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	max-width: 400px;
	font-size: 1.1em;
	margin-top: 30px;
}

select.product_options{
	height:30px;
}

p.overlay.title span{
	font-size: 0.8em;
}

#picture_text{
	padding-bottom: 30px;
	padding-left: 40px;	
	padding-right: 40px;
}

#picture_text_desc{
	background: #eee;
    padding: 10px;
    margin-top: 20px;
    padding-top: 1px;
}

p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#product_container {
	display: inline-block;
	margin-top: 20px;
	max-width: 100%;
}

.product_step.product_step_delivery{
	margin-top: 10px;
}

#selection {
	margin-top: 5px;
}

div#share_container {
	position: relative;	
	top: -15px;
	color: #808080;
}

img.share_icon {
	position: relative;
	margin: 2px;
	top: 10px;
}

hr.selection {
	clear: both;
	height: 1px;
	border: 0px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	margin-bottom: 15px;
}

div.product_step {
	clear: both;
	background: #eee;
	color: #000;
}

img.unit_button {
	padding-left: 10px;
	padding-right: 10px;
}

div#selection_price {
	font-weight: bold;
	position: relative;
	float: right;
	font-size: 25px;
	color: #00A7D3;
	top: 5px;
}

div#add_to_cart {
	position: relative;
	float: right;
	background-color: #00A7D3;
	padding: 7px 15px 12px 40px;
	margin-bottom: 10px;
}

a.add_to_cart {
	color: #fff;
	top: 0px;
}

#description {
	margin-top: 0px;
}

#description_text {	
	margin: 0px;
	margin-left: 130px;
	line-height: 1.4;
	width: auto;
	font-size: 11px;
	margin-top: 20px;
	float: none;
	margin-right: 10px;
}

#description_text b{
	font-size: 15px;
	line-height: 2;
}

#description_image {
	width: 120px;
	margin-top: 20px;
}

#description_image img {
	max-width: 100%;
}

#size_text {
	line-height: 20px;
}

img#basket {
	position: relative;
	margin-left: 10px;
	top: 3px;
}

div#image_info_img_container {
	position: relative;
	float: left;
}

img#image_info_img {
	max-width: 300px;
	max-height: 450px;
}

/* --------- Contact ------- */
div.data_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 15px;
}

span.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

span.mandatory {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7A200A;
}

div.data_container {
	width: 100%;
	margin: 20px auto;
	margin-top: 150px;
}

div#user_data_container {
	margin: 0 auto;
}

div.user_data_left, .user_data_right {
	display:inline-block;
	text-align:left;
	padding-right:12px;
	width: 45%;
	vertical-align: top;
}

#data_checkbox_container {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.data {
	border: 1px solid #555;
	color: #000;
}

div#comments_container {
	height: auto;
}

#comments, #country_select {
	border: 1px solid #555;
	background-color: transparent;
}

div#bottom_next_button_container {
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
}

div.billing_title {
	margin-top: 20px;	
}

div#billing_button {
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #00A7D3;
	color: #fff;
	width: 210px;
	padding: 8px 10px 5px 0px;
	text-align: center;
	margin-right: 75px;
}
	

/* --------- Cart ----------- */

#order_step_container {
	margin-top: 30px;
	width: 100%;

}

#order_step{
	display: inline-block;
}

hr.cart_line{
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.step li {
	width: 150px;
}

div.cart_product {
	height: auto;
	text-align: left;
}

div#cart_product_container {
	width: 100%;
	margin-top: 180px;
}

div.thumbnail_cart_container {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}

div.thumbnail_cart_container img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

img.thumbnail_cart {
	max-width: 100px;
	max-height: 100px;
}

div.img_data {
	display: inline-block;
	width: 250px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 15px;
}

#price_detail{
	margin-right: 20px;
}

div.title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div#actions_container {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

#units_container {
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
	
}

#delete_container {
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
	vertical-align: top;
	font-weight: normal;
}

hr.cart_total{
	height: 1px;
}

#cart_price_detail_container{
	margin-top: 0;
}

#price_container {
	display: inline-block;
	margin-top: 42px;
	vertical-align: top;
	float: right;
	margin-right: 20px;
}

#cart_price_detail_container {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#cart_country_select_container {
	display: inline-block;
}

span.cart_product_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

div.cart_product_price {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	width:100px;
	text-align:right;
}

span.cart_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.cart_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.cart_resume {
	display: inline-block;
	margin-top:5px;
	margin-right: 10px;
	min-width: 150px;
	text-align: left;
}

#cart_country_select {
	background-color: transparent;
	border: 1px solid #555;
	padding: 3px;
	margin-top: 0px;
}


#total_price {
	top: 8px;
}



#cart_next_button_container {
	margin-top: 10px;
	width: 100%;
}

#cart_back_arrow {
	position: relative;
	float: left;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

img.icon {
	top:3px;	
}

#next_button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #00A7D3;
	width: 210px;
	padding: 8px 10px 10px 0px;
	text-align: right;
}

ul.step li.first_current, ul.step li.step_current {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#cart_country_select {
	margin-right: 20px;	
}

.cart_product_price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

div.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}

/* ----------- Payment -----------*/


ul.step li.last_current {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}

#conditions {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#section_title {
	margin-top:20px;
}

#transfer_payment {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


div.payment_price {
	font-size: 16px;
}

span.transferHL {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

div.payment_button {
	position:relative;
	display: inline-block;
	height:100px;
	width:150px;
}

#transfer_payment {
	position:absolute;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#payment_body{
	width: 800px;
	margin: auto;
	margin-top: 190px;
}

.payment_section_qr{
	position: relative;
}

.payment_section_text_qr{
	position: absolute;
    transform: translateX(-50%);
    left: 50%;
    font-size: 25px;
    font-weight: bold;
}


.payment_section_text_barcode{
    font-size: 25px;
    font-weight: bold;
}


div#payment_summary_container {
	margin: 20px auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
}

div.payment_data {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	text-align:left;
	margin-right: 3%;
	vertical-align: top;
}

.right_title{
	text-align: right !important;
	margin-right: 0 !important;
}

div.payment_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

div.product_data {
	width:30%;
	margin-left: 0px;
}

div.description_data {
	width:30%;
}

div.payment_price {
	font-size: 16px;
}

div.payment_price_total {
	font-size: 20px;
}

a.conditions {
	color: #555;
}

div#billing_download {
	margin-top: 20px;
}

img#billing_download_img {
	margin:5px;	
	vertical-align: middle;
}

img.download_button_img {
	position: relative;
	top: -5px;
	left: 10px;	
}

span.underline {
	text-decoration: underline;
}

div.payment_price_total{
	width: auto;
	display: block;
}

/* ----------- Legal & Conditions ------------ */

div.conditions_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p.conditions_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#conditions_container {
	width: 90%;
	padding: 20px;
}

a.legal {
	color: #ccc;
	text-decoration: underline;
}

/* ---------- Order Status ---------*/

#order_status_container {
	display:inline-block;
	margin:auto;
	margin-top:30px;
	color: #808080;
}

span.status_date {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

ul.status_step li {
	height: 120px;
	float: left;
	width: 150px;
	text-align: center;
}

div#payment_change_container {
	margin-top:20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7A200A;
}

	
div.user_data {
	display:inline-block;
	text-align:left;
	max-width:720px;
}


span.state_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

span.nota {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.change_payment_title {
	margin-top: 10px;
	font-size: 14px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

img#change_payment {
	margin-top: 5px;
}

div#status_shipping_data {
	text-align: left;
	margin:0 auto;
	margin-top: 20px;
	max-width: 800px;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px; 
}

div#status_order_summary {
	max-width: 800px;	
	margin:0 auto;
	text-align: left;
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

div.order_status_step {
	display: inline-block;
	width: 146px;
	height: 100px;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
}

div.status_check {
	font-weight: bold;
	color: #000;
} 



ul.status_step li.status_check {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.status_step li.status_received {
	background: transparent url('../../img/web/status_received.png') no-repeat bottom center;
}

ul.status_step li.status_paid_pending {
	background: transparent url('../../img/web/status_paid_pending.png') no-repeat bottom center;
}

ul.status_step li.status_paid {
	background: transparent url('../../img/web/status_paid.png') no-repeat bottom center;
}

ul.status_step li.status_process_pending {
	background: transparent url('../../img/web/status_process_pending.png') no-repeat bottom center;
}

ul.status_step li.status_process {
	background: transparent url('../../img/web/status_process.png') no-repeat bottom center;
}

ul.status_step li.status_sent_pending {
	background: transparent url('../../img/web/status_sent_pending.png') no-repeat bottom center;
}

ul.status_step li.status_sent {
	background: transparent url('../../img/web/status_sent.png') no-repeat bottom center;
}

div.status_title {
	font-weight: bold;
	margin-left: 10px;
}

.order_status_container{
	margin-left: 10px;
	margin-right: 10px;
}

div.status_product {
	display: inline-block;
	text-align: left;
	width: 35%;
	vertical-align: top;
}

div.status_description {
	display: inline-block;
	text-align: left;
	width: 35%;
	vertical-align: top;
}

div.status_units {
	width: 15%;
	display: inline-block;
	text-align: right;	
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	margin-right: 10px;
	
}

div.payment_product {
	margin-bottom: 10px;	
	
}

.payment_product .status_product{
	margin-left: 10px;
}

.payment_product .status_description{
	margin-left: 10px;
}


.float_right{
	float: right;
}

/* ---------- Error ---------*/


#error_container {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ---------- Footer ---------*/

#footer {
	clear:both;
	position: relative;
	width: auto;
	color: #aaa;
	padding: 0 0 5px 0;
	/*margin-top: -40px;*/
	padding-top: 5px;
	height: auto;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	background: #fff;
	border-top: 1px solid #aaa;
	/*-moz-box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;*/
}

/* ---------- REPONSIVE @media ---------*/
@media all and (max-width: 1000px) {
	hr.cart_line{
		margin: 20px;
	}
	
	#payment_summary_container .cart_line{
		margin-left: 0;
		margin-right: 0;
	}
	
	#status_shipping_data .cart_line{
		margin-left: 0;
		margin-right: 0;
	}
	
	#status_order_summary .cart_line{
		margin-left: 0;
		margin-right: 0;
	}

	
	#payment_body{
		width: 100%;
	}
	
	
}

@media all and (max-width: 1000px) {
	#preview, #selection, #description {
		margin: 0 auto;
		float: none;
	}
	
	#description_image {
		max-width: 100%;
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 30px;
	}
	
	#description_image img{
		float: none;
		text-align: center;
	}
	
	#description_text {
		max-width: 90%;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#picture_text_desc{
		display: none;
	}
}


@media all and (max-width: 860px) {
/*	#logoPOD {
		position: relative;
		display: inline-block;
		left:0;
		margin: 0;
		padding: 0;
		margin-left: 10px !important;
		vertical-align: top;	
	}*/
	
	#price_detail{
		margin-left: 25px;
	} 
	
	#price_detail .cart_resume{
		float: left;
	}
	
	#price_detail .select_container_cart{
		float: none;
		text-align: left;
		margin-top: 10px;
		margin-left: -8px;
	}
	
	div#actions_container{
		margin-left: 25px;
	}
	
	#units_container{
		margin-top: 2px;
		margin-right: 10px;
	}
	
	#delete_container{
		margin-top: 0px;
		margin-right: 10px;
	}
	
	#price_container{
		margin-top: 12px;
	}


}


@media all and (max-width: 650px) {
	#logoPOD {
		display: none;
	}
	
	#searchInput{
		width: 250px;
	}
	
}

@media all and (max-width: 620px) {
	ul.status_step li {
		width: 100px;
	}
	
	div.order_status_step {
		width: 116px;
	}
	
	div.order_status_step img {
		width: 120px;
	}
	
	
	
}

@media all and (max-width: 560px) {
	img.header_float_logoMuseo_img {
		max-width: 90%;
	}
	
	#back_arrow {
		/*display: none;*/
		margin-left: 10px;
		top: 0px;
	}
	
	
}

@media all and (max-width: 530px) {
	#selection {
		width: 90%;
	}
	
	div.options {
		width: 100%;
	}

	ul.step li {
		width: 130px;
	}
	
	#cart_country_select_container {
		width: 100%;
		margin-top: 10px;
	}
	
	#cart_country_select {
		margin-right: 0px;
	}
	
	div.user_data_left, .user_data_right {
		width: 90%;
	}
	
	#header_what_link{
		display: none;
	}
	
	#header_contact_link{
		display: none;
	}
	
	#cart_fixed_header{
		top: 60px;
	}	
	
	#total_price{
		width: 100%;
		text-align: right;
	}
	
	div.img_data{
		width: 200px;
	}
	
}


@media all and (max-width: 460px) {
	
	select.product_options {
		width: 70%;
	}
	
	#preview { 
		max-width: 90%;
	}
	
	img.preview {
		/*width: 100%;*/
		/*max-height: 50vh;*/
	}
	
	div#cart_product_container{
		margin-top: 200px;
	}
	
	#next_button{
		width: 50%;
	}
	
	#country_select{
		float: none;
	}
	
	#country_delivery_price{
		position: static;
		text-align: left;
		margin-top: 4px;
	}

	#data_checkbox_container{
		margin-left: 10px;
	}
	
	.lopd{
		margin-left: 10px;
	}
	

	
}

@media all and (max-width: 430px) {

	ul.step li {
		width: 100px;
	}
	
/*	
	div.payment_data {
		width:16%;
	}

	div.product_data {
		width:22%;
	}
	
	div.description_data {
		width:25%;
	}
	*/
	div.payment_price_total {
		width: auto;
		text-align: center;
		
		
	}
}

@media all and (max-width: 360px) {
	
	#logoPOD {
		font-size: 22px;	
	}
	
	img#logoMuseo_img{
		max-width: 150px;
	}
	
	div.img_data{
		width: 150px;
	}
	
	#searchInput{
		width: 180px;
	}
	
	
}

@media all and (max-width: 320px) {
	
	#buscador {
		margin-right: 0px;
	}
	
	select.product_options {
		width: 100%;
	}
	
	#selection {
		text-align: left;
	}
	
	#size_text {
		font-size: 11px;
	}
	

		
	div.cart_resume {
		min-width: 130px;
	}
	
	div.cart_product_price {
		width: 70px;
	}
	
	
	#cart_country_select {
		margin-right: 0px;
	}
	
	#status_order_summary {
		font-size: 12px;
	}
	
	div.description_data{
		width: 27%;
	}
	
	div.product_data{
		width: 27%;
	}
}

@media all and (max-width: 260px) {
	
	#logoPOD {
		font-size: 18px;
	}
}
