/*
	
	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, #001942 0%, #092d66 100%);
	background-image: -moz-linear-gradient(top, #001942 0%, #092d66 100%);
	background-image: -o-linear-gradient(top, #001942 0%, #092d66 100%);
	background-image: -ms-linear-gradient(top, #001942 0%, #092d66 100%);
	background-image: linear-gradient(top, #001942 0%, #092d66 100%);
	
	margin-bottom: -10px;
	padding: 0px;
	
	border: 1px solid #003475;
}

.back_aud_fe {
		background-image:url(../img/unam/orgullo2025.png);
	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;
}


.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-danger h4 {
color: #B94A48;
}

.bs-callout-warning h4 {
color: #C09853;
}

.bs-callout-info h4 {
color: #3A87AD;
}

[class^="icon2-"],
[class*=" icon2-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings-white.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon2-file {
  background-position: -24px -24px;
}

.custom {
    width: 78px !important;
}