/*

*/




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}



html,
body,
div,
p,
q,
a,
font,
img,
strong,
u,
em,
var,
s,
del,
dl,
dt,
dd,
ol,
ul,
li,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
footer,
header,
menu,
nav,{
	border: 0;
	background: none;
}
img {
    max-width: 100%;
    width: auto\9;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

html{

	box-sizing: border-box;
	height: 100%;
	border: 0;
	background: none;

}
body{
	height: 100%;
	text-decoration: none;
	color: #000;
	font: 14px/1.4 "Nexa", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


@media (min-width: 768px) {
	body {
		font-size: 12px;
		line-height: 1.637;
	}
}

@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}

body .vc_separator {
	display: block;
	background: #ffffff;
	border: none;
	height: 1px;
	clear: both;
	margin: 60px auto;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
    cursor: pointer;
}


ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 10px;
	margin: 0 0 18px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0 0 10px 10px;
}

ul li{
	margin: 18px 0 0;
}




@media (max-width: 767px) {
    h1 {
        font-size:0.8em;
        
    }
    h2 {
        font-size:0.8em;
        
    }

    p {
        font-size:0.9em;
        
    }
}

#cabecera{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;

}

.grid-item { width: 200px; margin: 10px 10px 0px 0px;}



.page {

	width: 150%;
	position: fixed;

}
@media (min-width: 768px) {

	.page {
	width: 120%;

	}
}

@media (min-width: 1602px) {
	.page {
	}
}

.logo {
	display: block;
}

.logo a {
	display: block;
}

.logo img {
        width: 90%;
	height: auto;
}

@media (min-width: 768px) {
    
    .logo img {
        width: 90%;
	max-width: 750px;
        height: auto;
    }
}

@media (min-width: 992px) {
    
    .logo img {
        width: 90%;
        height: auto;
	max-width: 750px;
    }
}

@media (max-width: 768px) {
	.portada {
		z-index: 1000;
		position: fixed;
        padding:30px;
        width:90%;
		margin-left:-45%;
		left:50%;
		top:100px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
	}
}
@media (min-width: 768px) {
	.portada {
		z-index: 1000;
		position: fixed;
        padding:30px;
        width:600px;
		margin-left:-300px;
		left:50%;
		top:100px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
	}
}
@media (min-width: 992px) {
    .portada {
		z-index: 1000;
		position: fixed;
        padding:30px;
        width:700px;
		margin-left:-350px;
		left:50%;
		top:100px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);

    }
}


.pjl {
	font: 12px/1.2 "Nexa" , Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	margin-top:0px;
	padding-left: 60px;
	padding-right: 60px;
	position: fixed;
 	z-index: 1000;
	bottom: 0;
	width:100%;
    background:#fff;
    -webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.5);

}

.pjl img{
	max-height:18px;
	margin-top:2px;

}

#footer {
	color: #2b2422;
	text-transform: uppercase;
	text-align: center;
	font-family: "Nexa", Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	display: table-footer-group;
	height: 1%;
	font-size: .75em;
	line-height: 1.8;
}



#footer .footer-frame {
	display: table-cell;
	padding: 20px 0;
}

#footer .sep {
	margin: 0 15px;
	display: block;
	text-indent: -9999px;
	line-height: 0;
}

#footer a {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	margin: 0;
}

#footer .text-right {
	text-align: center;
}

#footer [class*=col-] {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {

	#footer {
		font-size: 1em;

	}

	#footer .footer-frame {
		padding: 17px 0;
	}

	#footer .sep {
		display: inline;
		text-indent: 0;
		line-height: inherit;
	}
}

@media (min-width: 1200px) {

	#footer .text-right {
		text-align: right;
	}

	#footer {
		text-align: left;
	}

	#footer .footer-frame {
		padding-bottom: 60px;
	}
}


