@charset "utf-8";
/* CSS Document */

/***********************************************
				  FUENTES WEB
************************************************/
@font-face {
	font-family: "Magra";
	src:url(../fonts/magra.regular.ttf) format("truetype");
}
@font-face {
	font-family: "Roboto";
	src:url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "Roboto-Light";
	src:url(../fonts/Roboto-Light.ttf) format("truetype");
}

/***********************************************
				ENCABEZADO SITIO
************************************************/

.titulo-sitio{
	font-family: Magra;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.6px;
}

.fondo-top{
	height: 120px;
	background-color: #698c00;
}

.notificacion{	
	
	height: 50px;
	background-color: #dddddd;
}





/***********************************************
				ENCABEZADO SITIO
************************************************/

/*.titulo-sitio{
	font-family: Magra;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.6px;
}

.fondo-top{
	height: 120px;
	background-image:url(../img/top_back/back_top.png);
}
*/

/***********************************************
					CUERPO
************************************************/
body{
	background-color: #eeeeee;
}

.fondo-contendor{
	background-color: #FFFFFF;
	padding: 8px;
}
.fondo-espacios{
	padding-left:30px;
	padding-right:30px;

}
.titulos{
	font-family: Magra;
	color: #172a51;
	font-weight: 400;
	line-height: 28.8px;
}

.contenidos{
	font-family: Roboto;
	color: #212121;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
}

.novedades{
	border-radius: 6px;
	background-color: #eeeeee;
}


/***********************************************
					MENU
************************************************/

.texto-menu{
	font-family: Magra;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 16.8px;
}

.barra-menu{
	height: 40px;
	background-color: #b2b200;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;/* color de texto menu*/
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color:#000;/*color de texto al pasar sobre el menu*/
  background-color: transparent;
}

.navbar {
	min-height: 0px;
    border-radius: 0px;
	border: 0px solid transparent;
	margin-bottom: 5px;
}
  
.navbar-inverse {
  background-color: #b2b200;
  border-color: #080808;
}
  
 .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 12px;/*opcion activa*/
}
  
.navbar-collapse {
	/*padding-right: 15px;*/  
	padding-left: 80px;
	/*overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);*/
}

/***********************************************
					FOOTER
************************************************/

.pie-pagina{
	/*padding-left:0px;*/
/*	height: 200px;*/
	background-color: #698c00;
}


.texto-pie{
	font-family: Roboto-Light;
	color: #ffffff;
	font-size: 12px;
	font-weight: 200;
	line-height: 16.5px;
	
	}
	
.titulo-pie{
	font-family: Roboto-Light;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.espacio-pie{
  margin-top: .5em;
 /* margin-bottom: .5em;
  margin-left: 1em;
  margin-right: .5em;*/
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**************************************/

.well {
  /*min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;*/
  background-color:#E1E1AC; /*:#E8DCBD; #f5f5f5;*/
  border: 1px solid #e3e3e3;
 /* border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
/*.post img
{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}*/
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
   /* padding: 25px 30px 20px;*/
}
.post .post-img-content
{
    height: 195px;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
	font-family: Roboto;
	background-color:#2E1405;
	display: inline-block;
	margin-bottom: 5px;
	color: #FFF;
	/* padding: 10px 15px*/
	margin-top: 155px;
}
.espacio-cont{
	margin-bottom:10px;
	margin-top:10px
}


/****/
.btn-seguir {
	color: #fff;
	background-color: #698c00;
	border-color: #698c00;
}


.btn-seguir:hover,
.btn-seguir:focus{
  color: #fff;
  background-color:#2C5810;
  border-color:#2C5810;
}
