html {
	background: url(pattern.gif);
}

body {
	background: none;
}

a {
	color: #840032;
}

	a:hover {
		color: #6D002A;
	}

header {
	height: 150px;
	background: url(header.gif) bottom repeat-x;
	margin-bottom: 30px;
}

	header .container { position: relative; }

	.branding {
		width: 380px;
		height: 124px;
		text-indent: -9999px;
		background: url(brand.png) left top no-repeat;
		margin-top: 5px;
	}
	
	header .quienes {
		width: 120px;
		height: 120px;
		
		background: url(boton-quienes.png) left top no-repeat;
		
		position: absolute;
		bottom: -11px;
		right: 50px;
	}
		
		header .quienes .menu-toggle {
			display: block;
			position: absolute;
			top: 50%;
			margin-top: -1em;
			color: #ddd;
			font-size: 15px;
			text-align: center;
			width: 120px;

		}
			
			header .quienes:hover .menu-toggle {
				color: #fff;
			}

footer {
	height: 40px;
	background: #9bd5d6;
	text-align: center;
	margin-top: 30px;
	padding: 0;
}

	footer p {
		line-height: 40px;
		margin: 0;
	}

nav {
	background: #333;
	z-index: 9999;
}

	.navegacion ul {
		margin: 0;
		list-style: none;
	}
	
		.navegacion > ul {
			padding: 2em 0;
		}
		
		.quienes.navegacion > ul {
			padding: 0;
		}
	
		.navegacion ul li {
	border-bottom: 1px dashed #ccc;
	position: relative;
	z-index: 9999;
		}
		
		.menu-toggle {
			background-image: url(arr.png);
			background-position:  right center;
			background-repeat: no-repeat;
		}
		
			.quienes .menu-toggle {
				padding: 0 !important;
				background: none;
			}
			
			.quienes .menu-toggle:hover {
				background: none;
			}
		
		.menu-menu {
			width: 300px;
			max-width: none;
			position: absolute;
			right: -310px;
			top: 0;
			z-index: 9999;
			padding: 0;
			background: #333;
		}
		
			.quienes .menu-menu{
				width: 200px;
				right: 130px;
				top: 0;
				_margin-top: -1em;
			}
		
			.menu-menu:after{
				content: "";
				display: block;
				border-width: 10px 0 10px 10px;
				border-style: solid;
				border-color: transparent #222;
				position: absolute;
				top: 10px;
				left: -10px;
			}
			
			.quienes .menu-menu:after{
				top: 50%;
				margin-top: -10px;
				border-width: 10px 10px 10px 0;
				right: -10px;
			}
			
	.navegacion a {
		color: #ccc;
		text-decoration: none;
		display: block;
		padding: 10px 20px !important;
	}
	
		.navegacion a:hover,
		.menu-menu a:hover{
			color: #fff;
			text-decoration: none;
			background-color: #0E4446;
		}
	
	.open > .menu-toggle {
		background: #222;
	}
	
	.quienes.open > .menu-toggle {
		background: none;
	}
	
	.menu-menu {
		display: none;
	}

.main-content-wrap {
	background: #fff;
	box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

	.main-content {
		padding: 10px 20px;
	}
	
	.main-content h2 {
		background: #9bd5d6;
		padding: 0 20px;
		margin: 1em -20px;
	}

.slider {
	position: relative;
	margin: -10px -20px 20px -20px;
}
	
	.slider h2 {
		position: absolute;
		margin: 0;
		top: 20px;
		left: 0;
		
		font-size: 13px;
		line-height: 1;
		font-weight: normal;
		padding: 10px;
		
		color: #ccc;
		background: #840032;
		
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.slider .titulo {
		background: #333;
		background: rgba(0,0,0,.6);
		width: 100%;
		position: absolute;
		bottom: 0;
		margin: 0;
	}
	
		.slider .titulo p {
			color: #ccc;
			margin: 5px 10px;
		}

.sidebar > div {
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.sidebar h3 {
	background: #840032;
	color: #fff;
	font-size: 13px;
	padding: 0px 10px;
	line-height: 2.5em;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sidebar ul {
	list-style: none;
	
	margin-left: 0;
	background: #ccc;
	background: rgba(0,0,0,.2);
	min-height: 100px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
	
.sidebar ul li {
	padding: 5px 10px;
	border-bottom: 1px dashed #999;
}


.sidebar h4 {
	line-height: 1em;
}

.sidebar p {
	color: #333;
	margin-bottom: 0;
}

.sidebar .more {
	display: block;
	text-align: right;
	margin-bottom: 5px;
}

.publicaciones {
	list-style: none;
	margin: 0;
}

	.publicaciones h3 {
		margin-top: -.5em;
	}

	.publicaciones li {
		margin-bottom: 2em;
	}
	
	.publicaciones .tapa {
		box-shadow: 0 2px 10px rgba(0,0,0,.3);
	}
	
	.publicaciones .tapa img {
		display: block;
		width: 100%; 
	}

/* Helper classes */
.no-margin-top {
	margin-top: 0;
}

.no-border {
	border-bottom: none !important;
}