/*
Theme Name: ASB
Author: Beew
*/

html {
	font-size: 62.5%;
}
body {
	background: #fafafa;
	color: #333;
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}
a {
	text-decoration: none;
}

	/* Topbar */
	
	#topbar {
		min-width: 1190px;
		position: relative;
		z-index: 1;
		background: #2f2f2f url(images/bg-textura-1.gif) left top;
		padding: 5px 0;
		border-bottom: 1px solid #000;
		-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	}
	
		.dark-list,
		.qtranxs_language_chooser {
			float: right;
			list-style: none;
			margin-left: 5px;
			background: #2c2c2c;
			border: 1px solid #111;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			-moz-box-shadow: inset 0 2px 1px #222, 0 1px 0 rgba(255, 255, 255, 0.07);
			-webkit-box-shadow: inset 0 2px 1px #222, 0 1px 0 rgba(255, 255, 255, 0.07);
			box-shadow: inset 0 2px 1px #222, 0 1px 0 rgba(255, 255, 255, 0.07);
		}
			.dark-list li,
			.qtranxs_language_chooser li {
				float: left;
			}
				.dark-list li a,
				.qtranxs_language_chooser a {
					display: block;
					padding: 8px;
					font-size: 10px;
					font-size: 1rem;
					text-transform: uppercase;
					text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
					color: #bababa;
					border-right: 1px solid #111;
					-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.07);
					-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.07);
					box-shadow: 1px 0 0 rgba(255, 255, 255, 0.07);
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					-ms-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
				}
				.dark-list li:last-child a,
				.qtranxs_language_chooser li:last-child a {
					border-right: none;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
				}
				.dark-list li a:hover,
				.qtranxs_language_chooser li a:hover, 
				.dark-list li.active a,
				.qtranxs_language_chooser li.active a {
					color: #fff;
				}
				
				.dark-list li.icon-user a {
					padding-left: 28px;
					background-image: url(images/icon-user.png);
					background-repeat: no-repeat;
					background-position: 6px 6px;
				}
				.dark-list li.icon-key a {
					padding-left: 28px;
					background-image: url(images/icon-key.png);
					background-repeat: no-repeat;
					background-position: 6px 6px;
				}
				.qtranxs_language_chooser li.lang-es a {
					padding-left: 28px;
					background-image: url(images/icon-es.png);
					background-repeat: no-repeat;
					background-position: 6px 6px;
				}
				.qtranxs_language_chooser li.lang-en a {
					padding-left: 28px;
					background-image: url(images/icon-en.png);
					background-repeat: no-repeat;
					background-position: 6px 6px;
				}
		
		
	/* Header */

	#header {
		min-width: 1190px;
		padding-bottom: 1px;
		background: #fff url(images/bg-header.gif) repeat-x left bottom;
	}
		#header .container {
			height: 68px;
			width: 1170px;
			padding: 0 10px;
			background: url(images/bg-header-container.png) no-repeat left bottom;
		}
			
			#header h1 {
				float: left;
				height: 36px;
				width: 225px;
				margin: 18px 20px 0  20px;
				background: url(images/logo.png?v=1);
				text-indent: -9999em;
			}
				#header h1 a {
					height: 36px;
					width: 225px;
					display: block;
				}
			
			#header nav {
				float: left;
				margin-top: 8px;
			}
				#header nav ul {
					height: 50px;
				}
					#header nav ul li {
						float: left;
						font-size: 14px;
						font-size: 1.4rem;
						font-weight: bold;
						text-shadow: 0 1px 0 #fff;
					}
						#header nav ul li a {
							display: block;
							padding: 0 15px 0 55px;
							line-height: 50px;
							color: #9d9d9d;
							border-right: 1px solid #e0e0e0;
							background-repeat: no-repeat;
							-moz-box-shadow: 1px 0 0 #fff;
							-webkit-box-shadow: 1px 0 0 #fff;
							box-shadow: 1px 0 0 #fff;
							-webkit-transition: color .2s ease-in-out;
							-moz-transition: color .2s ease-in-out;
							-o-transition: color .2s ease-in-out;
							-ms-transition: color .2s ease-in-out;
							transition: color .2s ease-in-out;
						}
						#header nav ul li:last-child a {
							border-right: none;
							-moz-box-shadow: none;
							-webkit-box-shadow: none;
							box-shadow: none;
						}
						#header nav ul li.current_page_item a,
						#header nav ul li a:hover {
							color: #ce1723;
						}
						
						#header nav ul li.nav-1 a {
							background-image: url(images/nav-icons.png);
							background-position: 13px 9px;
						}
						#header nav ul li.nav-2 a {
							background-image: url(images/nav-icons.png);
							background-position: 12px -55px;
						}
						#header nav ul li.nav-3 a {
							background-image: url(images/nav-icons.png);
							background-position: 13px -118px;
						}
						#header nav ul li.nav-4 a {
							background-image: url(images/nav-icons.png);
							background-position: 12px -182px;
						}
					
			#header form {
				position: relative;
				float: right;
				margin: 12px 20px 0 0;
			}
				#header form .input {
					width: 325px;
				}
				#header form .submit-search {
					position: absolute;
					top: 10px;
					right: 10px;
				}
						
			
	/* Page */
	
	#page {
		width: 1190px;
		margin: 0 auto;
	}
		#page .container {
			position: relative;
			top: -1px;
			background: #fff;
			width: 1170px;
			padding-bottom: 20px;
			border: 1px solid #e0e0e0;
			border-top: none;
			webkit-border-bottom-right-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-radius-bottomright: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
			-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			overflow: hidden;
			padding-top: 15px;
		}
	
		/* Sidebar Left */
			
		#sidebar-left {
			float: left;
			width: 170px;
			margin-right: 30px;
		}
			#categories {
				padding: 10px 0 0 0;
				border-left: none;
				-webkit-border-top-left-radius: 0;
				-webkit-border-bottom-left-radius: 0;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-bottomleft: 0;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}
	
			/* Categories */
			
			.categorias {
				list-style: none;
				width: 169px;
				font-size: 13px;
				font-size: 1.3rem;
				text-shadow: 0 1px 0 #fff;
				background: #e0e0e0;
				border-top: 1px solid #fff;
				-moz-box-shadow: 0 -1px 0 #e0e0e0;
				-webkit-box-shadow: 0 -1px 0 #e0e0e0;
				box-shadow: 0 -1px 0 #e0e0e0;
				margin-bottom: 20px;
			}
				.categorias li {
					position: relative;
				}
					.categorias li a {
						display: block;
						color: #555;
						background: #f5f5f5;
						padding: 6px 23px 6px 10px;
						border-bottom: 1px solid #e0e0e0;
						-webkit-transition: color .2s ease-in-out;
						-moz-transition: color .2s ease-in-out;
						-o-transition: color .2s ease-in-out;
						-ms-transition: color .2s ease-in-out;
						transition: color .2s ease-in-out;
					}
					.categorias li span {
						position: absolute;
						top: 0;
						right: 0;
						display: block;
						width: 24px;
						height: 24px;
						line-height: 24px;
						font-size: 15px;
						font-size: 1.5rem;
						text-align: center;
						font-weight: bold;
						color: #bbb;
						cursor: s-resize;
					}
						
						.categorias ul a {
							font-size: 11px;
							font-size: 1.1rem;
							background: #ededed;
						} 
						.categorias ul li:first-child a {
							-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
							-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
							box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
						}
						.categorias ul ul li a {
							-moz-box-shadow: none !important;
							-webkit-box-shadow: none !important;
							box-shadow: none !important;
						}
							.categorias ul ul {
								margin-left: 10px;
							}
							.categorias ul ul a {
								border-left: 1px solid #d9d9d9;
								-moz-box-shadow: inset 1px 0 0 #f6f6f6;
								-webkit-box-shadow: inset 1px 0 0 #f6f6f6;
								box-shadow: inset 1px 0 0 #f6f6f6;
							}
				
				.categorias a:hover,						
				.categorias li.current-menu-item a,
				.categorias li.current-menu-item ul a:hover,
				.categorias li.current-cat a,
				.categorias li a.current-post {
					color: #ce1723;
				}
				.categorias li.current-menu-item ul a,
				.categorias li.current-cat ul a  {
					color: #555;
				}
				
		/* Content */
		
		#content {
			float: left;
			width: 770px;
		}
			
			.slide {
				width: 764px;
			}
			
			/* Home */
			
			#slide_home {
				margin-bottom: 30px;
			}
			
			.camera_wrap {
				border: 1px solid #e0e0e0;
				padding: 2px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
				-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
				box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
			}
			
			#about-home {
				/*background: url(images/welcome.png) no-repeat 0 10px;
				padding-left: 200px;*/
				min-height: 200px;
				margin-bottom: 30px;
			}
				#about-home h2 {
					/*font-size: 36px;
					font-size: 3.6rem;
					color: #ce1723;*/
					margin-bottom: 5px;
					background: url(images/logo-big.png?v=3) no-repeat;
					height: 82px;
					width: 543px;
					text-indent: -9999em;
				}
				#about-home p {
					font-size: 18px;
					font-size: 1.8rem;
					line-height: 1.5em;
					color: #555;
					margin-bottom: 20px;
				}
				#about-home p:first-of-type {
					font-size: 20px;
					font-size: 2rem;
					color: #222;
				}
				#about-home p:first-of-type:first-line {
					font-weight: normal;
					font-size: 30px;
					font-size: 3rem;
				}
				
			/* Single */
			
			#slide_single {
				position: relative;
				overflow: hidden;
				border: 1px solid #e0e0e0;
				padding: 2px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
				-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
				box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
			}
				#slide_single .scrollable {
					position: relative;
					overflow: hidden;
					width: 764px;
					height: 513px;
				}
					#slide_single .scrollable .items {
						width: 20000em;
						position: absolute;
					}
						#slide_single .scrollable .items .item {
							width: 764px;
							height: 513px;
							float: left;
							text-align: center;
							background: #ccc;
							-moz-box-shadow: inset 0 0 50px #888;
							-webkit-box-shadow: inset 0 0 50px #888;
							box-shadow: inset 0 0 50px #888;
						}
							#slide_single .scrollable .items .item img {
								max-width: 770px;
								max-height: 513px;
								display: block;
								margin: 0 auto;
							}
							
			.navi .active a {
				border: 1px solid #999 !important;
			}
			
			#slide_single .browse {
				position: absolute;
				top: 200px;
				height: 90px;
				width: 50px;
				display: block;
				text-indent: -9999em;
				z-index: 9999;
				cursor: pointer;
			}
			#slide_single .prev {
				left: 0px;
				background: url(images/arrow-slide-left.png) no-repeat;
			}
			#slide_single .next {
				right: -3px;
				background: url(images/arrow-slide-right.png) no-repeat;
			}
			
			.slide_ampliar {
				z-index: 9999;
				width: 200px;
				position: absolute;
				top: 20px;
				left: 20px;
				color: #fff;
				padding: 20px;
				background: #333;
				background: rgba(0,0,0,0.7);
				line-height: 140%;
			}
			
			/* Attachment */
			
			#foto-big {
				position: relative;
				color: #fefefe;
				background: #ccc;
				-moz-box-shadow: inset 0 0 50px #888;
				-webkit-box-shadow: inset 0 0 50px #888;
				box-shadow: inset 0 0 50px #888;
			}
				#foto-big img {
					display: block;
					margin: 0 auto;
					max-width: 770px;
					height: auto;
				}
				#ver-info-foto {
					display: none;
					position: absolute;
					z-index: 1;
					left: 20px;
					top: 20px;
					padding: 10px;
					background: #333;
					color: #fff;
					text-shadow: 0 1px 0 #000;
					border: 1px solid #111;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, .1);
					-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, .1);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, .1);
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					-ms-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
				}
				#ver-info-foto:hover {
					color: #fff;
					background: #444;
				}
				#cerrar-info-foto {
					display: none;
					position: absolute;
					z-index: 2;
					left: 450px;
					top: 15px;
					color: #fff;
					background: #666;
					border: 1px solid #222;
					height: 20px;
					width: 20px;
					line-height: 20px;
					text-align: center;
					text-shadow: 0 1px 0 #000;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
				}
				
				.foto-info {
					display: none;
					position: absolute;
					z-index: 1;
					left: 20px;
					top: 0px;
					width: 430px;
					height: 450px;
					padding: 20px;
					background: #333;
					border: 1px solid #111;
					border-top: none;
					overflow: auto;
					-webkit-border-bottom-right-radius: 4px;
					-webkit-border-bottom-left-radius: 4px;
					-moz-border-radius-bottomright: 4px;
					-moz-border-radius-bottomleft: 4px;
					border-bottom-right-radius: 4px;
					border-bottom-left-radius: 4px;
				}
					.foto-info h2 {
						font-size: 30px;
						font-size: 3rem;
						margin-bottom: 20px;
					}
					.foto-info p {
						font-size: 14px;
						font-size: 1.4rem;
						margin-bottom: 20px;
						line-height: 1.6em;
					}
				.foto-right {
					position: absolute;
					z-index: 1;
					right: 20px;
					top: 20px;
					padding: 15px;
					text-shadow: 0 1px 0 #000;
					background: #333;
					text-align: center;
					border: 1px solid #111;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, .1);
					-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, .1);
					box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, .1);
				}
					.foto-right span {
						display: block;
						padding-bottom: 15px;
					}
					.foto-right a {
						display: inline-block;
						font-weight: bold;
						color: #39addd;
						font-size: 18px;
						font-size: 1.8rem;
						padding-top: 10px;
						border-top: 1px solid #111;
						-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
						-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
						box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
						-webkit-transition: all .2s ease-in-out;
						-moz-transition: all .2s ease-in-out;
						-o-transition: all .2s ease-in-out;
						-ms-transition: all .2s ease-in-out;
						transition: all .2s ease-in-out;
					}
					.foto-right a:hover {
						color: #6ad3ff;
					}
			
			#foto-big-pie {
				overflow: hidden;
				padding: 15px;
				background: #fafafa;
				border: 1px solid #e0e0e0;
				border-top: none;
				margin-bottom: 30px;
				-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
				-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
				-webkit-border-bottom-right-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
				-moz-border-radius-bottomright: 4px;
				-moz-border-radius-bottomleft: 4px;
				border-bottom-right-radius: 4px;
				border-bottom-left-radius: 4px;
			}
				#foto-big-pie a {
					float: left;
					color: #ce1723;
				}
					#foto-big-pie a:hover {
						text-decoration: underline;
					}
				#foto-big-pie .foto-codigo {
					float: right;
					font-size: 10px;
					font-size: 1rem;
					text-transform: uppercase;
				}
					
				/* Post list */
				
				.posts {
					width: auto;
					position: relative;
					overflow: hidden;
					list-style: none;
				}
				.posts:first-of-type {
					margin-top: 30px;
				}
					.posts li {
						float: left;
						display: inline;
						margin: 0 30px 30px 0;
					}
					.posts li.letra {
						float: none;
						clear: both;
						display: block;
						margin: 0 0 30px 0;
						text-transform: uppercase;
						color: #a4a4a4;
						font-weight: bold;
					}
					.posts li.clear {
						display: block;
						float: none;
						margin: 0;
					}
						.posts li a {
							width: 164px;
							display: block;
							border: 1px solid #e0e0e0;
							padding: 2px;
							color: #999;
							-webkit-border-radius: 2px;
							-moz-border-radius: 2px;
							border-radius: 2px;
							-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
							-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
							box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
						}
							.posts li a:hover,
							.posts li a:hover strong.strongactive {
								color: #ce1723;
							}
							.posts li a img {
								width: 164px !important;
								height: auto;
								display: block;
							}
							.posts li a strong {
								display: block;
								text-align: center;
								padding: 5px 0;
								font-weight: normal;
								font-size: 11px;
								font-size: 1.1rem;
								border-top: 1px solid #e0e0e0;
							}
							.posts li a strong.strongactive {
								color: #666;
							}
			
			/* Page */
			
			.post-entry {
				color: #555;
				font-size: 14px;
				font-size: 1.4rem;
				line-height: 1.6em;
				margin-top: 20px;
			}
			
			.post-entry p {
				margin-bottom: 20px;
			}
			.post-entry a {
				color: #ce1723;
			}
			.post-entry a:hover {
				text-decoration: underline;
			}
				.post-entry blockquote {
					font-size: 16px;
					font-size: 1.6rem;
					padding: 20px 20px 1px 20px;
					background: #fff;
					margin-bottom: 20px;
					border: 1px solid #d0c9bb;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
					-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
					box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
				}
				.post-entry ul,
				.post-entry ol {
					margin-bottom: 20px;
				}
					.post-entry ul li {
						list-style: disc;
						margin-left: 20px;
					}
					.post-entry ol li {
						list-style: decimal;
						margin-left: 20px;
					}
						.post-entry ul li ul,
						.post-entry ol li ol {
							margin-bottom: 0px;
						}
				.post-entry h1,
				.post-entry h2,
				.post-entry h3,
				.post-entry h4,
				.post-entry h5,
				.post-entry h6 {
					margin-bottom: 20px;
				}
				.post-entry h1 { font-size: 31px; font-size: 3.1rem; }
				.post-entry h2 { font-size: 26px; font-size: 2.6rem; }
				.post-entry h3 { font-size: 23px; font-size: 2.3rem; }
				.post-entry h4 { font-size: 19px; font-size: 1.9rem; }
				.post-entry h5 { font-size: 46px; font-size: 1.4rem; text-transform: uppercase; letter-spacing: 0.1em; }
				.post-entry h6 { font-size: 12px; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.1em; }
				
				/* Images, Captions */
				
				.post-entry p img {
					max-width: 100%;
					}
				img.alignnone {
					display: block;
					margin-bottom: 20px;
					}
				img.centered {
					clear: both;
					display: block;
					margin-left: auto;
					margin-right: auto;
					}
				img.alignright {
					margin: 0 0 5px 15px;
					display: inline;
					}
				img.alignleft {
					margin: 0 15px 5px 0;
					display: inline;
					}
				.alignright {
					float: right;
					margin: 0 15px 5px 15px;
					}
				.alignleft {
					float: left;
					margin: 0 20px 5px 0px;
					}
					
				.aligncenter,
				div.aligncenter {
					clear: both;
					display: block;
					margin-left: auto;
					margin-right: auto;
					}
				.wp-caption {
					text-align: center;
					}
				.wp-caption p {
					margin: 0;
					}
				.wp-caption p.wp-caption-text {
					font-size: 9px;
					font-size: 0.9rem;
					line-height: 1.2em;
					padding: 0 4px 5px;
					font-style: italic;
					color: #555;
					margin: 0 0 10px 0;
					}
					
		/* Sidebar Right */	
		
		#sidebar-right {
			float: left;
			margin-left: 30px;
			margin-top: 20px;
			width: 150px;
		}	
				
	/* Footer */
	
	#footer {
		padding: 20px 0;
		text-shadow: 0 1px 0 #fff;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1em;
		color: #666;
	}
		#footer .container {
			background: url(images/logo-footer.gif) no-repeat right center;
			width: 670px;
			padding-right: 500px;
		}
		#footer p {
			margin-bottom: 10px;
		}
		#footer small {
			font-size: 11px;
			font-size: 1.1rem;
		}

