f@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/burried.png) #ECECEC;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Selectores de elemento/etiqueta ~~ */
ul, ol, dl { /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en las listas. Para lograr coherencia, puede especificar las cantidades deseadas aquí o en los elementos de lista (LI, DT, DD) que contienen. Recuerde que lo que haga aquí se aplicará en cascada en la lista .nav, a no ser que escriba un selector más específico. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* la eliminación del margen superior resuelve un problema que origina que los márgenes escapen del bloque contenedor. El margen inferior restante lo mantendrá separado de los elementos de que le sigan.  */
	padding-right: 15px;
	padding-left: 15px; /* la adición de relleno a los lados del elemento dentro de los bloques, en lugar de en los elementos del bloque propiamente dicho, elimina todas las matemáticas de modelo de cuadro. Un bloque anidado con relleno lateral también puede usarse como método alternativo. */
}
a img { /* este selector elimina el borde azul predeterminado que se muestra en algunos navegadores alrededor de una imagen cuando está rodeada por un vínculo */
	border: none;
}
/* ~~ La aplicación de estilo a los vínculos del sitio debe permanecer en este orden (incluido el grupo de selectores que crea el efecto hover -paso por encima-). ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* a no ser que aplique estilos a los vínculos para que tengan un aspecto muy exclusivo, es recomendable proporcionar subrayados para facilitar una identificación visual rápida */
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* este grupo de selectores proporcionará a un usuario que navegue mediante el teclado la misma experiencia de hover (paso por encima) que experimenta un usuario que emplea un ratón. */
	text-decoration: none;
}
/* ~~ Este contenedor de anchura fija rodea a todas las demás bloques ~~ */
.container {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto; 
	border-radius: 10px;
box-shadow: 0 0 20px #b3b3b3;
font-family: 'Roboto', sans-serif;
font-weight: 400;
clear:both;
overflow:auto;
}
/*.content {
	margin:0 auto;
	width: 960px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	float: left;
	overflow:auto;
	
	
}*/
.content {
	padding: 10px 0;
	width: 655px;
	float: left;
	overflow:auto;
	
}
.content2 {
	margin:0 auto;
	width: 940px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;

	overflow:auto;
	
	
}

.login {
	margin:0 auto; 
	width:600px;
	height:auto;
	overflow:auto;
	border:#e8e8e8 dashed 1px;
}
input[type="text"] {
  display: block;
  margin:0 auto ;
  width: 80% ;
  margin-top:15px;
  margin-bottom:15px;
  font-family: sans-serif;
  font-size: 23px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}
