.navbar {
      margin-bottom: 180px;
      border-radius: 0;
	  background-color:#FFF;
	  color:#F90;
    }
	
    
    /* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
      margin-bottom: 0;
    }
   
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #CCC;
      padding: 25px;
    }
	
	video#bgvid {
	position: absolute;
	top: 145px;
	left: 50%;
	
	width: 99.5%;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}

.photo_bg
{
	position: absolute;
	top: 145px;
	left: 50%;
	
	width: 99.5%;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


.title_line
{
	background-color:#337ab7;
	height: 5px;
	
}


trending_title
{
	color:#F90;
	font-size:26px;
	background-color:#F0F0F0;
}
more_posts_title
{
	color:#F90;
	font-size:18px;
	background-color:#F0F0F0;
}
red
{
	color:#F30;
	font-size:18px;
}

p
{
	text-align: justify;	
}

orange
{
	color:#F90;
	font-size:26px;
}

small_text
{
	color:#003;
	font-size:13px;
}

mobile_title
{ 
	font-family: Impact, Charcoal, sans-serif;
	color: #FFF;
	font-size: 45px;
	text-transform: uppercase;
	
	background-color:#337ab7;	
	font-weight: bolder;
	text-align: center;
	
}
div.last_tut_left_title
{
	color: #FFF;
	font-size: 30px;
	text-align: left;
	background-color:#39C;	
}




div.last_tut_left_descrip
{
	font-size: 30px;
	text-align: left;
}


para_footer
{
	text-align: center;
	color:#967118;
	font-size:26px;
}

.centrar_bloque
{
	float: left;
	width: 100%;
	text-align: center;
	
}

.welcome_EN
{
	float: left;
	width: 100%;
	height: 40px;

}

.welcome_EN_1
{
	float: left;
	width: 100%;
	height: 10px;
	margin-top:0px;
	margin-bottom:10px;

}


.tut_title
{
	color: #FFF;
	background-color: rgba(51, 153, 204, .8);
	font-size: 20;
	padding-left: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tut_title_line
{
	widht:100%;
	height:5px;
	background-color:rgba(51, 153, 204, .8);	
	margin-bottom:3px;
	}

.tut_line
{
	widht:100%;
	height:5px;
	background-color:rgba(51, 153, 204, .8);	
	margin-top:5px;
	margin-bottom:25px;
}

.tut_line_2
{
	widht:100%;
	height:10px;
	background-color:rgba(51, 153, 204, .2);	
	margin-top:5px;
	margin-bottom:25px;
}
tut_text
{
	font-size:18px;
	text-align:justify;
	
}

main_top_title
{
	font-size: 35px;
	background-color: #B7E8E7;
	font-weight: bolder;
}

.zoom {

  transition: transform .3s; /* Animation */
  width: auto;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
