@font-face {
    font-family: 'Aurulent';
    src: url('../font/AurulentSans-Regular.eot');
    src: url('../font/AurulentSans-Regular?#iefix') format('embedded-opentype'),
         url('../font/AurulentSans-Regular.woff') format('woff'),
         url('../font/AurulentSans-Regular.ttf') format('truetype'),
         url('../font/AurulentSans-Regular.sgv#MatizRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

figure {
	display: inline;
}

.oculto,
.ref {
	display: none;
}

.contenido {
	margin: 0 auto;
	width: 980px;
}

.centrado {
	text-align: center;
}

p {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 180%;
	margin: 15px 0;
	text-align: justify;
}

p .destacado {
	color: #C18852;
}

h1 {
	color: #FFFFFF;
	margin: 20px 0;
	font-family: 'Playfair Display', serif;
	font-size: 640%;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	text-transform: uppercase;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 300%;
	font-weight: bold;
}

#cabecera {
	background: #FFFFFF;
	border-bottom: 2px solid #000000;
	left: 0;
	margin: 0 auto;
	position: fixed;
	padding: 10px 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#cabecera .contenido {
	position: relative;
}

#menu {
	display: inline;
	position: relative;
	top: -8px;
}

#menu ul, #menu li {
	display: inline;
}

#menu a {
	background: #C18852;
	border-radius: 8px;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', "Trebuchet MS", sans-serif;
	font-size: 180%;
	margin: 10px;
	padding: 5px 20px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000000;
}

#menu a:hover {
	background: #333333;
	color: #C18852;
}

#menu a.on {
	background: #000000;
	color: #FFFFFF;
}

#joya {
	position: absolute;
	right: 0;
	top: 20px;
}

.seccion {
	border-bottom: 1px solid #000000;
	box-shadow: 0 0px 10px #666666;
	padding: 40px 0;
}

#principal {
	background: #C18852 url("../img/fondo-principal.jpg") no-repeat;
	background-position: center center;
	margin-top: 72px;
}

#principal .contenido {
	text-align: center;
}

#principal img {
	margin: 40px 0;
}

#cotizacion dl {
	position: relative;
}

#cotizacion dt {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	padding: 60px 0 0 20px;
	position: absolute;
}

#cotizacion dd {
	border: 2px solid #000000;
	font-size: 360%;
	margin: 10px 0;
	text-align: center;
}

