@import url(https://fonts.googleapis.com/css?family=Montserrat);

body
{
	background-color: #efede4;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px; 
	margin: 0;
}
h1
{
	margin-bottom: 0;
	color: #2b4e8e;
	font-weight: bold;
	text-transform: uppercase;
}
header img
{
	width: 100%;
}
header{
	background-color: #fff;
}
section#bienvenido{
	padding: 100px 0;
}
section#diferido{
	padding: 30px 0;
}
article{margin-bottom: 30px;}

footer
{
	background-color: #121212;
	padding: 35px;
}

footer .agrositio{
	width: 150px; 
	margin: auto;
}

@media (max-width: 768px) {
	footer .agrositio{
		width: 120px; 
	}

}
.v-separator{
	display: block; 
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 45px;
}


a:hover
{
	text-decoration: none;
}




#diferido article{
	margin-bottom: 35px;
	font-size: 15px;
}
#diferido article img{
	width: 100%;
}
.text-highlight{	
	font-weight: bold;
	color: #018b54;
	margin-top: 10px;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subtitulo{
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
}