﻿/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/* ESTILOS GENERALES
/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* RESET **************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	outline: 0px;
	font-style: inherit;
	background-color: transparent;
	}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
body {
	z-index: 1; /*width: 100%*/;
	zoom: 1;
	display: block;
	margin: 0px auto;
	color: black;
	line-height: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-size: 12pt;
	background-color: black;
}
ol, ul {
	list-style: none;
}
/* Las tablas necesitan 'cellspacing="0"' en el markup */
table {
	margin: 10px auto;
	color: black;
	text-align: left;
	background-color: white;
	border-collapse: collapse;
/*	border-spacing: 0;
*/	vertical-align: top;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border-width: 0px;
}
aside {
	background-color: transparent;
}
section {
	text-align: left;
}
article {
	padding: 0%;
}
p {
	margin: 5px 10px 5px 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-size: 12pt;
}
/* DEFINIR focus styles! */
input:focus {
	outline: 0;
}
textarea {
	max-width: 432px;
}
html {
	background-color: black;
}
/**********************************************************************************************/
/**********************************************************************************************/
/* FUENTES ESPECIALES *************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
@font-face {
	font-family: "Berlin Sans FB";
	src: url('/fonts/BRLNSR.eot');
	src: local('Berlin Sans FB'),
	url('/fonts/BRLNSR.otf')
	format('opentype');
	src: local("Berlin Sans FB"), 
	url('/fonts/BRLNSR.woff') 
	format('woff'); 
	src: local("Berlin Sans FB"), 
	url('/fonts/BRLNSR.ttf') 
	format('truetype');
}
/*
/*
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* TÍTULOS h DE ENCABEZADOS *******************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	text-align:center;
}
h2 {
	font-family: "Berlin Sans FB";
	font-size: 16pt;
	padding: 10px 10px 10px 10px;
	font-weight:normal;
	text-align:center;
}
h3 {
	font-family: "Berlin Sans FB";
	font-size: 18pt;
	padding: 5px 10px 5px 10px;
}
h4 {
	font-family: "Berlin Sans FB";
	font-size: 15pt;
	padding: 5px 10px 5px 10px;
}
h5 {
	font-family: "Berlin Sans FB";
	font-size: 14pt;
	padding: 5px 10px 5px 10px;
}
h6 {
	font-family: "Berlin Sans FB";
	font-size: 12pt;
	padding: 5px 10px 5px 10px;
}
/*
/*
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* ENLACES GENERALES a: (Formatos y comportamientos) ******************************************/
/**********************************************************************************************/
/**********************************************************************************************/
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*
/*
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* CLASES ESPECIALES **************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/* CLASE PARA JAVASCRIPT DE SMOOTHSCROLL (DESPLAZAMIENTO SUAVE) *******************************/
.smoothScroll {
}
/*
/*
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* SINTAXIS Y FORMATOS GENERALES **************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
.NONE {
	display: none;
}
.ARTICULO_GENERAL {
	width: 98%;
	padding: 10px 1% 10px 1% /* Más de 0% a izq y der agrega margen a grillas*/;
	float: none;
}
.ARTICULO_GENERAL-BORDE-01 {
	border: 2px cornflowerblue solid;
}
.ARTICULO_GENERAL-FONDOESPECIAL-01 {
	background-color: transparent;
}
.ARTICULO_GENERAL-TITULO {
	width: 98%;
	height: auto;
	float: left;
	margin: 10px auto 10px auto;
	padding: 3px 1% 3px 1%;
	text-align: left;
	color: white;
	font-size: 13pt;
	background-image: none;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 0px 0px transparent;
}
.ARTICULO_GENERAL-TEXTO {
	margin: 0px 0px 20px 0px;
}
.VEA_TAMBIEN {
	width: 98%;
	margin: 10px 0% 10px 0%;
	padding: 10px 1% 10px 1%;
	display: inline-table;
	float: none;
	background-color: lightgray;
	border: 0px black solid;
	border-radius: 10px;
}
.EMAIL_IMAGEN {
	margin-top: 5px;
}
/*
/*
/*
/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/* MEDIA 
/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/*
/********************/
/* RES 0 ------------/
/********************/
@media screen and (min-width: 1681px) and (max-width: 3800px) and (min-height: 501px) {
}
/********************/
/* RES 1 ************/
/********************/
@media screen and (min-width: 1281px) and (max-width: 1680px) {
}
/********************/
/* RES 2 ************/
/********************/
@media screen and (min-width: 1153px) and (max-width: 1280px) {
}
/********************/
/* RES 3 ************/
/********************/
@media screen and (min-width: 961px) and (max-width: 1152px) {
}
/********************/
/* RES 4 ************/
/********************/
@media screen and (min-width: 761px) and (max-width: 960px) {
}
/********************/
/* RES 5 ************/
/********************/
@media screen and (min-width: 601px) and (max-width: 760px) {
}
/********************/
/* RES 5,5 **********/
/********************/
@media screen and (min-width: 481px) and (max-width: 600px){
}
/********************/
/* RES 6 ************/
/********************/
@media screen and (max-width: 480px){
}
/********************/
/* RES 7 ************/
/********************/
@media screen and (max-width: 356px){
}
/********************/
/* RES 8 ************/
/********************/
@media screen and (max-width: 310px){
}
/********************/
/* RES 9 ************/
/********************/
@media screen and (max-width: 240px){
}
