/*
	
	Facultad de Economía
	Universidad Nacional Autónoma de México
	
	assets/css/fe.css
	v01 / enero de 2014

	http://economia.unam.mx

	- - - - - - - - - - - - - - -
	
	Código, diseño y estilos
	por betarouge.
	
	http://www.betarouge.net
	hola@betarouge.net

	- - - - - - - - - - - - - - -
	
	Copyright 2013-2014 (C) UNAM

	- - - - - - - - - - - - - - -
	
	Tout finit par se connecter.

*/

.HeaderFacultad {
	background-image: #002B7A;
	background-image: -webkit-linear-gradient(top, #001b4c 0%, #002B7A 100%);
	background-image: -moz-linear-gradient(top, #001b4c 0%, #002B7A 100%);
	background-image: -o-linear-gradient(top, #001b4c 0%, #002B7A 100%);
	background-image: -ms-linear-gradient(top, #001b4c 0%, #002B7A 100%);
	background-image: linear-gradient(top, #001b4c 0%, #002B7A 100%);
	
	margin-bottom: -10px;
	padding: 0px;
	
	border: 1px solid #003475;
}

.back_aud_fe {
	background-image:url(../img/unam/auditorio_fe.jpg);
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center right;
}

.txt_head_fe {
	height: 100px;
}

.dd_desc_evento {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}

.carousel-control-vu {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 25px;
  font-size: 30px;
  font-weight: 100;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control-vu.right {
  right: 15px;
  left: auto;
}

.carousel-control-vu:hover,
.carousel-control-vu:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.unam_titulo_blanco {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
}

.economia_titulo_blanco {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
	line-height: 110%;
}

.economia_titulo_blanco_movil {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 125%;
}

.unam_titulo_blanco_movil {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-top: -10px;
	text-transform: uppercase;
	line-height: 125%;
}

.menu_fe_unam_12 {
	font-size: 12px;
	font-weight: bold;
}

.disc_footer {
	font-size: 12px;
	line-height: 120%;
	color: #8e8e8e;
}

#border_vertical {
	margin-left: -2px;
	padding-left: 5px;
	border-left: 1px dotted #ccc;
}

.titulos_1x_der {
	line-height: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.mbottom {
	margin-bottom: 30px;
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 0;
	height: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.iframe_video {
	margin-bottom: 10px;
}
