﻿/*
Theme Name: Prosite-b5
Theme URI: http://tha.com.gt
Author: Jose Rivera
Author URI: http://tha.com.gt
Description: A beautiful and simple site to get your objective.
Version: 3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hermesweb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background:#fff;
	color:#000;
	font-family: 'Lato', sans-serif;
}
#header {
	background:#fff;
}
.navbar-default-top {
}
.navbar-fixed-top {
	-webkit-box-shadow:0 0 15px #222;
	-moz-box-shadow:0 0 15px #222;
	box-shadow:0 0 15px #222;
}
.inside-menu-nav {
	padding-top:25px;
	padding-bottom:25px;
	}
.inside-fixed-nav {
	padding-top:5px;
	padding-bottom:5px;
}
.efecto {
	opacity:1;	
-webkit-transition: opacity .75s ease;
-moz-transition: opacity .75s ease;
}
.efecto:hover{
	opacity:0.4;
}
.efecto-black {
	background:#000;
	background-image: url(images/mas.png);
	background-position: center; 
	background-repeat: no-repeat;
}
#contenido-center {
	margin-top:40px;
	margin-bottom:40px;
}
.contenido-cont {
	min-height:800px;
}
.navbar-default .navbar-nav>li>a{color:#000;font-weight:bold;}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#fff;background-color:#000; }
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#fff;background-color:#000;}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#fff;background-color:#000; }
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:16px;text-align:left;list-style:none;background: rgba(0, 96, 170, .8);-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid #0060aa;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#078df4}	
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#078df4;outline:0}