/*BOTONES TOP*/
.menutop ul{ margin:0; padding:0; text-align:left; list-style:none!important; }
.redes ul{ margin:0; padding:0; text-align:right; list-style:none!important; }
.menutop ul li, .redes ul li { margin: 0 0 0 10px; display:inline-block; list-style:none!important; height:32px!important; overflow:hidden; }
.menutop ul li img, .redes ul li img { height:auto; width:32px;}

/* */

body a:link,
body a:visited,
body a:hover {
-webkit-transition: all .5s ease-in-out!important; 
-moz-transition: all .5s ease-in-out!important; 
-o-transition: all .5s ease-in-out!important; 
-ms-transition: all .5s ease-in-out!important; 
transition: all .5s ease-in-out!important; 
}


/*Menu*/

nav { font: 14px 'Nova Flat', Helvetica, Arial, sans-serif; text-align:center; }
nav ul { margin:0; padding:0; }
nav ul li { display:inline-block; height:30px; margin:0; padding:0 10px; }

nav.mainmenu { margin:45px 0 30px 0; }
nav.mainmenu a:link,
nav.mainmenu a:visited { color:#DC7200!important; padding:0 5px 10px 5px!important; } 
nav.mainmenu a:hover { color: #fff!important; } 

.mainmenu li { text-align:center; }
.menu img { margin:0 auto; display:block; }
ul.menu li.active a:link,
ul.menu li.active a:visited { color: #fff!important; }


/*Submenu*/
ul.submenu, ul.submenu li { vertical-align:top; text-align:center; }
ul.submenu li img { margin:0 auto 5px; padding:0; }
ul.submenu li { display:inline-block; width:130px; margin:20px 10px; padding:0; }


/* CONTENT Navigation */

/* pagenav */
.pagination { font-size: .8em; font-weight:bold; text-transform:uppercase; width:100%; max-width:100%!important; text-align:center; margin: 10px 0 !important; padding:0!important; display:block; }
.pagination .counter { display:none; }
.pagnumbers span { background: #222; color:#DC7200; text-decoration: none; padding: 6px 5px 4px; margin: 0 2px; -webkit-border-radius: 5px; border-radius: 5px; display:inline-block; }
.pagnumbers span a { color: #DC7200; text-decoration: none; }
.pagnumbers span a:hover { color:#fff; text-decoration:none; }
.pagnumbers .current { background:#DC7200!important; color:#fff!important; text-decoration:none; }


.pagenav { list-style:none; }
.pagenav li { display:inline-block; }
.pagenav-prev { float:left; }
.pagenav-next { float:right; }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		
	}
