@charset "UTF-8";
@import url("../fonts/avenir-next-lt-pro/style.css");

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #e8eaea;
}
.interior {
	background-image: none;
}
#titulo {
	margin-top: 1.6%;
	display: block;
	text-align: center;
	color: #4a0313;
	font-size: 1.8em;
	font-family: 'Avenir Next LT Pro Bold';
}
a, a:hover, #buscar a, #buscar a:hover {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cont_pleca {
	width: 100%;
	display: block;
	height: 382px;
	margin-top: 8%;
}
.pleca {
	height: 150px;
	display: block;
	margin-top: 132px;
	background-color: #4a0313;
	border-top: 5px #b9931e solid;
	border-bottom: 5px #b9931e solid;
	z-index: 1;
}
#logo {
	display: block;
	max-width: 382px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
	margin-top: -132px;
}
.titulo_m {
	width: 100%;
	height: auto;
	display: block;
	margin-top: -100px;
}
.titulo_m img {
	display: block;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}
#entrar , #girar{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 1%;
	text-align: center;
	font-family: 'Avenir Next LT Pro Demi';
}
#entrar a, #girar a {
	display: block;
	width: 100px;
	line-height: 2em;
	margin: 0 auto;
	color: #8e741f;
	text-decoration: none;
	font-size: 1.2em;
	border-top: 1px solid #b9931e;
	border-bottom: 1px solid #b9931e;
}
#entrar a:hover, #girar a:hover {
	color: #4a0313;
	border-top: 1px solid #4a0313;
	border-bottom: 1px solid #4a0313;
}
#girar{
	display:none;
}
footer {
	height: 112px;
	max-width: 1200px;
	display: block;
	margin: auto;
}
#l_der, #l_izq {
	width: 82px;
	height: 110px;
	display: block;
	margin: 0px 2em;
}
#l_izq {
	float: left;
}
#l_der {
	float: right;
}
.centro {
	clear: both;
	display: block;
	max-width: 90%;
}
/**/
.encabezado {
	height: 140px;
	background-image: url(../images/bg_header.png);
	z-index:25;
}
.max_dim {
	max-width: 1280px;
	display: block;
	margin: auto;
}
#titulo_int {
	width: auto;
	height: 140px;
	color: #4a0313;
	font-size: 1em;
	font-family: 'Avenir Next LT Pro Bold';
	line-height: 64px;
	margin: 0 0.5em;
	float: left;
}
#logo_int {
	width: 316px;
	display: block;
	margin: 0 auto;
}
#buscar a {
	width: 38px;
	height: 38px;
	display: block;/*solo en web*/
	float: right;
	margin-top: -130px;
	margin-right: 1em;
	opacity: 1;
}
#buscar a:hover {
	opacity: 0.5;
}
.content {
	max-width: 90%;
	height: 450px;
	display: block;
	margin: auto;
}
.col1 {
	width: 30%;
	display: block;
	float: left;
	padding: 5%;
}
.col1 img {
	display: block;
	margin: auto;
}
.col2 {
	width: 50%;
	display: block;
	float: left;
	padding: 2%;
}
.col2 h1 {
	font-family: 'Avenir Next LT Pro Demi';
	font-size: 2em;
	color: #82253a;
	letter-spacing: 1px;
	margin: 1em 0;
}
.col2 ul {
	list-style: none;
	padding: 0;
	font-family: 'Avenir Next LT Pro Regular';
	height: 400px;
	overflow: auto;
}
.col2 ul li a {
	text-decoration: none;
	color: #b9931e;
	display: block;
	width: auto;
	margin: 1em 1em 2em 0;
}
.col2 ul li a:hover {
	color: #82253a;
}
.bold {
	font-family: 'Avenir Next LT Pro Bold';
}
#col3 {
	width: 10%;
	display: block;
	float: left;
	padding: 2%;
}
.reel {
	clear: both;
	display: block;
	width: 100%;
	height: 80px;
	background-color: #e5e6e8;
}
.pie {
	display: block;
	width: 100%;
	height: 130px;
	background-color: #e5e6e8;
	background-image: url(../images/titulo_foot.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
}
.pie img {
	max-height: 108px;
}
.creditos{
	display:block;
	padding:0 12px;
	margin-right:5%;
	float:right;
	line-height:130px;
	color:#82253a;
	font-family: 'Avenir Next LT Pro Bold';
	font-size:14px;
}
.t_creditos{
	display:block;
	max-width:80%;
	margin:auto;
	text-align:center;
	margin-top:3em;
	font-family: 'Avenir Next LT Pro Bold';
	color:#4a0313;
}
.t_creditos h1{
	font-size:1.5em;
}
.m_foot {
	height: auto;
	display: block;
	margin: auto;
}
.image-grid {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 4em;
	max-width: 1280px;
	margin: auto;
}
.image-grid .image {
	margin: 0;
	width: 10%;
	margin-bottom: 0.5em;
}

@media only screen 
and (min-width : 1024px) {
/*index*/
#titulo {
	margin-top: 1.4%;
	font-size: 1.1em;

}
.cont_pleca {
	height: 382px;
	margin-top: 9%;
}
#titulo_int {
	font-size: 0.8em;
}
#logo_int {
	width: 250px;
}
.pie {
	height: 100px;
	background-color: #e5e6e8;
	position: relative;
	background-size:contain;
}
.creditos{
	line-height:100px;
	font-size:12px;
}
#container {
	padding: 20px 0px ;/******/
}
}

/* (1920x1080) Full HD Display */
@media  screen and (min-width: 1920px) {
   .pie {
	display: block;
	width: 100%;
	height: 130px;
	background-color: #e5e6e8;
	background-image: url(../images/titulo_foot.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
}
.pie img {
	max-height: 108px;
}
.creditos{
	display:block;
	padding:0 12px;
	margin-right:5%;
	float:right;
	line-height:130px;
	color:#82253a;
	font-family: 'Avenir Next LT Pro Bold';
	font-size:14px;
}
.t_creditos{
	display:block;
	max-width:80%;
	margin:auto;
	text-align:center;
	margin-top:3em;
	font-family: 'Avenir Next LT Pro Bold';
	color:#4a0313;
}
.col2 ul {
	height: 510px;
	overflow: auto;
}
}
 
