html, body, div, span, applet, object, iframe, p,h1, h2, h3, h4, h5, h6, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-size: 100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	
}
html{
		height:100%;
		}
	
body {
}
ol, ul {
	list-style:none
}

:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0px;
	visibility: visible;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	background: #f2f2f2;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-justify: auto;
	margin: 0;
}
p {
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #4d87ab;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #395c6a;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4d87ab;
	font-weight: lighter;
	padding-bottom: 12px;
	text-justify: auto
}
h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	text-justify:auto
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
.caps {
	text-transform: uppercase;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding-left: 10px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: decimal;
	list-style-position: inside;
	line-height: 20px;
}
ol li {
	padding: 0;
	margin: 0;
}


.hr2 {
	border-top: 3px solid #338093;
	height: 4px;
	border-bottom: 1px solid #338093;
	margin: 30px 0;
}
.hr1 {
	height: 0;
	border-bottom: 1px solid #338093;
	margin: 36px 0;
}
.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}
p .center {
	text-align: center;
	display: block;
	margin: 0 auto 10px;
}
img {
	display: block;
}
img.left {
	float: left;
	margin: 10px 10px 5px 0;
}
img.right {
	float: right;
	margin: 10px 0 5px 10px;
}
.lite1 {
	color: #4d87ab;
}
.lite2 {
	border-bottom: 1px dotted #4d87ab;
}

/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
a.button {padding: 5px 15px 7px 15px;}
}

/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	a.button {padding: 5px 15px 7px 15px;}

}


/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.logo {
	float: left;
}
.social {
	float: right;
	position: absolute;
	bottom: 25px;
	right: 0;
}
.social ul li {
	float: left;
	margin-left: 1px;
	background: none;
	padding: 0;
}

#container {
	width: 920px;
	margin: 22px auto;
	padding: 20px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	background-color: #fff;
}
#copyright {
	width: 900px;
	margin: 20px auto;
	padding: 17px 30px 13px;
	background-color: #338093;
	
}
#copyright p {
	font-size: 12px;
	text-align: right;
	color: #395c6a;
}



/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

.menu {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-weight: normal;
	width: 960px;
	padding: 0;
	background: #338093;
	z-index: 1000;
	position: relative;
	margin: 0;
}
.menu ul {
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: normal;
}
.menu ul li {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	background: none;
}
.menu ul li a {
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	display: block;
	line-height: 1;
	border-right: 0px solid #f2f2f2;
	font-size: 14px;
}

/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.menu ul li a {padding: 21px 30px 19px;}
}

* html .menu ul li a {
	display: inline-block;
}
.menu ul li a:link, .menu ul li a:visited {
	color: #fff;
}
.menu ul li a.active {
	color: #fff;
}
.menu ul li a.selected {
	background: #fff;
	color: #4d87ab;
}
.menu ul li a:hover {
	
	color: #395c6a;
}
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width: 180px;
	padding: 0;
}
.menu ul li ul li {
	display: list-item;
	float: none;
	padding: 0 17px;
	background-color: #fff;
}
.menu ul li ul li:first-child a {
	border: none;
}
.menu ul li ul li ul {
	top: 0;
}
.menu ul li ul li a {
	margin: 0;
	border: none;
	padding: 17px 0;
	line-height: 1;
	border-top: 1px solid #b4b4b4;
	font-size: 12px;
}
* html .menu {
	height: 1%;
}

#piecemaker {
	margin-top: -30px;
}
/*-----------------------------------------------------------------------------------*/
/*	SHOWCASE
/*-----------------------------------------------------------------------------------*/

