/**
************** CABECERA
**/

body{
	font-family: 'Roboto', sans-serif;
}

.row{
	margin-right:0!important;
	margin-left:0!important;
}

.cabecera{
	background: #fff;
	margin-bottom: 40px;
	color: #eee
}

.logo{
 
	padding-top: -5px !important;
}

.logoPB{
	float:left;
		margin-top:-60px!important;
		margin-left:220px;
		 
}

 

.nav-justified{
	margin-top: 110px;
	font-weight: bold;
 }

.menu{
	background: #fff!important;
}


.menu li>a{
	padding: 20px!important; 
	color: rgba(0,0,0,.3)!important;
	font-weight: bold;
	text-transform: uppercase;
	-moz-transition: color 1s;

}

.menu li>a:hover{
	padding-bottom:17px!important; 
	color:#b5d4fe !important;
 

}

.navbar-default{
	border: 1px solid transparent!important;
 
	border-radius: 0px!important;
}

.navbar-collapse{
}



.imagen{
	padding:15px; 
   	margin-left: 10px;
   	width: 350px;
}

.texto-presentacion{
	color: rgba(0,0,0,.4);
}
/**Seccion titulos postgrado**/

.seccion-titulos{
	background:#e7f9f8;
	border-top: 1px solid #b5d4fe;
	border-bottom: 1px solid #b5d4fe;
	color:#000;
	margin-top: 30px;
	padding: 40px;
}

.seccion-investigacion{
 	padding: 20px;
	}	
.seccion-investigacion h2:after{
	content: "";
	clear: both;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 10px; 
}

.seccion-titulos strong{
	color:#337AB7;
	padding-left: 10px;
}


.glyphicon-chevron-right{
	color: #b5d4fe;
	font-size:7pt;
}

.pie-pagina{
 border-top: 1px solid #b5d4fe;
 height: 100%;
 padding: 20px 20px 0 20px;
 background:#00060e;
 color:#ddd;
}

.pie-pagina>*{
	color:#ccc;
	font-size:9pt;
}


.pie-pagina div p:first-child{
	padding-top: 25px;
}

.footer-middle{
	margin-left:200px;
}

.logo-footer{
	margin-top:60px;
}

.firma h3{
		border-top:1px solid rgba(255,255,255,.2);
	color: white;
	padding: 5px;
	font-size: 12px;
}
.firma span{

	color:rgba(255,255,255,.7);
	text-align: center;
	font-size: 10px;
}
/**
************* Media Queries
**/

@media screen and (max-width: 768px){
	.post .thumb{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
	}
}
@media(max-width: 479px){

	.seccion-titulos{
		padding: 0px!important;
		width: 100%!important;
		margin-top: 50px;

	}
	.container{
		width: 100%!important;
		margin: 0!important;
		padding:0!important;
	}
        .footer-middle{
            margin-left:0;
         }

	.row{
		width:480px!important;
		margin: 0px!important;
		display: block!important;
	}

}