
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700);

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #666;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

.vermas{
	color:#c4007a!important;
	text-decoration:none;
	font-weight:bold;
	font-family: 'Maven Pro';
	text-transform:uppercase;
	text-shadow:none!important;
}

.vermas a{
	color:#c4007a!important;
	text-decoration:none;
	font-weight:bold;
	font-family: 'Maven Pro';
	text-transform:uppercase;
	text-shadow:none!important;
}

.vermas a:hover{
	color:#a34775;
	text-decoration:none!important;
	font-weight:bold;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  /*background-color: #333;*/
}
body {
  color: #666;
  text-align: center;
  /*box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px 130px 10px 130px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: -10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
font-family: 'Maven Pro', sans-serif;  padding-top: 15px;
}
.masthead-nav > li + li {
  /*margin-left: 20px;*/
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: bold;
  color: #000; /* IE8 proofing */
  color: rgba(000,000,000,1);
  border-bottom: 2px solid transparent;
  letter-spacing: 3px;
  
}
.masthead{
	heigth:80px!important;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #666;
  border-bottom-color: #fff;
  font-weight:700;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: left;
	margin-top:-25px;
  }
}


/*
 * Cover
 */

.cover {
  /*padding: 0 20px;*/
}
.cover .btn-lg {
  /*padding: 10px 20px;*/
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(102,102,102);
  float:left!important;
  text-align:left!important;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
	z-index:9999999999;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
	z-index:999999;
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

.idioma{
	float:right;
	font-size:16px;
	margin-right:5px;
}

.redes{
	float:right;
}

.productosnav{
	z-index:9999999999;
}

.productosnav{
	width:180px;
	font-style:italic;
	font-size:12px;
	text-align:left;
	margin-top:50px;
}

.relacionados{
	position: fixed;
bottom: 0;
margin-bottom: 60px;
}


.relacionados p{
	text-align:center;
	font-size:12px;
	color:#F39;
	font-weight:bold;
	font-style:italic;
	padding-top:10px;
}

.news{
	width:100%;
	position:fixed;
	bottom:0;
	height:auto;
	max-height:518px;
}

.noticia{
	width:100%;
	background-color:#000000;
	height: auto;
}

.noticia img{
	max-width: 100%;
	height: auto;
	width:100%;
}

/* PRODUCTOS */
.panel-default {
border-color: #ddd;
border:0px;
}
.panel-default>.panel-heading {
co: #333;
background-color: #fff;
border-color: #ddd;
border:0px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
border-top: 0px solid #ddd;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 0px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
box-shadow: 0 0px 0px rgba(0,0,0,0);
}
ul{  
list-style-type:none;  
} 
.panel-body ul{
	padding-left:5px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: inherit;
	font-weight:bold;
	color:#666;
}
.panel-title a {
	text-decoration:none;
}
.panel-heading {
padding: 0px 5px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

.pactive{
	font-weight: bold;
color: #c4007a;
}

.table-responsive img{
	width:60px;
}

.masthead{
	height:80px;
}


.carousel-control{
	height:30px;
	top:50%;
	color: #c4007a;
	text-shadow:none;
}

.carousel-control:hover, .carousel-control:focus{
	color:#936;
}

.masthead-nav > li{
	margin-right:20px;
}

.masthead-nav > li > a:hover, .masthead-nav > li > a:focus{
	color:#CCC;
	border:none;
}

.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus{
		border:none;
		color:#CCC;
}

.masthead-nav{
	float:right;
}

.masthead-brand{
	margin-right:50px;
}

.collapse.in{
	margin-top:10px;
}

.product{
	font-family: 'Droid Sans', sans-serif;
	font-size:11px;
	text-align:center;
	line-height:4px;
	font-style:italic;
}

.table a:hover{
	text-decoration:none;
}

.table a{
		line-height:11px;
}



#collapseTwo{
	margin-top:10px!important;
}

#maquillaje{
	margin-top:10px!important;
}

.panel-inner{
	margin-top:10px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height: auto;
max-width: 849px;
line-height: 1;
width: 100%!important; 
}

.panel-inner a{
	text-transform: capitalize;
}

.carousel-caption{
	padding:0!important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.11) 2%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.11)), color-stop(2%,rgba(255,255,255,0.11)), color-stop(84%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.11) 0%,rgba(255,255,255,0.11) 2%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.11) 0%,rgba(255,255,255,0.11) 2%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.11) 0%,rgba(255,255,255,0.11) 2%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.11) 0%,rgba(255,255,255,0.11) 2%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.carousel-caption h1{
	font-size:16px;
	color:#666666;
	text-shadow: none;
	font-weight:bold;
	margin:0;
}

.carousel-caption p{
	color:#000;
	text-shadow: none;
	font-size:11px;
	margin:0;
}

.carousel-caption h3{
	font-size:11px;
	color:#666666;
	text-shadow: none;
	text-transform:uppercase;
	font-weight:bold;
		margin:0;


	}
