/* Typography */
p {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Duplicate Ionic';
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 65px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Colores Principales de Secciones*/
.universal-bg {
	background: #005383;
}
.universal-text {
	color: #005383;
}
.universal-light-bg {
	background: #08ABF2;
}
.universal-light-text {
	color: #08ABF2;
}
.metropoli-bg {
	background: #8a9541;
}
.metropoli-text { 
	color: #8a9541;
}
.economia-bg {
	background: #fd8a1c;
}
.economia-text {
	color: #fd8a1c;
}
.cultura-bg {
	background: #ff3d66;
}
.cultura-text {
	color: #ff3d66;
}
.cartera-bg {
	background: #fd8a1c;
}
.cartera-text {
	color: #fd8a1c;
}
.deportes-bg {
	background: #e23c35;
}
.deportes-text {
	color: #e23c35;
}
.tendencias {
	background: #7d77b8;
}
.tendencias-text {
	color: #7d77b8;
}

/* Colores de partidos politicos */
.pri-bg {
	background: #CC0000;
}
.pri-text {
	color: #CC0000;
}
.pan-bg {
	background: #014aa6;
}
.pan-text {
	color: #014aa6;
}
.prd-bg {
	background: #ffcc00;
}
.prd-text {
	color: #ffcc00;
}
.pt-bg {
	background: #b00202;
}
.pt-text {
	color: #b00202;
}
.pvem-bg {
	background: #009933;
}
.pvem-text {
	color: #009933;
}
.mc-bg {
	background: #fb500d;
}
.mc-text {
	color: #fb500d;
}
.panal-bg {
	background: #00a4ac;
}
.panal-text {
	color: #00a4ac;
}
.morena-bg {
	background: #782200;
}
.morena-text {
	color: #782200;
}
.humanista-bg {
	background: #9f3b77;
}
.humanista-text {
	color: #9f3b77;
}
.encuentro-social-bg {
	background: #9f3b77;
}
.encuentro-social-text {
	color: #9f3b77;
}
.independiente-bg {
	background: #333333;
}
.independiente-text {
	color: #333333;
}

/* Colores */
.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margen-superior {
	margin-top: 150px;
}


/*----------Empieza código extra----------*/

header{
  position: fixed;
  top: 0; left: 0; right: 0;
  max-height: 50px;
}

#top{
	z-index: 9998;
}

.one{
	width:100%; 
	margin:0 auto; 
	padding-top:10px; 
	padding-left:40px; 
	height:30px; 
	background-color:#005383;
	/*background-image:url(../img/master.png);*/
}
.two{
	width:100%; 
	margin:0 auto; 
	height:3px; 
	background-color:#FFF;
}

.three{
	width:100%; 
	margin:0 auto; 
	height:10px; 
	background-color:#005383;
	/*background-color:rgba(0,0,0,0.85);*/
}

.four{
	width:100%; 
	margin:0 auto; 
	height:3px; 
	background-color:#FFF;
}

.five{
	width:100%; 
	margin:0 auto; 
	height:4px; 
	background-color:#590834;
}

.btn_sitio{
	position:absolute; 
	top:0; 
	right:100px; 
	z-index:9999
}

.btn_sitio a img{
	width: 115px;
	height: 110px;
}

/*----------Termina código extra----------*/

/*Media queries*/

@media (min-width:601px) and (max-width:992px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
	.btn_sitio a img{
	width: 95px;
	height: 91px;
	}
	.btn_sitio{ 
	right:60px;
	}
}

@media (max-width:600px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 19px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
	.btn_sitio a img{
	width: 90px;
	height: 86px;
	}
	.btn_sitio{ 
	right:50px;
	}
	.four, .five{
		display: none;
	}
}