#awOnePageButton .view-slide {
	display: none;
}
.showcase-load {
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

.showcase-onepage {
/**/
}
.showcase {
	position: relative;
	margin: 0 auto 33px auto;
	height: 426px;
}
.showcase-content-container {
	background-color: #000;
}
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	background: url('style/images/arrows.png');
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.showcase-arrow-previous {
	background-position: 0 0;
}
.showcase-arrow-previous:hover {
	background-position: 0 -25px;
}
.showcase-arrow-next {
	background-position: 25px 0;
}
.showcase-arrow-next:hover {
	background-position: -25px -25px;
}
.showcase-content {
	background-color: #000;
	text-align: center;
}
.showcase-content-wrapper {
	text-align: center;
	height: 400px;
	width: 900px;
	display: table-cell;
	vertical-align: middle;
}
.showcase-plus-anchor {
	background-image: url('style/images/plus.png');
	background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0;
}
div.showcase-tooltip {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 8px;
	background-image: url(style/images/white-opacity-80.png);
}
.showcase-caption {
	color: #000;
	padding:9px 15px 7px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: none;
	width: auto;
	background-image: url(style/images/white-opacity-80.png);
}
.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}
.showcase-button-wrapper {
	clear: both;
	margin-top: 15px;
	text-align: center;
	position: relative;
	margin-right:-7px;
}
.showcase-button-wrapper span {
	cursor: pointer;
	margin: 3px 7px 0 0;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	display: inline-block;
	background: url('style/images/navs.png');
}
.showcase-button-wrapper span:hover, .showcase-button-wrapper span.active {
	background-position: 0 -12px;
}
.showcase-thumbnail-container /{
	background-color: #000;
}
.showcase-thumbnail-wrapper {
	overflow: hidden;
}
.showcase-thumbnail {
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
.showcase-thumbnail-caption {
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.showcase-thumbnail-content {
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}
.showcase-thumbnail-cover {
	background-image: url(style/images/black-opacity-40.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showcase-thumbnail:hover {
	border: solid 1px #999;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail.active {
	border: solid 1px #999;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding: 10px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 10px;
	width: 116px;
}
.showcase-thumbnail-wrapper-vertical {
	padding: 10px;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-bottom: 10px;
}
.showcase-thumbnail-button-backward,  .showcase-thumbnail-button-forward {
	padding: 7px;
	cursor: pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0px;
	padding-right: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(style/images/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position: -17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position: -17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position: -17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position: -17px 0;
}
/* Hide button text */
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNAS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:50%;
}
.one-third {
	width: 30%;
}
.two-third {
	width: 900px;
}
.one-fourth {
	width: 22%;
	margin-right: 3%;
}
.three-fourth {
	width:80%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position: relative;
	float: left;
	text-align: justify;
}
.last {
	margin-right:0 !important;
	clear:right;
}
/*-----------------------------------------------------------------------------------*/
/*	CAROUSEL
/*-----------------------------------------------------------------------------------*/
.carousel {
	height: 176px;
	padding-top: 5px;
}
.carousel ul li {
	background: none;
	width: 222px;
	padding: 0;
}
.jcarousel-direction-rtl {
	direction: rtl;
}
.carousel .jcarousel-container {
	display: block;
	overflow: hidden;
}
.carousel .jcarousel-item {
	width: 222px;
	height: 176px;
}
.carousel .jcarousel-item img {
	padding: 0;
}
.carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	height: 176px;
}
.carousel .jcarousel-clip-horizontal {
	width:  900px;
	height: 176px;
	overflow: hidden;
	display: block;
}
.carousel .jcarousel-item {
	width: 222px;
	height: 176px;
}
#carousel-scroll {
	float: right;
	margin-top: -42px;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMULARIO
/*-----------------------------------------------------------------------------------*/

.form-container {
	position: relative;
	width: 700px;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 15px 0 0 80px;
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
	clear:both;
	text-shadow: none;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
	width: 370px;
}

.forms fieldset {
	font-family: 'PTSansRegular';
	font-size: 14px;
}
.forms ol {
	list-style: none;
}

.forms li.form-row {
	margin-bottom: 20px;
}

.forms li.hidden-row {
	display: none;
}


.forms fieldset .text-input {
	background-color: #fff;
	border:1px solid #dedede;
	width: 380px;
	height: 30px;
	padding: 0 10px;
	color: #4d4d4d;
	font-family: 'PTSansRegular';
	font-size: 13px;
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.forms fieldset .password {
}
.forms fieldset .text-area {
	background-color: #fff;
	border:1px solid #dedede;
	width: 380px;
	height: 140px;
	resize: none;
	color: #4d4d4d;
	font-family: 'PTSansRegular';
	font-size: 13px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}
.forms fieldset .btn-submit {
	background: #5499c3 url(style/images/button.png) repeat-x;
	border: none;
	height: 27px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #e2e2e2;
	font-family: 'CharisSILItalic';
	font-size: 14px;
	padding: 0 20px 1px 20px;
	cursor: pointer;
	margin-left: 80px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	.forms fieldset .btn-submit {
	padding: 0 20px 2px 20px;
}

}
.forms li.error input, .forms li.error textarea {
	border: 1px #c43131 solid;
}
.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 5px;
	font-family: 'PTSansRegular';
	font-size: 13px;
}
/*-----------------------------------------------------------------------------------*/
/*	PIE DE FORMULARIO
/*-----------------------------------------------------------------------------------*/


/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#footer .forms fieldset .btn-submit {padding: 0 20px 2px 20px;}

}
#footer .forms span.error {
	display: none;
}
#footer .forms label {
	display: block;
	float: right;
	width: 40px;
	text-align: right;
	padding-top: 10px;
	font-family: 'PTSansRegular';
	font-size: 13px;
}
#footer .form-container .response {
	display: none;
	margin: 15px 0 0 0;
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
	clear:both;
	text-shadow: none;
	padding: 10px 10px 8px 10px;
	line-height: 17px;
	width: 173px;
	font-size: 12px;
}

