/* =Tipografía
-------------------------------------------------------------- */ 
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:wght@300;400;700|Roboto+Mono|Roboto+Slab');


/* Font-Faces
-------------------------------------------------------------- */
@font-face {
    font-family: 'GothamLight';
    src: url('./Fonts/Gotham_light/GothamLight.eot');
    src: url('./Fonts/Gotham_light/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Gotham_light/GothamLight.woff2') format('woff2'),
        url('./Fonts/Gotham_light/GothamLight.woff') format('woff'),
        url('./Fonts/Gotham_light/GothamLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    /* font-display: swap; */

}

@font-face{
	font-family:"Bebas Neue W01 Regular";
	src:url("Fonts/1444649/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix");
	src:url("Fonts/1444649/3d9ec9a9-76a2-4cfe-b376-76e7340c3b50.eot?#iefix") format("eot"),url("Fonts/1444649/e0d6f852-5401-4bbf-9672-47a50c5c87c6.woff2") format("woff2"),url("Fonts/1444649/7fedd582-6ae3-4850-be2f-4acae2e74fa5.woff") format("woff"),url("Fonts/1444649/d6e08ef3-40db-4ac3-82df-f062f55a72f5.ttf") format("truetype");
}

@font-face {
    font-family: 'JustOldFashion';
    src: url('JustOldFashion.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Thin-webfont.eot');
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Thin-webfont.eot?iefix') format('eot'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Thin-webfont.svg#webfontuantMjss') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Light-webfont.eot');
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Light-webfont.eot?iefix') format('eot'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Light-webfont.svg#webfontU89Wc2SL') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Regular-webfont.eot?iefix') format('eot'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Regular-webfont.svg#webfontjAkCbjDe') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('YanoneKaffeesatz/YanoneKaffeesatz-Bold-webfont.eot?iefix') format('eot'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('YanoneKaffeesatz/YanoneKaffeesatz-Bold-webfont.svg#webfonthsrJVgMf') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Cuerpo
-------------------------------------------------------------- */

body {
	/*font-family:Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	text-align:justify;
}

input, textarea, select {
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	text-align:justify;
	width:135px;
}

select {
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	text-align:justify;
	width:141px;
}

/* Encabezados
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family:'YanoneKaffeesatzRegular', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	margin-bottom:18px;
	padding-top:18px;
}

/* Elementos de texto
-------------------------------------------------------------- */

p {
	margin-bottom:18px;
}
ul {
	margin:0 0 18px 20px;
}
ol {
	margin:0 0 18px 40px;
}
ul {
	list-style:disc;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 20px;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight:bold;
}
cite, em, i {
	font-style:italic;
}
blockquote {
	font-style:italic;
	margin:0 40px;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Consolas, Monaco, 'Courier New', monospace;
	margin-bottom:18px;
}
code {
	font:11px Consolas, Monaco, 'Courier New', monospace;
}
abbr, acronym {
	cursor:help;
	text-decoration:underline;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
}
sup {
	bottom:1ex;
}
sub {
	top:.5ex;
}
address {
	font-style:normal;
}

/* Citas
-------------------------------------------------------------- */

blockquote.left {
	float:left;
	margin-left:0;
	margin-right:20px;
	text-align:right;
	width:33%;
}
blockquote.right {
	float:right;
	margin-left:20px;
	margin-right:0;
	text-align:left;
	width:33%;
}