input[type="password"] {
  display: block;
  margin:0 auto;
  width: 80%;
  font-family: sans-serif;
  font-size: 23px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
input[type="password"]:focus {
  outline: none;
}
.entrarbutton {
	width:80%;
	margin-left:60px;
	margin-top:15px;
  margin-bottom:15px;
	background-color:#44c767;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	font-weight:bold;
	padding:10px 23px;
	text-decoration:none;
}
.entrarbutton:hover {
	background-color:#92bd7b;
}
.entrarbutton:active {
	position:relative;
	top:1px;
}

.panel {
	margin:0 auto;
	width:940px;
	
	overflow:auto;
}
.panel_m {
	float:left;
	width:300px;
	height:auto;
	padding-right:5px;
	padding-bottom:20px;
	padding-top:20px;
	border-right:1px #e8e8e8 solid;
	background:#3b5898;
	color:#FFF;
	
}
.panel_ed {
	float:right;
	width:620px;
	height:auto;
	padding-left:14px;
}
.panel_add {
	
	width:205px;
	height:auto;
	padding:14px;
	border:1px dashed #e8e8e8;
}
.panel_add_form {
	margin:0 auto;
	padding:1%;
	
	width:96%;
	height:auto;
	
	border:1px dashed #e8e8e8;
}
.agregarbt {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	padding:10px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.agregarbt:hover {
	background-color:#5cbf2a;
}
.agregarbt:active {
	position:relative;
	top:1px;
}

.pnbt {
	margin-left:7px;
	width:288px;
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;

	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}


.pnbt:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
	background-color:#5972a7;
}
.pnbt:active {
	position:relative;
	top:1px;
}
.ad_post {
	width:100%;
	height:auto;
	overflow:auto;
	border-bottom:1px #e8e8e8 dashed;
	padding-top:10px;
}
.ad_im {
	float:left;
	width:150px;
	height:auto;
	overflow: auto;
	padding-right:5px;
}
.ad_im img {
	max-width:150px;
	max-height:150px;
}
.ad_tx {
	float:left;
	width:465px;
	height:auto;
}
.ad_txt {
	width:460px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:24px;
	color:#666;
	border-bottom:solid #e8e8e8 1px;
	padding-left:10px;
	
}
.ad_delete {
	width:430px;
	height:80px;
	padding-top:30px;
	padding-left:20px;
	
}
.delete {
	width:200px;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.delete:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.delete:active {
	position:relative;
	top:1px;
}
/**/
.editar {
	width:200px;
	-moz-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.editar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.editar:active {
	position:relative;
	top:1px;
}
.desconectar {
	-moz-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	-webkit-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	box-shadow:inset 0px 34px 0px -15px #b54b3a;
	background-color:#a73f2d;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a2a1d;
}
.desconectar:hover {
	background-color:#b34332;
}
.desconectar:active {
	position:relative;
	top:1px;
}


/* ~~ No se asigna una anchura al encabezado. Se extenderá por toda la anchura del diseño. ~~ */
header {
	background: url(../img/diamond_upholstery.png) #ECECEC;
	overflow:hidden;
	clear:both;
}
.hedlogo {
	float:left;
	width:300px;
	height:auto;
	padding:5px;
}
.hed2 {
	float:right;
	width:640px;
	height:auto;
	padding:5px;
	
}
.menuh {
	width:100px;
	padding-left:20px;
	padding-right:20px;
}
.sls {
	width:950px;
	height:430px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: dotted 2px #ECECEC;
	margin:0 auto;
	margin-bottom:10px;
	
	clear:both;
	

	
}

.storc {
	width:640px;
	height:auto; 
	margin: auto auto 10px auto;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom:dashed 1px #ECECEC;
	overflow:hidden;
	clear:both;
}
.stostitle {
	width:583px;
	height:auto;
	padding:10px;
	padding-left:48px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	background: url(../img/market1.png) #fff;
	background-position:left;
	background-repeat:no-repeat;
	color: #333;
	border:1px dashed #ECECEC;
}
.botonstore {
	float:right;
	
}
.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #000000;
  font-size: 18px;
  background: #dedede;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
}

.btn:hover {
  background: #878787;
  text-decoration: none;
}
.stos {
	float:left;
	width:206px;
	height:auto;
	padding-left:7px;
	padding-top:5px;
	overflow:hidden;

	
}
.stos img {
	max-width:206px;
	max-height:206px;
	
	
}

.sidebar1 {
	float: right;
	width: 290px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	margin-right:5px;
	overflow:hidden;
	clear:both;

	

}
.hhsidebar {
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ececec;
	padding-bottom:10px;
	margin-bottom:10px;
	
}
.hsidebar {
	width:280px;
	height:auto;
	padding:5px;

	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#1A1919;

}
.hhs {
	width:270px;
	height:auto;
	padding:10px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:18px;
	background:url(../img/burried.png) #1A1919;
	color:#FFFFFF;
}


.tpage {
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
	font-size:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:930px;
	height:auto;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border:1px #D5D5D5 dashed;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdeb8b+0,cdeb8b+100;Green+Flat+%235 */

background: #cdeb8b; /* Old browsers */


background: -moz-linear-gradient(top,  #cdeb8b 0%, #cdeb8b 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8b), color-stop(100%,#cdeb8b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cdeb8b 0%,#cdeb8b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=0 ); /* IE6-9 */


}
/**/
.l_tienda {
	width:950px;
	height:auto;
	margin:0 auto;
	
	overflow:auto;
	
	
}
.list_store {
	float:left;
	width:310px;
	padding-left:3px;
	padding-right:3px;
	overflow:auto;
}
.list_store img {
	max-width:310px;
}
.l_1 {
	float:left;
	width:300px;
	height:300px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	padding-bottom:5px;
}
.l_1 img {
	width:300px;
	max-width:300px;
	max-height:300px;
}
.l_2 {
	float:left;
	width:620px;
	height:auto;
margin:0 auto;
	padding-left:5px;
	padding-right:5px;
	

	
	
}
.l_2 table, th, td {
	
	
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
    background-color: #fff;
}
table#t01 th {
    color: white;
    background-color: black;
}
.l_2_5{
	float:left;
	width:900px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:20px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border:1px #E6E6E6 dashed;
	height:auto;
	overflow:auto;
}
.l_3 {
	float:left;
	width:900px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:10px;
	margin-top:15px;
	
	border-top:1px #CCCCCC dashed;
	height:auto;
	overflow:auto;
}
.stor {
	float:left;
	width:300px;
	
}
.itu {
	float:left;
	width:160px;
	padding-top:55px;
}
.plays {
	float:left;
	width:160px;
	padding-top:52px;
}
.cbaby {
	float:left;
	width:160px;
	padding-top:57px;
}
.stro {
	float:left;
	width:120px;
	padding-top:70px;
}
/**/
/**/
.levento {
	margin:0 auto;
	width:100%;
	
	padding-bottom:15px;
	overflow:hidden;
	clear:both;
}
.leventop {
	width:940px;
	height:auto;
	
}
.leventop img {
	width:940px;
	max-width:940px;
}
.teevento {
	width:600px;
	height:auto;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	padding-top:10px;
	border-bottom:1px solid #E2E2E2;
}
.teevento p {
	text-align:center;
	max-width:590px;
	overflow:hidden;
}
/**/
.lblog {
	margin:0 auto;
	width:640px;
	
	padding-bottom:15px;
	overflow:hidden;
	clear:both;
}

.pblog {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.titblog {
	width:600px;
	height:auto;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:5px;
	padding-top:5px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:24px;
	border-bottom:1px dashed  #E2E2E2;
}
.titblog a:link, a:visited {
	color: #2C2C2C;
}
.titblog a:hover, a:active {
	color: #575757;
}
.foblog {
	width:600px;
	height:350px;
	margin:0 auto;
	padding-bottom:5px;
	padding-top:5px;
	overflow:hidden;

	
}
.foblog img {
	width:600px;
	height:350px;
	max-width:600px;
	max-height:350px;
}

.teblog {
	width:600px;
	height:auto;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	padding-top:10px;
	border-bottom:1px solid #E2E2E2;
}
.teblog p {
	text-align:center;
	max-width:590px;
	overflow:hidden;
}
.teblogin {
	width:600px;
	height:auto;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	padding-top:10px;
	border-bottom:1px solid #E2E2E2;
}
.teblogin p {
	
	max-width:590px;
	overflow:hidden;
}
.divblog {
	width:600px;
	height:auto;
	margin:0 auto;
	padding:10px;
}
.noticias {
	float:left;
	width:300px;
	height:auto;
	background:#ececec;
	margin-left:15px;
	margin-right:10px;

}
.not {
	width:100%;
	height:auto;
	border-bottom:1px dashed  #FFFFFF;
	padding-bottom:5px;
	
}
.nfot {
	width:100%;
	height:auto;
	padding-top:5px;
}
.nfot img {
	width:290px;
	max-width:290px;
	max-height:150px;
	margin:0 auto;
}
.nfot img:hover {
	opacity: 0.4;
    filter: alpha(opacity=100);

}
.ntitle {
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:15px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color:#1A1919;
}
.ntitle a:link, a:visited {
	color:#333;
	text-decoration:none;
	
}
.ntitle a:hover, a:active {
	color:#1A1919;
	text-decoration:none;
	
}
.ninfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
.nmas {
	width:100%;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:10px;
	margin-bottom:5px;
}
.nmas a:visited {
	color:#fff;
	
}
.nmas a:link {
	color:#fff;
	text-decoration:none;
	background:#333;
	padding:5px;
	
}
.nmas a:hover, a:active {
	color: #666;
	text-decoration:none;
	background:#333;
	
}
.eventos {
	float:right;
	width:300px;
	height:auto;
	margin-left:10px;
	margin-right:15px;
	background:#ececec;
	
}

.even {
	width:100%;
	height:auto;
	border-bottom:1px dashed  #FFFFFF;
	padding-bottom:5px;
	overflow:hidden;
	
}
.efot {
	width:100%;
	height:auto;
	padding-top:5px;
}
.efot img {
	width:290px;
	max-width:290px;
	max-height:400px;
	margin:0 auto;
}
.efot img:hover {
	opacity: 0.4;
    filter: alpha(opacity=100);

}

.img-zoom {
			width:310px;
			-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 {
			-webkit-transform: scale(2); 
			-moz-transform: scale(2);
			-o-transform: scale(2);
			transform: scale(2);
		}
.hh {
	width:100%;
	height:auto;
	padding:10px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:18px;
	background:url(../img/burried.png) #1A1919;
	color:#FFFFFF;
}
.hhcontent {
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ececec;
}
.hcontent {
	width:290px;
	height:auto;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#1A1919;
}
aside {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 10px 0;
}

/* ~~ Este selector agrupado da espacio a las listas del área de .content ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* este relleno reproduce en espejo el relleno derecho de la regla de encabezados y de párrafo incluida más arriba. El relleno se ha colocado en la parte inferior para que el espacio existente entre otros elementos de la lista y a la izquierda cree la sangría. Estos pueden ajustarse como se desee. */
}

/* ~~ Los estilos de lista de navegación (pueden eliminarse si opta por usar un menú desplegable predefinido como el de Spry) ~~ */
ul.nav {
	list-style: none; /* esto elimina el marcador de lista */
	border-top: 1px solid #666; /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */
	margin-bottom: 15px; /* esto crea el espacio entre la navegación en el contenido situado debajo */
}
ul.nav li {
	border-bottom: 1px solid #666; /* esto crea la separación de los botones  */
}
ul.nav a, ul.nav a:visited { /* al agrupar estos selectores, se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados  */
	padding: 5px 5px 5px 15px;
	display: block; /* esto asigna propiedades de bloque al vínculo, lo que provoca que llene todo el LI que lo contiene. Esto provoca que toda el área reaccione a un clic de ratón. */
	width: 160px;  /*esta anchura hace que se pueda hacer clic en todo el botón para IE6. Puede eliminarse si no es necesario proporcionar compatibilidad con IE6. Calcule la anchura adecuada restando el relleno de este vínculo de la anchura del contenedor de barra lateral. */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* esto cambia el color de fondo y del texto tanto para usuarios que naveguen con ratón como para los que lo hagan con teclado */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ El pie de página ~~ */
footer {
	width: 940px;
	margin:0 auto;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
	background: url(../img/diamond_upholstery.png) #ececec;
	/*position: relative;*/
	overflow:hidden;
	clear: both; 
}
/* ~~ Clases float/clear varias ~~ */
.fltrt {  /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase puede situarse en elemento <br /> o en un bloque vacío como elemento final tras el último bloque flotante (dentro de .container) si el pie se elimina o se saca fuera de .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Compatibilidad con HTML5: define nuevas etiquetas HTML5 como display:block para que los navegadores sepan cómo procesar las etiquetas correctamente. */
header, section, footer, aside, article, figure {
	display: block;
}




/*@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot');
    src: url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.woff') format('woff'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont.ttf') format('truetype'), url('http://html5css3demos.bplaced.net/css3-slider-v3/websymbols-regular-webfont#WebSymbolsRegular') format('svg');
}

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(http://subtlepatterns.com/patterns/dark_wall.png);
    background-repeat: repeat;
    height: 500px;
    padding: 1px;
}

h1 { color: white }
*/
#slideshow-wrap {
    display: block;
    height: 390px;
    min-width: 950px;
    max-width: 950px;
    margin: auto;
    /*border: 12px rgba(255,255,240,1) solid;*/
/*    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);*/
    /*margin-top: 20px;*/
    position: relative;
}

#slideshow-inner {
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    overflow: hidden;
    position: relative;
}

#slideshow-inner>ul {
    list-style: none;
    height: 100%;
    width: 500%;
    overflow: hidden;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-inner>ul>li {
    width: 20%;
    height: 320px;
    float: left;
    position: relative;
}

#slideshow-inner>ul>li>img {
    margin: auto;
    height: 100%;
}

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -45px;
    z-index: 100;
    width: 12px;
    height: 12px;
    background-color: rgba(200,200,200,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

#slideshow-wrap label:not(.arrows):active { bottom: -46px }

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] { background-color: rgba(100,100,100,1) }

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] { background-color: rgba(100,100,100,1) }

#slideshow-wrap label[for=button-1] { margin-left: -36px }

#slideshow-wrap label[for=button-2] { margin-left: -18px }

#slideshow-wrap label[for=button-4] { margin-left: 18px }

#slideshow-wrap label[for=button-5] { margin-left: 36px }

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul { left: -100% }

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul { left: -200% }

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul { left: -300% }

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul { left: -400% }

label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 25px;
    color: rgb(255,255,240);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

label.arrows:hover { opacity: 1 }

label.arrows:active { margin-top: -23px }

input[type=radio]#button-1:checked~.arrows#arrow-2, input[type=radio]#button-2:checked~.arrows#arrow-3, input[type=radio]#button-3:checked~.arrows#arrow-4, input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -55px;
    display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1, input[type=radio]#button-3:checked~.arrows#arrow-2, input[type=radio]#button-4:checked~.arrows#arrow-3, input[type=radio]#button-5:checked~.arrows#arrow-4 {
    left: -55px;
    display: block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 { left: -19px }

input[type=radio]#button-3:checked~.arrows#arrow-2 { left: -37px }

input[type=radio]#button-5:checked~.arrows#arrow-4 { left: -73px }

.description {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    font-family: 'Yanone Kaffeesatz';
    z-index: 1000;
}

.description input { visibility: hidden }

.description label {
    font-family: 'WebSymbolsRegular';
    background-color: rgba(255,255,240,1);
    position: relative;
    left: -17px;
    top: 00px;
    width: 40px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 5;
    color: rgb(20,20,20);
}

#slideshow-inner>ul>li:hover .description label { opacity: 1 }

.description input[type=checkbox]:checked~label { opacity: 1 }

.description .description-text {
    background-color: rgba(255,255,230,.5);
    padding-left: 45px;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    top: -35px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    color: rgb(20,20,20);
}

.description input[type=checkbox]:checked~.description-text { opacity: 1 }