/* CSS Document */

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #9097a3;
  background-color:#098546;
}
header{
 background-color:#ffffff;
}

.fondoTop{
	background-image: url(../img/fondoNubes.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	
}
.cajalogo {
	overflow:hidden;
	text-align: center;
	margin:auto;
	}
 
.logo {
	display:inline-table;
	margin-top:20px;
	height:68px;
	margin-bottom:10px;
	}
	
.textitulo {
	text-align: center;
	margin:auto;
	}
.textitulo h2{
	 color:#FFF;
	 margin-bottom:20px;
	 }
	 
.reproductores {
	text-align: center;
	margin:auto;
	}

.iconoreproductor {
	
	margin-top:20px;
	
	}
/* imagen responsive*/
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*menu*/
.navbar-default{
	background-image:url(../img/fondoMenu.png);
	background-color:transparent;
	border-radius: 20px;
	display:block;
	height:40px;
	width:70%;
	margin:auto;
	border-style:none;
	}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family:Open Sans;
	text-transform:uppercase;
	font-size:14px; 

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #09F;
	background-color: transparent;
	border-bottom:solid 2px #28d0e4;
}
/*medio*/
.divisor{
	border-top:dotted 1px #3c414c;
	padding-top:20px;
}
.medio{
	margin-bottom:100px;
	padding-top:35px;
}
.col-sm-8 .cajacuerpo{
	color: #FFF;
	font-family: "Open Sans";
}
.col-sm-8 .cajacuerpo> h2{
	color: #FFF;
	font-family: "Open Sans";
	text-transform:uppercase;
}

/*lateral*/

.adsense{
	padding: 30px 50px 50px 20px;
	}

