body {
	background: #148ECB;
	font-family: "Century Gothic";
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#nav {
	background: #7abcff;
	width: 100%;
	position: fixed;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 1;
}

#nav a {
	background: #3C33FF;
	border-radius: 5px;
	color: #ffffff;
	font-family: "Century Gothic";
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 150px;
	text-decoration: none;
}

#nav a:hover {
	background: #FF5833;
	transition: all 0.5s ease;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.breadcrumb {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}

#content {
    margin-bottom: 25px;
}

.adsbygoogle {
    margin-bottom: 15px;
}

.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.footer a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

/*fadein-popup*/
#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:90%;
	padding-bottom: 50px;
    border-radius:4px;
    background: rgba(68, 119, 221);
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#ffffff;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 90%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}

.borrar {
	background: #FF5733;
	color: #ffffff;
	font-size: 1.3em;
	font-family: 'Century Gothic';
}