@charset "UTF-8";

hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #ccc;
   margin: 1em 0;
   padding: 0;
}

/*FONTS ----------------------*/

.sansita_tit_tx {
    font-family: 'Sansita One', cursive;
    font-size: 20px;
    color: #74309D;
}

.sansita_tit_tx a:link {
    color: #74309D;
    text-decoration: none;

}

.sansita_tit_tx a:visited {
    color: #74309D;
    text-decoration: none;

}

.sansita_tit_tx a:hover {
    color: #666;
    text-decoration: none;

}

.sansita_tit_tx a:active {
    color: #74309D;
    text-decoration: none;

}

.sansita_tit_tx2 {
    font-family: 'Sansita One', cursive;
    font-size: 15px;
    color: #74309D;
}

.tx_chico {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #BC0033;
}

.purple{
    color: #74309D;
}



/*LINKS ---------------------*/
.class1 a:link {
    color: #666;
    text-decoration: none;
    padding-right: 20px;
}
.class1 a:visited {
    color: #666;
    text-decoration: none;
    padding-right: 20px;
}
.class1 a:active {
    color: #666;
    text-decoration: none;
    padding-right: 20px;
}
.class1 a:hover {
    color: #74309D;
    text-decoration: underline;
    padding-right: 20px;
}


.bold a:link {
    color: #74309D;
    text-decoration: none;
    padding-right: 20px;
}
.bold a:visited {
    color: #74309D;
    text-decoration: none;
    padding-right: 20px;
}
.bold a:active {
    color: #74309D;
    text-decoration: none;
    padding-right: 20px;
}
.bold a:hover {
    color: #74309D;
    text-decoration: underline;
    padding-right: 20px;
}



body {
	width: 1000px;
    margin-right: auto;
    margin-left: auto;
	font-family: 'Questrial', sans-serif;
}

img {
	border: 0px;
}

header {
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	display:table;
}

nav {
	width:70%;
	display:table-cell;
}

nav img {
	position:relative;
}

#redes {
	width:60px;
	margin-left:-20px;
	float:left;

}

#redes img{
	position:relative;
}

#login {
    font-size: 1em;
    color: #847867;
	text-align: right;
	padding:20px 100px 0 0;
}

#main {
	width:90%;
	margin-top: -37px;
	margin-left:0px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-box-shadow: 2px 2px 15px 1px rgba(93, 47, 140, 100);
    box-shadow: 2px 2px 15px 1px rgba(93, 47, 140, 100);
	background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJkZWQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #ffffff 51%, #e2ded9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ffffff), color-stop(100%,#e2ded9));
    background: -webkit-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
    background: -o-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
    background: -ms-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
    background: linear-gradient(to bottom,  #ffffff 51%,#e2ded9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2ded9',GradientType=0 );
	float:left;
	z-index:10;
	position:relative;
}

#fijo {
    width: 314px;
	height: 327px;
	margin-left: 586px;
	position: absolute;
	z-index: 1000;
}



#contenidoA {
	width:73%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 10px;
	font-size: 1em;
    line-height: 1.2em;
    color: #666;
	float:left;
}



#contenidoB {
	width:87%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 10px;
	font-size: 1em;
    line-height: 1.2em;
    color: #666;
	float:left;
}


#contenidoA img {
	padding:5px;
}

#twitter {
	padding-top: 40px;
	padding-right:20px;
	padding-bottom:30px;
	width:18%;
	float:left;
}



.padding_tabla2 {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

#contenidoTIENDA {
  display: inline-block;
  width: 685px;
  padding: 25px 0 40px 25px;
  font-size: .8em;
  line-height: 1.4em;
  color: #666;
}
.productoTIENDA {
   display: inline-block;
	text-align: center;
	padding-right: 30px;
	padding-top: 20px;
}
.productoTIENDA p {
   margin: 0;
}

#lomas {
	float: right;
   padding-left: 20px;
   margin: 140px 32px 30px 0;
	border-left: 1px solid #ccc;
   font-size: .8em;
   line-height: 1.4em;
   color: #666;
}

footer {
	font-size: .9em;
  color: #74309D;
  text-align: center;
  padding-top:20px;
  padding-left:20px;
  padding-right:110px;
  padding-bottom:20px;
}
#foot2 {
  font-size: .8em;
}


/*DETALLES DEL PRODUCTO --------*/

#main_detalle {
	width: 760px;
	margin-left:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 15px 1px rgba(93, 47, 140, 100);
	box-shadow: 2px 2px 15px 1px rgba(93, 47, 140, 100);
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJkZWQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 51%, #e2ded9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ffffff), color-stop(100%,#e2ded9));
	background: -webkit-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
	background: -o-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
	background: -ms-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
	background: linear-gradient(to bottom,  #ffffff 51%,#e2ded9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2ded9',GradientType=0 );
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: justify;
}

#contenidoA_detalle {
	padding: 20px;
}

.padding_tabla3 {
	text-align: left;
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.padding_tabla4 {
	text-align: center;
	padding-top:10px;

}


/*LOGIN --------*/

#main_login {
	width: 400px;
	margin-left:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 15px 1px rgba(93, 47, 140, 100);
	box-shadow: 2px 2px 15px 1px rgba(93, 47, 140, 100);
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJkZWQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 51%, #e2ded9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ffffff), color-stop(100%,#e2ded9));
	background: -webkit-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
	background: -o-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
	background: -ms-linear-gradient(top,  #ffffff 51%,#e2ded9 100%);
	background: linear-gradient(to bottom,  #ffffff 51%,#e2ded9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2ded9',GradientType=0 );
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #847867;
}

a:hover {
	text-decoration: underline;
	color: #5D2F8C;
}

.text-center {
	text-align: center;
}

.div-tab {
	width: 140px;
	display: inline-block;
}

.questrial_tx {
	font-family: 'Questrial', sans-serif;
}

.clear {
    clear: both;
}
.hidden {
   display: none;
}

.carrito-producto {
    cursor: pointer;
}
.fa {
    cursor: pointer;
}
th {
    text-align: center;
}
.text-left {
  text-align: left;
}
#escoge_sello img {
   margin-right: 5px;
   cursor: pointer;
}
#vista_previa {
   position: relative;
}
#vista_previa div {
   position: absolute;
   color: #000;
   width: 400px;
}

#logoDM_tienda {
   vertical-align: -2px;
   padding: 0 !important;
}

#buscar-disenio {
   width: 600px;
}
#buscar-disenio .fa {
   cursor: default;
}

#frmDMcompra {
  text-align: right;
  margin-right: 105px;
}


#contenido-brother {
  width:81%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1em;
  line-height: 1.2em;
  color: #666;
  float:left;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.display-inline {
  display: inline;
}
.tbl-width {
  width: 100%;
  text-align: center;
}
.img_pizarron_noticias {
  max-width: 800px;
}

.imgLiquid {
  display: inline-block;
}
.square {
  width: 120px;
  height: 120px;
}