@import url(https://fonts.googleapis.com/css?family=Montserrat);

body
{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px; 
	margin: 0;
	background-color: #001837;
}
h1, h2, h3
{
	margin-top: 15px;
	margin-bottom: 30px;
	color: #1b7585;
	font-weight: bold;
	text-decoration: underline;
}
header img
{
	width: 100%;
	height: auto;
}
section#bienvenido{
	padding: 100px 0;
}
section#diferido{
	padding: 50px 0;
}
#bienvenido ul{
	margin-bottom: 25px;
	padding: 0;
}
#bienvenido ul li{
	list-style: none;
	margin-bottom: 15px;
}
#bienvenido ul li a{
	display: block;
	border: 1px solid #333;
	background-color: #010101;
	padding: 15px 15px; 
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}
#bienvenido ul li a:hover{
	background-color: #fe7503;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}
.mb-50{
	margin-bottom: 50px;
}
.btn-negro{
	border: 1px solid #333;
	background-color: #010101;
	padding: 10px 15px; 
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}
.btn-negro:hover{
	color: #fff;
	background-color: #fe7503;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}
.btn-negro.btn-sm{
	  padding: 5px 10px;
    font-size: 13px;
}
#programa{
	padding: 50px 0; 
}

/*-------------FOOTER-----------*/

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;
}

.social-buttons img
{
	width: 25px;
	margin: 0 10px;
}
.carousel-inner{
	width: 90%; 
	margin: auto;
}
.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control, .carousel-control:hover {
    color: #f79321;
    opacity: 1;
    width: auto;
}

.carousel-indicators{
	position: relative;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	left: 0;
	bottom: 0;
}

.carousel-indicators li{
	border-color: #f79321;
}

.carousel-indicators .active {
	background-color: #f79321;
}


#diferido article{
	margin-bottom: 35px;
	font-size: 14px;
}
#diferido article img{
	width: 100%;
}
.text-highlight{	
	font-weight: bold;
	color: #fff;
	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%;
}