@font-face {
font-family: Museo Slab Bold;
src: url("../fonts/Museo_Slab_700.otf");
font-weight:normal;
}

@font-face {
font-family: Museo Slab;
src: url("../fonts/Museo_Slab_500.otf");
font-weight:normal;
}

@font-face {
font-family: Museo Slab Light;
src: url("../fonts/Museo_Slab_100.otf");
font-weight:normal;
}

@font-face {
font-family: Source Sans Pro;
src: url("../fonts/Source Sans/SourceSansPro-Regular.otf");
font-weight:normal;
}

@font-face {
font-family: Source Sans Pro Light;
src: url("../fonts/Source Sans/SourceSansPro-Light.otf");
font-weight:normal;
}

h1 {
	text-align: left;
	font-family: Museo Slab Light;
	font-size: 31px;
	color: #5c5c5c;
}

h2 {
	font-family: Museo Slab;
	font-size: 19px;
	color: #5d852d;
}

h3 {
	font-family: Museo Slab;
	font-size: 20px;
	color: #5d852d;
}

h4 {
	font-family: Source Sans Pro;
	text-align: left;
	font-size: 16px;
	color: #5c5c5c;
}

p {
	font-family: Source Sans Pro Light;
	font-size: 16px;
	color: #5c5c5c;
}

#site-wrap {
	width: 878px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #972222;
	border-right: 1px solid #972222;
}

header {
	display: block;
	position: relative;
	height: 285px;
	background: url("../images/nomaspapeleo/header_bg.jpg");
}

header #logo {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	width: 124px;
	height: 83px;
	background: url("../images/nomaspapeleo/logo.png");
}

header #web-title {
	float: left;
	margin-left: 40px;
	margin-top: 100px;
	display: inline-block;
	font-family: Museo Slab Bold;
	color: white;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.7);
}

header #web-title .small {
	font-size: 42px;
}

header #web-title .big {
	font-size: 80px;
}

#small {
	font-family: Museo Slab Light;
	font-size: 20px;
	color: #5d852d;
}

#big {
	font-family: Museo Slab Light;
	font-size: 35px;
	line-height: 35px;
	color: #5d852d;
}

.green-bar {
	display: block;
	width: 100%;
	height:  6px;
	background: #7daa47;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0;
	padding: 0;
	margin-left: -4px;
	z-index: 1;
}

#menu ul li:first-child {
	margin-left: 0px;
}

#menu ul li:first-child .upper-menu {
	padding-top: 20px;
	height: 50px;
}

#menu ul li:last-child .upper-menu {
	padding-top: 20px;
	height: 50px;
}

#menu ul li .upper-menu {
	text-align: center;
	background: #405521; 
	position: relative;
	height: 40px;
	padding-top: 30px;
}

#menu ul li:hover .upper-menu {
	background: #5E7838;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

#menu ul li .upper-menu span {
	margin: 0 auto;
	font-family: Museo Slab Light;
	font-size: 16px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

#menu ul li .bottom-menu {
	display: block;
	position: relative;
	height: 250px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

#menu ul li #dle {
	background: url("../images/nomaspapeleo/menu1.jpg") center;
	background-size: 300px 273px;
}

#menu ul li #ce {
	background: url("../images/nomaspapeleo/menu2.jpg") center;
	background-size: 300px 273px;
}

#menu ul li #cel {
	background: url("../images/nomaspapeleo/menu3.jpg") center;
	background-size: 300px 273px;
}

#menu ul li #gestion {
	background: url("../images/nomaspapeleo/menu4.jpg") center;
	background-size: 300px 273px;
}

#menu ul li:hover #dle {
	background-size: 330px 300px;
}

#menu ul li:hover #ce {
	background-size: 330px 300px;
}

#menu ul li:hover #cel {
	background-size: 330px 300px;
}

#menu ul li:hover #gestion {
	background-size: 330px 300px;
}

#menu ul li .bottom-menu .cover {
	position: absolute;
	height: 100%;
	width: 100%;
	background:rgba(0,0,0,0.3);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

#menu ul li:hover .bottom-menu .cover {
	position: absolute;
	height: 100%;
	width: 100%;
	background:rgba(0,0,0,0);
}

.gray-wrap {
	display: block;
	position: relative;
	text-align: center;
	padding: 50px;
	background: #F0F0F0;
}

.dark-gray-wrap {
	display: block;
	position: relative;
	text-align: center;
	padding: 50px;
	background: #CACACA;
}

.white-wrap {
	display: block;
	position: relative;
	text-align: center;
	padding: 50px;
	background: white;
}

#columns-wrap {
}

.column {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.column :first-child {
	margin-left: 0px;
}

.column :last-child {
}

.column-space {
	display: inline-block;
}

.column .icon-wrap {
	margin: 0 auto;
	height: 70px;
	width: 77px;
	margin-bottom: 30px;
}

.column #first {
	background: url("../images/nomaspapeleo/icon1.png");
}

.column #second {
	background: url("../images/nomaspapeleo/icon2.png");
}

.column #third {
	background: url("../images/nomaspapeleo/icon3.png");
}

.column ul {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 10px;
	font-family: Source Sans Pro;
	font-size: 14px;
	color: #5d852d;
}

.column img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#seal {
	position: absolute;
	left: 50%;
	margin-left: -52px;
	background: url("../images/nomaspapeleo/sello.png");
	height: 103px;
	width: 103px;
	z-index: 3;
	margin-top: 0px;
}

.vert-space {
	display: block;
	height: 50px;
	width: 100%;
	background: white;
}

.green-wrap {
	display: block;
	position: relative;
	text-align: center;
	padding: 50px;
	background: #405521;
	margin-bottom: -15px;
}

#hashtag-wrap {
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	vertical-align: middle;
}

#hashtag-wrap span {
	font-family: Museo Slab;
	font-size: 36px;
	color: white;
	text-shadow: 0px 1px 1px black;
}

#hashtag-wrap img {
	display: inline-block;
	vertical-align: top;
}

/******************************************************************
SECCIONES
******************************************************************/

.image-large {
	display: block;
	width: 100%;
	height: 250px;
}

#dle-section {
	background: url("../images/nomaspapeleo/dle_bg.jpg");
}

#ce-section {
	background: url("../images/nomaspapeleo/ce_bg.jpg");
}

#cel-section {
	background: url("../images/nomaspapeleo/cel_bg.jpg");
}

#gestion-section {
	background: url("../images/nomaspapeleo/gestion_bg.jpg");
}