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

* {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

table {
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}

.template_principal {
	width:100%;
	position:relative;
}

.template_principal .contenedorCabecera,
.template_principal .template_footer {
	width:82%;
	padding:0px 9%;
	background-color:#1D1815;
}

.template_principal .contenedorCabecera {
	position:relative;
	z-index:3;
	height:230px;
}

.template_principal .contenedorCabecera .contenedorLogo {
	width:100%;
	height:230px;
	position:relative;
}

.template_principal .contenedorCabecera .contenedorLogo a {
	position:relative;
	z-index:2;
}

.template_principal .contenedorCabecera .contenedorLogo img {
	cursor:pointer;
	height:inherit;
}

.template_principal .contenedorCabecera .template_menu {
	width:82%;
	padding:0px 9%;
	height:80px;
	left:0px;
	top:75px;
	background-color:#1D1815;
	position:fixed;
}

.template_principal .contenedorCabecera .template_menu p.link.logo2 {
	width:203px;
	height:41px;
	position:absolute;
	padding-top:20px;
	display:none;
}

.template_principal .contenedorCabecera .template_menu table {
	height:100%;
	float:right;
}

.template_principal .contenedorCabecera .template_menu table tbody tr td {
	padding:0px 17.5px;
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	font-weight:400;
}

.template_principal .contenedorCabecera .template_menu table tbody tr td.on {
	color:#009BC4;
}

.template_principal .contenedorCabecera .template_menu table tbody tr td:hover {
	color:#00D2FD;
}

.template_principal .contenedorCabecera .template_menu .contenedorIco {
	height:20px;
	position:relative;
	float:right;
	top:30px;
	padding-left:17.5px;
	width:0px;
	overflow:hidden;
}

.template_principal .contenedorCabecera .contenedorIco p.link.ico {
	width:20px;
	height:20px;
	display:inline-block;
	padding:0px 2.5px;
}

.template_principal .template_cuerpo {
	background-color:#1D1815;
}

.template_principal .template_cuerpo .template_separacion {
	width:82%;
	padding:0px 9%;
	height:300px;
	background-color:#009BC4;
	text-align:center;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	font-size:21px;
	letter-spacing:2px;
}

.template_principal .template_cuerpo .template_separacion p {
	text-align:center;
	font-size:65px;
	font-weight:200;
	height:75px;
	padding-top:80px;
	letter-spacing:10px;
}

.template_principal .template_footer {
	height:400px;
}

.template_principal .template_footer table {
	width:100%;
	height:100%;
}

.template_principal .template_footer table tbody tr td {
	color:#fff;
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
	font-weight:300;
}

.template_principal .template_footer table tbody tr td p {
	font-size:21px;
	font-weight:400;
}

.template_principal .template_footer table tbody tr td p.link {
	display:inline-block;
	width:25px;
	height:25px;
	padding-left:20px;
}

p.link {
	width:40px;
	height:40px;
	cursor:pointer;
	overflow:hidden;
}

p.link img {
	width:inherit;
	height:inherit;
}

p.link img.hover,
p.link:hover img.on {
	display:none;
}

p.link:hover img.hover {
	display:block;
}

.mascaraPrincipal {
	position:fixed;
	width:100%;
	height:100%;
	cursor:pointer;
	top:0px;
	left:0px;
	z-index:10;
	background-color:rgba(29, 24, 21, 0.8);
	display:none;
}

.templatePopUp {
	position:fixed;
	width:800px;
	height:600px;
	top:0px;
	left:0px;
	z-index:11;
	background-color:#022e39;
	display:none;
}

.templatePopUp table {
	width:100%;
	height:100%;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}