/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
#footer .form-container .loading {
	width: 110px;
	height: 400px;
}
#footer .forms fieldset .text-input {
	width: 110px;
	height: 30px;
}
#footer .forms label {
	padding-top:6px;
}
}

/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#footer .forms label {
	padding-top:6px;
}
}

/*-----------------------------------------------------------------------------------*/
/*	PRODUCTOS
/*-----------------------------------------------------------------------------------*/

.items {
	width: 930px;
}
.box {
	padding: 0;
	float: left;
}
.col5 {
	width: 164px;
	margin: 0 20px 20px 0;
}
.col4 {
	width: 650px;
	margin: 0 20px 20px 0;
}
.col3 {
	width: 288px;
	margin: 0 21px 21px 0;
}
.col5 img {
	max-width: 164px;
}
.col4 img {
	max-width: 210px;
}
.col3 img {
	max-width: 288px;
}
.box h4 {
	padding:10px 0 0;
	font-family: 'CharisSILItalic';
}
.box p {
	padding: 0;
	font-family: 'CharisSILItalic';
}
#filtering-nav {
	letter-spacing: normal;
	margin: 30px 0 30px 0;
	padding: 10px 0 9px 0;
	border-top:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
}
#filtering-nav li {
	list-style: none;
	float: left;
	background: none;
	padding: 0 20px 0 0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
#filtering-nav li.active a {
	color: #395c6a;
}
.items:after, #filtering-nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#portfolio .items, #gallery .items {
	opacity: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	PRODUCTOS
/*-----------------------------------------------------------------------------------*/

.box a, .carousel ul li {
    display: block;
    position: relative;
    background-image: url(style/images/art/Tc1.jpg);
}
.box a img, .carousel ul li img {
    display: block;
    position: relative;
    background-image: url(style/images/art/Tc1.jpg);
}
.play, .zoom, .details {
	position: absolute;
	background: transparent url(style/images/icon-play.png) no-repeat center center;
}
.zoom {
	background-image: url(style/images/icon-zoom.png);
}
.details {
	background-image: url(style/images/icon-more.png);
}
.box a span, .carousel ul li a span {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.overlay {
	background-color: rgba(15, 15, 15, 0.4);
}
/*-----------------------------------------------------------------------------------*/
/*	GALLERY
/*-----------------------------------------------------------------------------------*/

#gallery {
	margin-top: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMULARIO
/*-----------------------------------------------------------------------------------*/

.blog {
}
.content {
	width: 595px;
	float: left;
}
.post {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #454545;
}
.blog-post .post {
	border: none;
	padding: 0;
	margin: 0;
}
.sidebar {
	width: 265px;
	float: right;
}
.sidebar:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-navi {
	margin: -35px 0 0 0;
}
.page-navi p {
	float: left;
	padding: 3px 20px 0 0;
	border-right: solid 1px #454545;
	margin-right: 20px;
	font-size: 12px;
}
.page-navi ul {
	list-style: none;
}
.page-navi ul li {
	display: inline;
	background: none;
	padding: 0;
	font-family: 'PTSansRegular';
}
.page-navi ul li a {
	float: left;
	font-size: 12px;
	display: block;
	font-style: normal;
	line-height: 1;
	text-align: center;
	padding: 6px 8px 4px 8px;
	margin-right: 7px;
	color: #4d4d4d;
	border: 1px solid transparent;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
}
.page-navi ul li a:hover, .page-navi ul li a.current {
	text-decoration: none;
	background-color: #fff;
	border:1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sidebar-box {
	margin-bottom: 50px;
}
.searchform input {
	background-color: #fff;
	border:1px solid #dedede;
	color: #4d4d4d;
	width: 245px;
	padding: 5px 10px;
	height: 24px;
	font-size: 13px;
	font-family: 'CharisSILItalic';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF url(style/images/search.png) 240px center no-repeat;
}

/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.tag-list ul li a {
	padding: 2px 10px 4px;
}
.cat-list ul li a {
	padding: 2px 10px 4px;
}
}

/* Opera Fix */

.tag-list ul li a {
	padding: 2px 10px 4px;
}
.cat-list ul li a {
	padding: 2px 10px 4px;
}

/*------------------------------ ENCABEZADO ------------------------------*/
#footer {
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
}

#footnote ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footnote ul li {
	float: left;
	padding-right: 5px;
}
#footnote ul li a {
	color: #D6D6D6;
	border-left: 1px solid #626365;
	padding-left: 5px;
	text-decoration: none;
}
#footnote ul li a:hover, #footnote ul li.active a {
	color: #395c6a;
}

#footnote span {
	display: block;
}
