/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body {
		min-width: 1200px;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
	}

	ul.big-image-list img {
		width: 178px;
	}

/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */

	

	#header {
	position: relative;
	border-radius: 10px;
	border: solid 1px #000000;
	box-shadow: inset 0px 0px 0px 1px #00000, 0px 1px 4px 0px rgba(0,0,0,0.10);
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #000000, #0B243B);
	background-image: -webkit-linear-gradient(top, #000000, #0B243B);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000, #0B243B));
	background-image: -ms-linear-gradient(top, #000000, #0B243B);
	background-image: -o-linear-gradient(top, #000000, #0B243B);
	background-image: linear-gradient(top, #000000, #0B243B);
	height: 60px;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0%;
	margin-left: 0;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 1%;
	}

		#header h1 {
	position: absolute;
	left: 9px;
	top: 91px;
	color: #fff;
	font-size: 2.4em;
	letter-spacing: -2px;
	line-height: 66px;
	height: 60px;
	width: 171px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 40px;
			top: 1px;
			line-height: 64px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 10px 0 10px;
				outline: 0;
			}
			
			#header nav a.current-page-item {
				background-color: #000000;
				background-image: -moz-linear-gradient(top, #000000, #6c6c6c);
				background-image: -webkit-linear-gradient(top, #000000, #6c6c6c);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#6c6c6c));
				background-image: -ms-linear-gradient(top, #000000, #6c6c6c);
				background-image: -o-linear-gradient(top, #000000, #6c6c6c);
				background-image: linear-gradient(top, #000000, #6c6c6c);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav a:hover {
				background-color: #000000;
				background-image: -moz-linear-gradient(top, #000000, #B40431);
				background-image: -webkit-linear-gradient(top, #000000, #B40431);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#B40431));
				background-image: -ms-linear-gradient(top, #000000, #B40431);
				background-image: -o-linear-gradient(top, #000000, #B40431);
				background-image: linear-gradient(top, #000000, #B40431);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}

/* Banner */

	#banner-wrapper {
	background-color: #000000;
	background-image: url(images/fondo.png);
	}

	#banner {
	position: relative;
	width: auto;
	height: 212px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10);
	border-radius: 0px;
	padding: 0px;
	background-image: url(images/slice.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0%;
	margin-left: 0;
	}

		#banner h2 {
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 100px;
			left: 0;
			font-size: 3em;
			color: #fff;
			text-align: center;
			letter-spacing: -2px;
		}
		
		#banner span {
			display: block;
			position: absolute;
			z-index: 1;
			width: 100%;
			bottom: 105px;
			left: 0;
			font-size: 1.6em;
			color: #fff;
			text-align: center;
			letter-spacing: -1px;
			text-transform: lowercase;
			opacity: 0.8;
		}

/* Main */

	#main {
		background: #fff;
		padding: 2% 0 2% 0;
	}

		#main .controls {
			
		}
    
/* Footer */

	#footer-wrapper {
		padding: 3% 0 3% 0;
	}

/* Copyright */

	#copyright {
		text-align: center;
		color: #0B243B;
		border-top: solid 1px #000000;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;
	}

		#copyright a {
			color: #0B243B;
		}
h3 {
	font-size: 15px;
	color: #999;
	font-style: normal;
}

h4  {
	font-size: 15px;
	color: #006666;
}

p# 	{
	font-size: 14px;
	color: #fff;
}
