@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic);

/* ---------->>> GLOBAL <<<-----------*/

body {
	background: #f7f8fa;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px; 
}

::selection {
	background:#007abf;
	color:#fff;
	}

::-moz-selection {
	background:#007abf
	color:#fff;	
}

a {
	color:#0079c2;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

a:hover  { 
	color: #ffcd34;
}

a, a:hover, a:focus { 
	outline: none;
	text-decoration:none;
}

h1, h2, h3, h4, h5, p { margin-top: 0 !important; margin-bottom: 20px !important; font-family: 'Lato', sans-serif; letter-spacing: 0.5px; }

li  { font-family: 'Lato', sans-serif; letter-spacing: 0.5px; }

h2 {
	color: #0079c2;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
}

h3 {
	color: #0079c2;
	font-weight: 700;
	font-size: 18px;
}

h4 {
	color: #78bfe8;
	font-weight: 700;
	font-size: 16px;
}

p {
	font-weight: 400;
	font-size: 14px;
	color:#323232;
	line-height: 19px;
	margin-bottom: 20px !important;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;	
}

hr {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}

li {
	line-height: 20px;
}

.b-info .row {
	margin-bottom: 30px;
}

.esp-title-00 {
	font-family: 'Lato', sans-serif; 
	color: #0079c2;
	font-size: 34px;
	font-weight: 700;
	line-height: 42px;
	font-style: normal;
	margin-bottom: 20px !important;
}

.esp-title-01 {
	font-family: 'Lato', sans-serif; 
	color: #323232;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;	
}

.esp-title-02 {
	font-family: 'Lato', sans-serif; 
	color: #0079c2;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;	
}

.esp-title-03 {
	font-family: 'Lato', sans-serif; 
	color: #1da7eb;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.esp-text-01 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 34px !important;
}

.enl-ico {
	padding-left: 30px;
}

.enl-ico a {
 	font-weight: 700;
 	color: #323232;
 }

 .enl-ico a .fa {
 	font-style: normal !important;
 	font-weight: 700;
 	color: #fecc47;
 	margin-right: 12px;
 	margin-left: -30px;
 }

 .enl-ico a:hover {
 	font-style: italic;
 	color: #fecc47;
 }

.esp-2 {
	margin-bottom: 20px !important;
}

.esp-4 {
	margin-bottom: 40px !important;
}

.esp-8 {
	margin-bottom: 80px !important;
}

.min-padding {
	padding-top: 30px;
	padding-bottom: 0px;
}

.fondo-home {
	background: url(../imagenes/recursos/fondo-destello.jpg) bottom center no-repeat #fff;
}

.img-center {
	margin:0 auto;
}

.list-link {
	margin: 0 0 20px 0;
	padding:0;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.list-link a {
	width: 33.33%;
	text-align: center;
	display: inline-block;
	float: left;
	color: #1da7eb;
	text-decoration: underline;
}

.list-link a:hover {
	color: #ffcd34;
}

.buzon .row {
	margin-bottom: 10px;
}

.buzon input, .buzon select, .buzon textarea {
	border-radius: 0 !important;
	border:1px solid #a8a8a8 !important;
}

.buzon .form-control {
	height: 36px;
}

.buzon input, .buzon select {
	width: 60%;
}

.buzon textarea {
	width: 100%;
}

.text-celeste {
	color: #78bfe8;
}

.buzon .buscador-b .btn {
	width: 100%;
}

/* ---------->>> HEADER <<<-----------*/

header {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0px;
	padding-top: 15px;
	background: #fff;
}

header a {
	font-weight: 700;
	text-decoration: underline;
}

header a:hover {
	text-decoration: none;
}

header p {
	margin-bottom: 0;
	line-height: 45px;
}

header h1 { 
	display:block; 
	width:100%; 
	height:45px; 
	margin:0 !important; 
	padding:0; 
	float:left; 
	text-indent:-5555px;
}

header h1 > a { 
	display:block; 
	width:100%; 
	height:45px; 
	background:url(../imagenes/recursos/logo-pep.png) no-repeat;
	background-position: top left;
}

header h1 > a:hover { 
	opacity:0.5;
}

.header-int-01 {
	padding-bottom: 13px !important;
	padding-top: 10px !important;
	background: #0079c2;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
	margin-bottom: 6px;
}

.header-int-01 .buscador-b input {
	height: 46px;	
}

.header-int-01 .buscador-b .btn {
	height: 46px;
	padding-top: 8px;
}

.header-int-01 nav {
	padding-top: 5px;
	padding-bottom: 20px;
}

.header-int-01 nav li a {
	color: #fff;
}

.header-int-01 nav li a:hover {
	color: #ffcd34
}

.header-int-01 .navbar-collapse {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.header-int-01 .buscador-b {
	float: right;
	width: 60%;
}


/* ---------->>> NAV <<<-----------*/

nav {
	padding-bottom: 40px;
	padding-top: 40px;
}

nav ul {
	list-style: none;
	float: right;
	margin:0;
	padding:0;
}

nav li {
	float: left;
	margin-left: 20px;
	line-height: 26px;
}

nav li a {
	font-size: 15px;
	font-weight: 700;
}

nav li a:hover {
	font-style: italic;
}

.navbar {
	margin-bottom: 0 !important;
}

.navbar-toggle {
	float: left !important;
	margin-left:15px;
	margin-right:0 !important;
	width: 90% !important;
}

.navbar-toggle .icon-bar {
	background: #fff;
	height: 4px;
	border-radius: 2px;
}

.sr-only {
	left: 40px;
	color: #fff;
	font-weight: 700 !important;
	font-size: 17px;
	font-family: 'Lato', sans-serif; 
	overflow:visible !important;
	height: auto !important;
	clip: rect(0px,100px,20px,0px) !important;
	letter-spacing: 0.5px;
}

.nav-cat {
	list-style: none;
	margin: 2px 0 25px 0 !important;
	padding: 0;
	display: inline-block;
}

.nav-cat li {
	float: left;
	margin-right: 7px;
}


.nav-cat li a {
	display: inline-block;
	width: 100px;
	height: 150px;
	text-align: center;
	color:#323232;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 14px;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #ebebed 0%, #ebebed 35%, #e1e1e3 36%, #e1e1e3 70%, #f7f8fa 71%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #ebebed 0%,#ebebed 35%,#e1e1e3 36%,#e1e1e3 70%,#f7f8fa 71%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #ebebed 0%,#ebebed 35%,#e1e1e3 36%,#e1e1e3 70%,#f7f8fa 71%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
}

.nav-cat li a > img {
	display: inline-block;
	width: 100%;
	padding: 20px 0 30px 0;
}

.nav-cat li a:hover {
	color: #0079c2;
	font-style: italic;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #99cded 0%, #99cded 35%, #1da7eb 36%, #1da7eb 70%, #f7f8fa 71%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #99cded 0%,#99cded 35%,#1da7eb 36%,#1da7eb 70%,#f7f8fa 71%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #99cded 0%,#99cded 35%,#1da7eb 36%,#1da7eb 70%,#f7f8fa 71%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
}

.nav-cat li a.active-nav-cat {
	color: #0079c2;
	font-style: italic;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #99cded 0%, #99cded 35%, #1da7eb 36%, #1da7eb 70%, #f7f8fa 71%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #99cded 0%,#99cded 35%,#1da7eb 36%,#1da7eb 70%,#f7f8fa 71%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #99cded 0%,#99cded 35%,#1da7eb 36%,#1da7eb 70%,#f7f8fa 71%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
}	


.nav-glo li a {
	width: 90px !important;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #ebebed 0%, #ebebed 30%, #e1e1e3 31%, #e1e1e3 60%, #f7f8fa 61%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #ebebed 0%,#ebebed 30%,#e1e1e3 31%,#e1e1e3 60%,#f7f8fa 61%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #ebebed 0%,#ebebed 30%,#e1e1e3 31%,#e1e1e3 60%,#f7f8fa 61%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
}

.nav-glo li a.active-nav-glo, .nav-glo li a:hover {
	width: 90px !important;
	color: #0079c2 !important;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #99cded 0%, #99cded 30%, #1da7eb 31%, #1da7eb 60%, #f7f8fa 61%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #99cded 0%,#99cded 30%,#1da7eb 31%,#1da7eb 60%,#f7f8fa 61%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #99cded 0%,#99cded 30%,#1da7eb 31%,#1da7eb 60%,#f7f8fa 61%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
}

/* ---------->>> CONTENIDO <<<-----------*/

section {
	padding-top: 60px;
	padding-bottom: 40px;
}

.bloque-cont {
	background: #fff;
	padding:40px 25px 18px 25px;
	margin-bottom: 20px;
}

.bloque-cont h2 {
	margin-top: 4px;
	margin-bottom: 30px !important;
}

.bloque-cont p {
	font-size: 16px;
	line-height:22px;
}

.fondo-blanco {
	background: #fff;
}


.fondo-gris {
	background: #ebebed;
}

.opc-gastos {
	margin-bottom: 30px;
}

.opc-gastos p {
	margin:8px 0 0 0 !important;
	line-height: 18px !important;
}

.table {
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.table thead tr:nth-child(odd) {
	background: #0079c2 !important;
	color: #fff;
}

.table thead, .table tbody {
	border:none !important;
}

.table tbody tr:nth-child(odd) {
	background: #e0f0f9 !important;
}


.btn-primary {
	font-size: 16px;
	font-weight: 700;
	color: #fecc47;
	border-radius: 0 !important;
	padding: 10px 15px !important;
	background: #fff !important;
	border:2px solid #fecc47;
}


.btn-primary:hover, .btn-primary:focus {
	color: #0079c2;
	border:2px solid #0079c2;
}

.btn-primary .fa {
	margin-right: 10px;
}

/* ---------->>> FOOTER <<<-----------*/

footer {
	padding: 11px 0 13px 0;
}

footer .row:first-child {
	padding-bottom: 11px;
	margin-bottom: 13px;
	border-bottom: 1px solid #f0f2f5;
}

footer ul {
	margin: 0;
	padding:0;
	list-style: none;
}

footer li {
	float: left;
	margin-right: 25px;
}

footer li a {
	font-weight: 700;
	font-style: normal;
}

footer li a:hover {
	font-style: italic;
}

footer .fa {
	font-size: 30px;
	margin: 0 12px;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;	
}

footer .fa-facebook-official {
	color: #3b5998;
}

footer .fa-facebook-official:hover {
	color: #ffcd34;
}

footer p {
	margin-bottom: 0 !important;
	line-height: 18px;
}

/* MENU LATERAL */

.menu-lateral > h2 {
	font-size: 22px !important;
}

.menu-lateral > h3 {
	font-size: 16px;
	color: #1da7eb;
	border-bottom: 1px solid #78bfe8; 
	margin-bottom: 8px !important;
	padding-bottom: 8px;
}

.nav-aside {
	margin: 0;
	padding: 0 10px 28px 0;
	list-style: none;
}

.nav-aside li a {
	padding: 8px 0;
	font-size: 16px;
	line-height:16px;
	color: #323232;
	font-weight: 700;
	display: inline-block;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

.nav-aside li a:hover {
	font-style: italic;
	color: #0079c2;
}

.nav-aside li a:hover:before {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-style: normal;
	color: #f7c02b;
}

.nav-aside li a.active-nav-aside {
	font-style: italic;
	color: #0079c2;
}

.nav-aside li a.active-nav-aside:before {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-style: normal;
	color: #f7c02b;
}

/* BUSQUEDA */

.busqueda {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #0079c2;
	padding-top: 15px;
	margin-bottom: 20px;
}

.busqueda li a {
	padding: 8px 0;
	font-size: 16px;
	color: #323232;
	font-weight: 700;
	display: inline-block;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

.busqueda li a:hover {
	font-style: italic;
	color: #0079c2;
}

.busqueda li a:hover:before {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-style: normal;
	color: #f7c02b;
}

.busqueda li a.active-nav-aside {
	font-style: italic;
	color: #0079c2;
}

.busqueda li a.active-nav-aside:before {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-style: normal;
	color: #f7c02b;
}

/* FORM HOME */

.buscador-b {
	display: inline-block;
	width: 100%;
}

.buscador-b input, .buscador-b .btn {
	float: left;
	border-radius: 0 !important;
}

.buscador-b input {
	width: 65%;
	background: #f8f9fa;
	border-color: #adadad;
	height: 56px;	
}

.buscador-b .btn {
	width: 35%;
	border:none !important;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-family: 'Lato', sans-serif; 
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 20px;
	height: 56px;
	padding-top: 13px;
	background: #ffd248;
	background: -moz-linear-gradient(top,  #ffd248 0%, #ffd248 51%, #f8c640 52%, #f8c640 100%);
	background: -webkit-linear-gradient(top,  #ffd248 0%,#ffd248 51%, #f8c640 52%, #f8c640 100%);
	background: linear-gradient(to bottom,  #ffd248 0%,#ffd248 51%, #f8c640 52%, #f8c640 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd248', endColorstr='#f8c640',GradientType=0 );
	box-shadow: 2px 2px 1px rgba(0,0,0,.1);
}

.buscador-b .btn:hover {
	background: #007abf;
	background: -moz-linear-gradient(top,  #78bfe8 0%, #78bfe8 51%, #00659e 52%, #00659e 100%);
	background: -webkit-linear-gradient(top,  #78bfe8 0%,#78bfe8 51%,#00659e 52%,#00659e 100%);
	background: linear-gradient(to bottom,  #78bfe8 0%,#78bfe8 51%,#00659e 52%,#00659e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bfe8', endColorstr='#00659e',GradientType=0 );
	box-shadow: 1px 1px 1px rgba(0,0,0,0);
}

.buscador-b .fa {
	margin-right: 10px;
}

/* ACORDEON */

.panel-group .panel {
	border-radius: 0px;
	border: none !important;
	box-shadow: none !important;
}

.panel-default>.panel-heading {
	background: #f7f8fa;
}

.panel h3 {
	margin-bottom: 0 !important;
	font-size: 16px !important;
	color: #323232;
	font-weight: 700 !important;
}

.panel h3 a:hover {
	color:#0079c2;
	font-style: italic;
}

.panel-heading {
	padding: 17px 15px !important;
}

.panel-group .panel+.panel {
	margin-top: 1px !important;
}

.panel-title {
	display: inline-block;
	width: 100%;
}

.panel-title span:first-child {
	float: left;
	width: 80%;
}

.panel-title span:last-child {
	float: left;
	width: 20%;
	text-align: right;
	color: #1da7eb;
	font-size: 14px;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	font-style: normal;
}

.panel-title span:hover:last-child {
	color: #ffcd34;
	font-style: normal;
}

.panel-body {
	border:none !important;
}

.panel h3 .fa {
	display: none;
}

.panel-heading a[aria-expanded='true']  {
	display: inline-block;
	color: #0079c2;
	font-style: italic;
}

.panel-heading a[aria-expanded='true'] > span:first-child  {
	width: 100%;
}

.panel-heading a[aria-expanded='true'] > span:last-child  {
	display: none;
}

.panel-heading a[aria-expanded='true'] .fa  {
	display: inline-block;
	color: #f7c02b;
}

.panel-heading a[aria-expanded='false'] .fa {
	display: none;
}

/* COMPARTIR */


.compartir p {
	font-size: 14px;
}
.compartir .fa {
	font-size: 30px !important;
	margin: 0 10px 0 0;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

.compartir .fa-facebook-official {
	color: #3b5998;
}

.compartir .fa-facebook-official:hover {
	color: #ffcd34;
}

/* PAGINADOR */

.pagination,
.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 0 !important;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border:none;
	color: #1da7eb !important;	
}

.pagination>li:first-child>a:hover,
 .pagination>li:first-child>span:hover {
	background: none !important;
}

.pagination > li > a {
	margin:0 6px;
	border-color: #1da7eb;
	background: #fff;
	color: #1da7eb;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px;
	font-size: 16px;
}

.pagination > li > a:hover, .pagination > li > a:focus {
	border-color: #1da7eb;
	background: #1da7eb;
	color: #fff;
}

.glosario-cont {
	margin-top: 32px;
	margin-bottom: 51px;
}

.glosario-cont p {
	font-size: 14px;
	line-height: 19px;
}

.glosario-cont h3 {
	font-size: 20px;
	font-style: italic;
}

.glosario-cont p.text-esp {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	font-style: italic;
}

.glosario .pagination > li > a {
	margin:0 3px;
	padding:5px 11px !important;
}

.glosario .pagination>li:first-child>a, .glosario .pagination>li:first-child>span {
	border:1px solid #1da7eb !important;
}

.glosario .pagination>li:first-child>a:hover,
.glosario .pagination>li:first-child>a:focus,
.glosario .pagination>li:first-child>span:hover {
	background: #1da7eb !important;
	color: #fff !important
}

.glosario hr {
    margin-top: 39px !important;
    margin-bottom: 35px !important;
}

.glosario .nav-tabs > li > a {
	border-radius: 0 !important;
	border:1px solid #1da7eb !important;
	color: #1da7eb !important;
	padding: 7px 0 !important;
	width: 34px !important;
	text-align: center !important;
	background: #fff !important;
	cursor: pointer !important;
	margin: 0 5px 5px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;	
}

.glosario .nav-tabs > li.active > a, .glosario .nav-tabs > li.active > a:focus, .glosario .nav-tabs > li.active > a:hover {
	background: #1da7eb !important;
	color: #fff !important;
}


.glosario .nav-tabs {
	margin-bottom: 30px;
	border-color: #fff !important;
}

.select-menu-lat {
	display: none;
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	nav li {
	    margin-left: 0;
	    margin-right: 30px;
	    line-height: 30px;
	}

	.header-int-01 nav li {
		margin-right: 10px;
	}

	.header-int-01 .buscador-b {
	width: 90%;
	}	

}

@media (max-width: 980px) {

	.header-int-01 nav li a {
		font-size: 11px;
	}

}

@media (max-width: 768px) {

	.header-int-01 .buscador-b {
	width: 100%;
	}		

	.header-int-01 img {
		margin: 0 auto;
	}

	.list-link a {
		width: 50%;
		text-align: center;
	}	

	header .text-right {
		text-align: center;
	}

    nav {
    	background: #0079c2 !important;
    	padding-bottom: 15px;
    	padding-top: 15px;}

	nav ul {
		float:none;
		margin: 0;
	}

	nav li a {
		color: #fff;
	}

	nav li {
		float:none;
	    margin-left: 25px;
	    padding: 12px 0;
	    border-bottom: 1px solid #1f97df;
	}

	.header-int-01 nav li a {
		font-size: 15px;
	}	

	nav li:last-child {
	    border-bottom:none;
	}		
	
	footer {
		text-align: center;
	}

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

	footer li {
		float:none;
		margin-right: 0px;
		text-align: center;
		padding: 8px 0;
	}

	footer ul {
		margin-bottom: 20px;
	}

	.fondo-home {
	background: url(../imagenes/recursos/fondo-destello-center.jpg) bottom center no-repeat #fff;
	}

	header h1 > a {
		background-position: top center;
	}

	.panel h3 span:last-child {
	display: none !important;
	}

	.buzon input, .buzon select {
	width: 100%;
	}

	.nav-cat li {
	margin-right: 1px;
	}

	.nav-cat li a {
	width: 80px;
	height: 150px;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #ebebed 0%, #ebebed 30%, #e1e1e3 31%, #e1e1e3 60%, #f7f8fa 61%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #ebebed 0%,#ebebed 30%,#e1e1e3 31%,#e1e1e3 60%,#f7f8fa 61%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #ebebed 0%,#ebebed 30%,#e1e1e3 31%,#e1e1e3 60%,#f7f8fa 61%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
	}

	.nav-cat li a:hover {
	color: #0079c2;
	font-style: italic;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #99cded 0%, #99cded 30%, #1da7eb 31%, #1da7eb 60%, #f7f8fa 61%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #99cded 0%,#99cded 30%,#1da7eb 31%,#1da7eb 60%,#f7f8fa 61%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #99cded 0%,#99cded 30%,#1da7eb 31%,#1da7eb 60%,#f7f8fa 61%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
	}

	.nav-cat li a.active-nav-cat {
	color: #0079c2;
	font-style: italic;
	background: #f7f8fa;
	background: -moz-linear-gradient(top,  #99cded 0%, #99cded 30%, #1da7eb 31%, #1da7eb 60%, #f7f8fa 61%, #f7f8fa 100%);
	background: -webkit-linear-gradient(top,  #99cded 0%,#99cded 30%,#1da7eb 31%,#1da7eb 60%,#f7f8fa 61%,#f7f8fa 100%);
	background: linear-gradient(to bottom,  #99cded 0%,#99cded 30%,#1da7eb 31%,#1da7eb 60%,#f7f8fa 61%,#f7f8fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f7f8fa',GradientType=0 );
	}

	.buscador-b .fa { margin-right: 5px; }
	.header-int-01 nav { padding-bottom: 0px; padding-top: 0px; }
	.navbar-toggle { margin-top: 3px; }
	.header-int-01 .buscador-b { width: 100%; }	
	.navbar { width: 100%;  border-top:1px solid #1f97df; border-bottom:1px solid #1f97df; }
	.navbar-collapse { width:100%;  }
	.buscador-b { margin-top: 20px;  }
	.header-int-01 img { margin-bottom: 20px; }

	/*.buscador-b .btn { font-size: 16px; }
	.header-int-01 .buscador-b { width: 65%; float: left; }
	.navbar { width: 35%; float: left; }
	.header-int-01 img { padding-bottom: 20px; }
	.buscador-b .btn { width: 40%; }
	.buscador-b input { width: 60%; }
	.navbar-toggle { margin-top: 3px; margin-bottom: 2px; }
	.navbar-collapse { width:275%; }*/

	.nav-aside { display: none;  }
	.select-menu-lat {
		display:inline-block;
		width: 100%;
		margin-bottom: 30px;
		border-radius: 0 !important;
		height: 36px !important;
	}

}

@media (max-width: 560px) {


}

@media (max-width: 480px) {

	.buscador-b input {
		width: 55%;
	}

	.buscador-b .btn {
		width: 45%;
	}


}

@media (max-width: 379px) {		

	/*header h1 > a {
		background-size: 100% auto;
	}*/
	header h1 > a { 
		background:url(../imagenes/recursos/logo-pep-ch.png) no-repeat;
		background-position: top center;
	}	

}

        /* preloader */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #ebebed;
            z-index: 100;
        }

        #loader {
            width: 320px;
            height: 226px;
            position: absolute;
            left: 50%;
            top: 50%;
            background: url(../imagenes/engranaje.gif) no-repeat center 0;
            margin: -50px 0 0 -50px;
        }