#cotizacion dd.valor-1 {
	background: #DDB500;
	background: radial-gradient(50% 50%, circle, #F0F0F0, #DDB500 150%) #FFF no-repeat;
	background: -moz-radial-gradient(50% 50%, circle, #F0F0F0, #DDB500 150%) #FFF no-repeat;
	background: -ms-radial-gradient(50% 50%, circle, #F0F0F0, #DDB500 150%) #FFF no-repeat;
	background: -o-radial-gradient(50% 50%, circle, #F0F0F0, #DDB500 150%) #FFF no-repeat;
	background: -webkit-radial-gradient(50% 50%, circle, #F0F0F0, #DDB500 150%) #FFF no-repeat;
	border-color: #999999;
	color: #FFFFFF;
	text-shadow: #000000 0 0 6px;
}

#cotizacion dd.valor-2 {
	background: #F5A72A;
	background: radial-gradient(50% 50%, circle, #FFD700, #F5A72A 50%) #FFD700 no-repeat;
	background: -moz-radial-gradient(50% 50%, circle, #FFD700, #F5A72A 50%) #FFD700 no-repeat;
	background: -ms-radial-gradient(50% 50%, circle, #FFD700, #F5A72A 50%) #FFD700 no-repeat;
	background: -o-radial-gradient(50% 50%, circle, #FFD700, #F5A72A 50%) #FFD700 no-repeat;
	background: -webkit-radial-gradient(50% 50%, circle, #FFD700, #F5A72A 50%) #FFD700 no-repeat;
	border-color: #CC071E;
	color: #FFFFFF;
	text-shadow: #666666 0 0 6px;
}

#cotizacion dd.valor-3 {
	background: #D38508;
	background: radial-gradient(50% 50%, circle, #DDB500, #D38508 90%) #FFF no-repeat;
	background: -moz-radial-gradient(50% 50%, circle, #DDB500, #D38508 90%) #FFF no-repeat;
	background: -ms-radial-gradient(50% 50%, circle, #DDB500, #D38508 90%) #FFF no-repeat;
	background: -o-radial-gradient(50% 50%, circle, #DDB500, #D38508 90%) #FFF no-repeat;
	background: -webkit-radial-gradient(50% 50%, circle, #DDB500, #D38508 90%) #FFF no-repeat;
	border-color: #000000;
	color: #EEEEEE;
	text-shadow: #000000 0 0 6px;
}

#cotizacion dd.valor-plata {
	background: #DADADA;
	background: radial-gradient(50% 50%, circle, #DADADA, #757575 75%) #DADADA no-repeat;
	background: -moz-radial-gradient(50% 50%, circle, #DADADA, #757575 75%) #DADADA no-repeat;
	background: -ms-radial-gradient(50% 50%, circle, #DADADA, #757575 75%) #DADADA no-repeat;
	background: -o-radial-gradient(50% 50%, circle, #DADADA, #757575 75%) #DADADA no-repeat;
	background: -webkit-radial-gradient(50% 50%, circle, #DADADA, #757575 75%) #DADADA no-repeat;
	border-color: #666666;
	color: #333333;
	text-shadow: #000000 0 0 6px;
}

#cotizacion dd span {
	font-family: "Aurulent";
	font-size: 200%;
}

.info {
	font-size: 160%;
	margin: 10px 0;
}

.info span {
	border-bottom: 3px solid #C18852;
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0;
}

.contacto-telefono {
	background: #C18852;
	border: 1px solid #000000;
	border-top: 3px solid #333333;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 200%;
	margin-left: 220px;
	padding: 10px 0;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	width: 540px;
}

.contacto-whatsapp {
    text-align: center;
}

#nosotros {
	background: #BCC8B3 url("../img/fondo-nosotros.gif") center;
	color: #FFFFF0;
	text-shadow: 1px 1px 2px #000000;
}

#nosotros .fotos-grandes {
	border: 3px double #FFFFF0;
	margin: 20px 0;
}

#nosotros .fotos-miniaturas {
	text-align: center;
}

#nosotros .fotos-miniaturas img {
	border: 1px double #FFFFF0;
}

#nosotros .fotos-miniaturas img.central {
	margin: 0 20px;
}

#nosotros p:first-letter {
	font-size: 160%;
	font-weight: bold;
	margin-right: 0.2em;
}

#nosotros .contenido div {
	font-size: 480%;
	text-align: center;
}

#nosotros a,
#nosotros a:visited,
#nosotros a:active {
	color: #000000;
	padding: 0 20px;
	text-decoration: none;
}

#nosotros a:hover {
	color: #FFFFFF;
}

#nosotros a.on {
	color: #C18852;
}

#laboratorio .contenido {
	overflow: hidden;
}

#laboratorio ul, #laboratorio li {
	font-size: 140%;
	list-style: outside square;
}

#laboratorio ul {
	list-style: inside square;
}

#laboratorio li {
	list-style: inside square;
	margin: 20px 0;
}

#laboratorio img {
	float: right;
}

#contacto {
	background: #666666;
	border-bottom: 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

#contacto dl {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	color: #333333;
	margin: 0 auto;
	text-align: center;
	text-shadow: none;
	width: 400px;
}

#contacto dt {
	border-bottom: 2px solid #000000;
	font-size: 180%;
	font-style: italic;
	margin: 10px 40px;
}

#contacto dd {
	font-size: 240%;
	margin-bottom: 40px;
}

#contacto a {
	color: #000000;
}

#contacto .email {
	color: #0033ff;
	font-size: 70%;
}

#pie {
	background: #000000;
	color: #EEEEEE;
	font-size: 80%;
	padding: 10px 0;
}

#pie .contenido {
	overflow: hidden;
}

#pie p {
	float: left;
	margin: 0;
}

#pie .copy {
	margin: 7px;
}

#pie ul {
	margin-top: 8px;
	float: right;
}

#pie li {
	display: inline;
	list-style: none;
}

#pie a {
	color: #DDDDDD;
	font-size: 140%;
	padding: 0 5px;
	text-decoration: none;
}

#pie a:hover {
	color: #FFFFFF;
}