@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
}

.contenido {
    height: 100%;
    max-width: 400px;
    padding: 60px 60px 0;
    position: fixed;
    text-align: center;
    z-index: 10;
}

.contenido img {
    margin: 0 0 30px;
    width: 100%;
}

.form-control {
    font-family: open sans;
    font-size: 12px;
}

.derecha {
    background-color: #fff;
    margin-left: 400px;
}

.personaje {
    width: 70%;
}

.contacto-izquierda h3 {
    text-transform: uppercase;
    font-size: 14px;
}

.info {
    margin-top: 180px;
    text-align: center;
}

.menu {
    text-align: center;
}

.menu > a {
    color: #999 !important;
    display: inline-block;
	letter-spacing: 1px;
}

.menu > a:hover {
    color: #b21e22 !important;
}

.activo {
    color: #b21e22 !important;
	font-family: open sans;
    font-size: 12px;
    font-weight: bold;
	letter-spacing: 1px;
}

.btn-default {
    background-color: #333;
    border-color: #ccc;
    color: #f1f1f1;
    font-family: open sans;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contenido h2 {
    color: #000;
    font-family: open sans;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.contenido a {
    color: #333;
    font-family: open sans;
    font-size: 12px;
    font-weight: bold;
}

.contenido a:hover {
	text-decoration: none;
    color: #b21e22;
}

.brand {
    clear: both;
    font-family: open sans;
    font-size: 13px;
    padding: 60px 0 60px 100px;
    position: relative;
    text-align: justify;
    width: 740px;
    z-index: 10;
}

.brand h2 {
    color: #000;
    font-family: open sans;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.brand h3 {
    border-bottom: 1px solid #efefef;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
}

.bloque h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}

.bloque h5 {
    color: #444;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 0;
}

.brand a {
    color: #b21e22;
    font-size: 12px;
    font-weight: bold;
}

.brand a:hover {
	text-decoration: none;
    color: #999;
}

.bloque {
    margin-bottom: 20px;
    text-align: center;
}

.fadefoto {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}

.pie {
    color: #000;
    font-size: 11px;
    padding-bottom: 20px;
}

















.cabecera {
	display: table;
	width: 100%;
	height: 80px;
	max-width: 1400px;
	margin: 0 auto;
}

.cabecera-logo {
	max-width: 240px;
	margin: 20px auto;
	float: none;
}

.cabecera-logo img {
	width: 100%;
}

.cabecera-botones {
	float: right;
	text-align: right;
	padding-right: 8%;
	padding-top: 30px;
}

.cabecera-botones a {
    font-family: "Montserrat",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	background-color: #efefef;
	margin: 0 20px;
	padding: 7px 35px;
}

.cabecera-botones a:hover {
    color: #fff;
	background-color: #333;
	text-decoration: none;
}

.brand-pie {
	text-align: center;
	width: 100%;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-top: 40px;
	display: table;
	bottom: -20px;
}

.fondo-formulario {
    background-color: #EDEEF0;
}

.formulario {
    max-width: 600px;
    margin: 10px auto;
    padding: 40px;
    background-color: #fff;
    text-align: center;
    font-family: "Montserrat",sans-serif;
}

.logo-formulario {
	max-width: 220px;
	margin: 40px auto 30px auto;
	display: table;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ccc !important;
	border: none;
	-webkit-box-shadow: none !important;
	border-radius: 0 !important;
    font-family: "Montserrat",sans-serif;
}
		
.formulario h4 {
	font-size: 26px;
	letter-spacing: 1px;
	color: #333;
	text-transform: uppercase;
}

		
.formulario h5 {
	text-transform: uppercase;
	margin-top: 12px;
	display: table;
	margin: 0 auto;
	padding-top: 16px;
}
		
.formulario h6 {
	font-size: 12px;
	color: #999;
}
		
.formulario a {
	color: #ff4470;
	text-decoration: none;
	text-transform: uppercase;
}
		
.formulario a:hover {
	color: #333;
	text-decoration: underline;
}
		
.fantasma {
	border: none;
	background-color: #f1f1f1;
	color: #333 !important;
	text-transform: uppercase;
	font-size: 11px;
	padding: 8px 86px;
	letter-spacing: 1px;
	/* animate the change */
	-webkit-transition: color 300ms, background 500ms, border-color 700ms;
	transition: color 300ms, background 500ms, border-color 700ms;
	margin: 30px auto;
	font-family: "Montserrat",sans-serif;
}

.fantasma:hover {
	background: #000;
	border-color: #fff;
	color: #fff !important;
}
		
.contenido-general {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 70px 8% 30px 8%;
	font-family: "Montserrat",sans-serif;
	border-top: dotted 1px #999;
	background-color: #f8f8f8;
}
		
.bloque {
	margin-bottom: 20px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
		
.bloque img {
    width: 100%;
	border: solid 1px #efefef;
}
		
.contenido-arriba li {
	list-style: none;
	display: inline;
	background-color: #f8f8f8;
	padding: 10px 40px;
	margin: 0 10px;
	border-top: dotted 1px;
	border-left: dotted 1px;
	border-right: dotted 1px;
	border-bottom: dotted 1px;
}
		
.contenido-arriba li:hover {
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
		
.contenido-arriba li.menu-activo, .menu-activo a {
	background-color: #fff;
	border-bottom: solid 1px #fff;
}

.contenido-arriba ul {
    max-width: 1200px;
    margin: 0 auto;
}
		
.menu-activo a {
	color: #ff4470 !important;
}
		
.contenido-arriba li a {
    color: #333;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 600;
}	
		
.contenido-arriba li a:hover {
    color: #333;
}		
		
.brand-derecha {
	font-size: 12px;
	letter-spacing: 1px;
	color: #666;
}
		
.brand-derecha h2, .brand-izquierda h2 {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
}
		
.contenido-abajo {
	background-color: #fff;
	padding: 40px;
	display: table;
	border: dotted 1px;
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 76px auto;
}
		
.download {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ff4470;
    border-radius: 50%;
    padding: 2px 7px 4px 7px;
    display: table;
    margin: 20px auto;
}
		
.download:hover {
    background-color: #333;
}
		
.bloque a:hover {
    color: #333;
}
		
.download img {
    max-width: 11px;
	border: none;
}
		



body.fotografias .brand-izquierda, body.catalogos .brand-izquierda {
    text-align: right;
}
		
body.fotografias h4, body.catalogos h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 0;
	color: #999;
	padding-top: 40%;
	border-right: solid 1px #333;
	padding-right: 12px;
}
		
body.fotografias h3, body.catalogos h3 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-top: 0;
	border-right: solid 1px #333;
	padding-right: 12px;
}

body.fotografias h7, body.catalogos h7 {
    font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #333;
}

body.contact h5 {
    margin: 6px auto;
}

body.contact .formulario a {
    color: #ff4470;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
}

body.contact .formulario a:hover {
    color: #333;
    text-decoration: none;
}

body.promocional .bloque img {
    border: none;
}
		
body.fotografias .bloque {
    max-width: 50%;
    float: left;
	padding: 12px;
}

body.catalogos .bloque {
    max-width: 100%;
    float: left;
    padding: 0;
}

body.catalogos .brand-derecha {
    padding: 0;
}

.bloque.cuatro {
    width: 25%;
}
		
.colecciones {
    border-bottom: dotted 1px;
    display: table;
    padding-bottom: 20px;
	padding-top: 40px;
}
		




@media (max-width: 479px) {
  
	.cabecera-logo {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 14px;
		float: none;
		display: table;
	}

	.cabecera-botones {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		display: table;
		padding-bottom: 22px;
		text-align: center;
	}
	
	.cabecera-botones a {
		font-size: 11px;
		margin: 0 16px;
		padding: 7px 26px;
	}
	
	body.fotografias .bloque {
    max-width: 100%;
}
	
.contenido-arriba li {
    display: block;
    text-align: center;
}
}
