/* Genericas */

.container {
	width: 1170px;
	margin: 0 auto;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.marco {
	border: 1px solid #e0e0e0;
	padding: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

.box {
	border: 1px solid #e0e0e0;
	background: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
}
.box-hueca {
	border: 1px solid #e0e0e0;
	background: url(images/bg-texture-2.gif);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Titles */

.title {
	background: url(images/title-large.png) no-repeat;
	color: #a4a4a4;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	line-height: 42px;
}

.title-small {
	color: #a4a4a4;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	line-height: 30px;
}
.title-small-short {
	background: url(images/title-small-short.png) no-repeat;
}
.title-small-large {
	background: url(images/title-small-large.png) no-repeat;
}

.title-small a {
	color: #a4a4a4;
}


/* Forms */

.form {
	margin-bottom: 30px;
}
	.form .title-small {
		margin-top: 10px;
		padding-left: 20px;
	}
	.form form {
		margin: 20px;
	}
		.form label {
			color: #555;
			display: block;
		}
			.form label .input {
				padding: 15px;
				width: 320px;
				display: block;
				margin: 5px 0 20px 0;
			}
			.form label textarea {
				height: 99px;
			}
			.form .button {
				float: right;
			}
	.form .required {
		display: inline-block;
		background: url(images/icon-required.png) no-repeat left center;
		padding: 10px 0 10px 25px;
		font-size: 11px;
		font-size: 1.1rem;
		color: #999;
	}
	.form .content-submit {
		display: block;
		margin-top: 18px;
	}
		.form .content-submit .required {
			margin-top: 5px;
		}

.input {
	color: #666;
	padding: 10px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	outline: none;
}
.input-required {
	background-image: url(images/icon-required.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;	
}

.submit-search {
	background: transparent url(images/icon-search.png) no-repeat;
	height: 21px;
	width: 21px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .4;
}
.submit-search:hover {
	opacity: 1;
}

.message-ok,
.message-error {
	display: block;
	font-weight: bold;
	margin: 20px 0 0 20px;
}
.message-ok {
	color: #009900;
}
.message-error {
	color: #ce1723;
}

.needsfilled {
	border-color: #ce1723;
	color: #ce1723;
}

/* Lists */

.list-image {
	width: 810px;
	position: relative;
	overflow: hidden;
}
	.list-image a,
	.list-image span {
		float: left;
		display: inline;
		margin: 0 30px 30px 0;
	}
		.list-image a img,
		.list-image span img {
			width: 164px;
			height: auto;
			display: block;
		}

/* Breadcrumb */

.breadcrumb {
	margin-bottom: 10px;
	padding: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	text-shadow: 0 1px 0 #fff;
	color: #666;
}
	.breadcrumb .the_breadcrumb {
		display: inline;
	}
	.breadcrumb .the_breadcrumb a {
		position: relative;
		display: inline-block;
		color: #666;
		margin-right: -18px;
		padding: 10px 10px 10px 23px;
		background: #fafafa;
		border: 1px solid #e0e0e0;
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius: 4px;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomright: 20px;
		border-radius: 4px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		-moz-box-shadow: inset 0 1px 0 #fff;
		-webkit-box-shadow: inset 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #fff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		.breadcrumb .the_breadcrumb a:first-child {
			padding-left: 10px;
		}
		.breadcrumb .the_breadcrumb a:hover {
			color: #ce1723;
		}
	.breadcrumb .the_breadcrumb strong {
		font-weight: normal;
		margin-left: 25px;
		color: #ce1723;
	}
		.breadcrumb .the_breadcrumb strong small {
			color: #666;
		}

/* Filtro */

.filtro {
	padding: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	text-shadow: 0 1px 0 #fff;
	color: #666;
}	
	.filtrostrong {
		font-weight: normal;
		text-transform: uppercase;
		font-size: 10px;
		font-size: 1rem;
		display: inline-block;
		color: #666;
		padding: 10px;
		background: #fafafa;
		border: 1px solid #e0e0e0;
		-moz-box-shadow: inset 0 1px 0 #fff;
		-webkit-box-shadow: inset 0 1px 0 #fff;
		box-shadow: inset 0 1px 0 #fff;
	}
		.filtro-orden .filtrostrong {
			background-image: url(images/icon-ordenar.png);
			background-repeat: no-repeat;
			background-position: 10px 10px;
			padding-left: 30px;
			-webkit-border-radius: 4px;
			-webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			-moz-border-radius: 4px;
			-moz-border-radius-topright: 20px;
			-moz-border-radius-bottomright: 20px;
			border-radius: 4px;
			border-top-right-radius: 20px;
			border-bottom-right-radius: 20px;
		}
		
		.filtro-abc .filtrostrong {
			background-image: url(images/icon-abc.png);
			background-repeat: no-repeat;
			background-position: 10px 10px;
			background-position: 10px 10px;
			text-align: right;
			width: 122px;
			margin-right: 35px;
			-webkit-border-radius: 4px;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius: 4px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			border-radius: 4px;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
		}
		
	.filtro-orden {
		float: left;
	}
		.form-order {
			margin-left: 5px;
			display: inline;
		}
			.form-order button {
				font-family: Arial, Geneva, sans-serif;
				font-size: 11px;
				font-size: 1.1rem;
				text-shadow: 0 1px 0 #fff;
				color: #666;
				display: inline-block;
				background: transparent;
				border: none;
				padding: 7px 5px 13px 5px;
				position: relative;
				bottom: -1px;
				margin-bottom: -3px;
				cursor: pointer;
			}
			.form-order button.ordercurrent {
				color: #ce1723;
				background-image: url(images/arrow-current.png);
				background-position: center bottom;
				background-repeat: no-repeat;
			}
			
	.filtro-abc {
		float: right;
		position: relative;
		width: 180px;
	}
		#nav-letras {
			position: absolute;
			z-index: 1;
			right: 0;
			top: 0;
			-webkit-transition: top .2s ease-in-out;
			-moz-transition: top .2s ease-in-out;
			-o-transition: top .2s ease-in-out;
			-ms-transition: top .2s ease-in-out;
			transition: top .2s ease-in-out;
		}
		#nav-letras.affix,
		#nav-letras.affix-bottom {
			position: fixed;
			top: 20px;
			right: inherit;
			margin-left: 148px;
		}
		.top {
			visibility: hidden;
		}
		@media (max-width: 1170px) {
			#nav-letras.affix,
			#nav-letras.affix-bottom {
				position: absolute;
				z-index: 1;
				right: 0;
				top: 0;
				margin-left: 0;
			}
			.top {
				visibility: visible;
				position: fixed;
				bottom: 20px;
				right: 20px;
			}
		}
		
		.filtro-abc .letras {
			list-style: none;
			padding: 5px 0;
		}
			.filtro-abc .letras li {
				display: inline;
			}
			.filtro-abc .letras li a {
				display: block;
				padding: 5px 0;
				width: 30px;
				text-align: center;
				color: #8c8c8c;
				text-shadow: 0 1px 0 #fff;
			}
				.filtro-abc .letras li a:hover {
					color: #ce1723;
				}
				.filtro-abc .letras li.active a {
					background: #eee;
					border-top: 1px solid #e0e0e0;
					border-bottom: 1px solid #fff;
				}
	
/* ads */

#ads-125,
#ads-728 {
	padding-top: 12px;
	margin-bottom: 20px;
	text-align: center;
}
	#ads-125 .banner {
		background: rgba(0, 0, 0, .1);
		height: 125px;
		width: 125px;
		margin: 0 auto 10px auto;
	}
	#ads-728 .banner {
		background: rgba(0, 0, 0, .1);
		height: 90px;
		width: 728px;
		margin: 0 auto 12px auto;
	}
	
	#ads-125 .button-clean {;
		margin: 10px 0 20px 0;
	}

/* Buttons */

.button {
	padding: 12px 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-black {
	color: #c8c8c8;
	border-color: #222;
	background-color: #333;
}
.button-black:hover {
	background-color: #434343;
}

.button-clean {
	padding: 6px 20px;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	color: #777;
	background: #e2e2e2;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.button-clean:hover {
	color: #fff;
	background-color: #d6171a;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

/* Table */

.content-table table {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-right: none;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.content-table table th,
.content-table table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.content-table table thead th,
.content-table table thead td {
	color: #777;
	font-weight: normal;
	font-size: 10px;
	font-size: 1rem;
	background: #fafafa;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
}
.content-table table tfoot {
	height: 6px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
}
.content-table table tfoot td {
	padding: 0;
	line-height: 6px;
	border: none;
}
.content-table table caption {
	color: #777;
	text-shadow: 0 1px 0 #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 12px 8px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}