/*   
Theme Name: DGAC
Theme URL: http://www.enbolivia.com
Description: Theme Wordpress para DGAC
Author: Luis Villasante
Author URI: http://www.enbolivia.com
Template:	wordpress-bootstrap
Version: 2.3

*/

@charset "utf-8";
/*------------------------------------*\
    enbolivia.com s.r.l.
\*------------------------------------*/

/*------------------------------------*\
	Proyect		: DGAC / Theme for Bootstrap 3
	Description	: Design based on CSS 3
	Designer   	: Luis Villasante
	E - mail   	: luis[at]enbolivia.com | luis.villasante[at]gmail.com
	Filename   	: style.css
	Version    	: 1.0
	Date       	: May 26, 2014 - 0200
\*------------------------------------*/

body {
	background: #666666 url("images/background.png") repeat scroll top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 0px; 
}
.container {
	background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
	color: #666666;
	text-transform: uppercase;
}
h1{font-size: 21px;}
h2{font-size: 16px;}
h3{font-size: 14px; text-transform: none;}

.bs-callout-danger {
	background-color: #fdf7f7;
	border-left: 3px solid #d9534f;
}
.bs-callout {
	margin: 20px 0;
	padding: 20px;
}
a{color: #005ba4}
a:hover, a:focus{color: #004633}
/*------------------------------------*\
    $Logo
\*------------------------------------*/
.container .logo{
	height: 160px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
/*------------------------------------*\
    $Banner
\*------------------------------------*/
.container .banner{
	min-height: 100px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}
.container .idioma{
	height: 20px;
}
.container .idioma ul{
	list-style: none;
	margin: 0;
}
.container .idioma ul li{
	display: inline-block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid 
}
.container .idioma ul li a{ color: #494949}
.container .idioma ul li a:hover{
	color: #e61414;
}
.container .idioma ul li.selected a{
	color: #e61414;
	text-decoration: underline;
}
.container .banner h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	text-transform: uppercase;
}
.container .banner h2{
	font-size: 1.47em;
	font-weight: bold;
	line-height: 1em;
	margin: 4px 0 0 0;
}
.container .banner h3{
	font-size: 1em;
	line-height: 1em;
	margin: 10px 0 0 0;
}
.container .banner h3 strong{font-size: 1.25em}
.container .banner .sitemap{
	margin: 10px 0 15px;
}
.container .banner .sitemap a{
	color: #c8c8c8;
}
.container .banner .busqueda {
	margin-left: 0px;
	padding-left: 0px;
}
.container .banner .busqueda form{
	margin: 0;
}
.container .banner .logos{padding-right: 0px;}
.container .banner .logos img{
	/*max-width: 120px;*/
	/*max-width: 32%;*/
	height: auto;
	padding-left: 0px;
}
.container .banner .logos .img_last{
	/*padding-right: 0px;*/
	margin-right:0px!important;
	float:right;
}

/*------------------------------------*\
    $Menú Principal
\*------------------------------------*/
#main_menu{
	display:block;
	/*height: 40px;*/
	min-height: 40px;
	margin-bottom: 0px;
	min-height: 40px;
}
#main article img {
    height: auto;
    /*width: 100%;*/
}
.img_full img{
    height: auto;
    width: 100% !important;
}
.container #main_menu .container-fluid,
.container #main_menu .container-fluid .navbar-collapse{ 
	padding-left: 0px; 
	padding-right: 0px;
}
.container .navbar.navbar-default{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #c8c8c8 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #c8c8c8 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#ffffff',GradientType=0 );
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px;
}
.navbar .nav > li:first-of-type > a{
width: 25px;

}
.navbar .nav > li > a{
border-right: 1px solid #CCCCCC;
color: #666666;
font-size: 12px;
text-shadow: none;
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
letter-spacing: 0.1pt;
padding-left: 1px;
padding-right: 1px;
width: 118px;
text-align: center;
}
.navbar .nav > li > a:hover{
	background-color: #ccc;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus{
	background-color: #ccc;
	box-shadow: none;
}

#main_menu nav ul.nav li.home a,
#main_menu nav ul.nav li:first-child a{
	padding-top: 6px;
	padding-bottom: 5px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #969EA5;
}

	/* Menu desplegable*/
	.dropdown-menu > li > a{
		color: #494949;
	}
	.navbar .nav > li > .dropdown-menu{
		border-radius: 0px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-submenu:hover > a,
	.dropdown-submenu:focus > a {
		color: #000;
		text-decoration: none;
		background-color: #ccc;
		background-image: none;
		filter: none;
	}


/*------------------------------------*\
    $Página principal
\*------------------------------------*/
.container #main{
	padding-right: 0px;
	margin-right: 0px;
}
/*@media (max-width: 767px) {
	.container #main{
		padding-left: 10px;
		padding-right: 10px;
	}	
}*/
.container #main .contenido{
	margin-top: 20px;
}
.container #main h1 {
    /*border-bottom: 2px solid #919191;*/
    font-size: 21px;
    color: #919191;
    line-height: 20px;
}
.container #main .contenido p{ text-align: justify;} 

	.contenido .banner_central{
	}
	.contenido .slider_empoderar{
		margin-bottom: 15px;
	}
	.contenido .titulares h2{
		margin-top: 0px;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #494949;
	}

	/*--- $breadcrumbs ---*/
	.contenido .breadcrumbs{ 
		margin-bottom: 10px;
	}
	.contenido .breadcrumbs ul.breadcrumb{
		border-radius: 0px;
		padding: 5px 15px;
		margin: 0px;
	}
	.breadcrumb>li+li:before {
		content: "/\00a0";
		padding: 0 5px;
		color: #ccc;
	}
	
	/*Enlaces*/
	.enlaces {
    text-align: center;
	
	}
	.enlaces .icon {
    padding-top: 50px;
    padding-bottom: 25px;
	padding-left:25px;
	padding-right:25px;
	min-height:235px;
}

	/*--- $Noticias ---*/
	#main .contenido .noticias{ 
		padding-right: 0px; 
	} 
	#main .contenido .noticias ul{ 
		list-style: none;
		padding-left: 0px;
	}
	#main .contenido .noticias ul h3,
	#main .contenido .noticias ul h3 a {
		color: #07476c;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 16px;
	}
	#main .contenido .noticias .imagen_destacada{display: block; max-height:200px; overflow:hidden} 
	#main .contenido .noticias .imagen_destacada img{ padding: 0px; margin-bottom: 10px;} 
	#main .contenido .noticias ul li small{ 
		color: #919191;
		display: block; 
		font-style: italic; 
		margin-top: -15px; 
		text-align: right; 
		width: 100%; 
	} 
	#main .contenido .noticias ul li p{} 
	#main .contenido .noticias ul li a.read-more{color: #07476c;}

	/*#main .contenido .noticias ul.el_primero {position: relative;}
	#main .contenido .noticias ul.el_primero li{position: relative;}
	#main .contenido .noticias ul.el_primero .imagen_destacada{position: absolute; top: 50px;}
	#main .contenido .noticias ul.el_primero h3{position: absolute; top: 0;}
	#main .contenido .noticias ul.el_primero p{position: relative;}*/


	/*--- $Titulares ---*/
	#main .contenido .titulares{margin-top: 6px;} 
	#main .contenido .titulares h2{} 
	#main .contenido .titulares h2 a{color:#07476c; text-decoration: none; } 
	#main .contenido .titulares h2 a:hover{color:#494949; text-decoration: none; } 
	#main .contenido .titulares ul{
		padding: 0px;
		list-style: none; 
	} 
	#main .contenido .titulares ul li{ 
		padding-bottom: 15px;
		margin-bottom: 15px; 
		border-bottom: 1px solid #EEEEEE;
	} 
	#main .contenido .titulares ul li a{ color:#494949; text-decoration: none; } 
	#main .contenido .titulares ul li a:hover{color:#327023; text-decoration: underline; } 

	/*--- $Pages ---*/
	#main .contenido #pages article h1{
		border-bottom: 1px solid #EEEEEE;
    	padding-bottom: 9px;
	}
	#main .contenido #pages p.alert.alert-info{
		padding: 10px;
		opacity: .5;
		/*display: none;
		visibility: hidden;*/
	}
	#main .contenido #pages p.bg-primary,
	#main .contenido #pages p.bg-info{ padding: 10px;}
	#main .contenido #pages p.bg-primary a{color: #fff; text-decoration: underline;}
	



	/*--- $Pages-headers ---*/
	#main .contenido #pages-articles .page-header{ margin-top: 0px;} 
	#main .contenido #page-single .page-header{ margin-top: 0px;} 
	#main .contenido #page-autor .page-header{ margin-top: 0px;} 
	
	/*--- $Pages-articles ---*/
	#main .contenido #pages-articles{} 
	#main .contenido #pages-articles .page-header h1{ border-bottom: none;} 
	#main .contenido #pages-articles article h3{  font-size: 18px; text-transform: uppercase;} 

	/*--- $Pages-singles ---*/
	#main .contenido #page-single section.post_content a img{ margin-bottom: 15px;
		border: 1px solid #A8A8A8;
		padding: 2px;
	} 

	/*--- $Search_result ---*/
	#main .contenido .search_results h1{ font-weight: bold;} 
	#main .contenido .search_results h1 span{ font-weight: normal; text-transform: lowercase; font-size: 14px;} 
	#main .contenido .search_results article header h3{ font-size: 22px; } 

	/*--- $Error-page ---*/
	#main .contenido #error-page h1{ color: #d9534f;} 

	/*--- $Lateral ---*/
	/*.container #main .lateral{ padding-right: 0px;}*/
	.container #main .lateral {
		
	
	padding-top:20px!important;
	}
	.container #main .lateral .link_interes{
		
	}
	.container #main .lateral .link_interes .widget_text p{
		margin-bottom:-18px;
	}
	.container #main .lateral .link_interes .widget_text img{
		width:100%;
	}
	.container #main .lateral .link_interes ul{
		background-color: #f2f2f2;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.container #main .lateral .link_interes ul li{
		border-bottom: 1px solid #ccc;
	}
	.container #main .lateral .link_interes ul li.title{
		color: #666666;
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 18px;
	    text-align: center;
	    /*text-transform: uppercase;*/
	}
	.container #main .lateral .link_interes ul li a{
	/*background: transparent url("../images/background_botonera.png") no-repeat scroll right center;*/
	background-image: url("images/background_botonera.png");
	background-repeat: no-repeat;
	background-position : calc(100% - 10px) center; 
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 36px 10px 0;
    text-align: right;
    text-decoration: none;
	}
	.container #main .lateral .link_interes ul li a:hover{
		background-color: #ccc;
		color: #333;
	}
	.container #main .lateral .link_gobierno{}
	.container #main .lateral .link_gobierno ul{
		background-color: #fff;
		list-style: none;
		margin: 0;
		padding: 0px;
	}
	.container #main .lateral .link_gobierno ul li{
		/*background: transparent url("../images/Fondo_Botonera_Lateral_de_Gobierno.png") no-repeat scroll 10px center;*/
		background-image: url("images/Fondo_Botonera_Lateral_de_Gobierno.png");
		background-repeat: no-repeat;
		background-position: right center; 
		border-bottom: 1px solid #ccc;
	}
	.container #main .lateral .link_gobierno ul li a{
		background: transparent url("images/background_botonera.png") no-repeat scroll 1px center ;
		color: #666;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		display: block;
		padding: 14px 0 14px 30px;
		text-transform: uppercase;
	}
	.container #main .lateral .publicaciones{}
	.container #main .lateral .publicaciones .imagen_ultima_categoria img{
		display: block;
    	height: auto;
    	max-width: 100%;
	}
	.container #main .lateral .marca_pais{
		margin: 0px 10px;
		text-align: center;
	}
	.container #main .lateral .marca_pais img{ display: inline;}
	.container #main .lateral .logo_generico{
		/*margin: 10px;*/
	}
	.container #main .lateral .link_redes_sociales{ margin-bottom: 20px;}
	/*.container #main .lateral .link_redes_sociales h3{*/
	.container #main .lateral h3{
		background-color: #07476c;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		text-align: center;
		text-transform: uppercase;
		margin-top: 15px;
	}

	#mapp0_layout{ width: 100% !important;}

/*------------------------------------*\
    $Páginas Interiores
\*------------------------------------*/
.post_content{
	font-size: 14px;
}
#pages-articles article section .image_thumb>img{
	float: left;
	border: 1px solid #a8a8a8;
    margin-right: 10px;
    padding: 2px;
}
#pages .formulario_contacto{
	background-color: #eeeeee;
    color: inherit;
    font-size: 13px;
    padding: 15px;
}
#pages .formulario_contacto .form-group span input[type="text"],
#pages .formulario_contacto .form-group span input[type="email"],
#pages .formulario_contacto .form-group span textarea{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#pages .formulario_contacto .form-group span textarea{
	height: 130px;
}
#pages .formulario_contacto p input[type="submit"]{
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;

	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
#pages .formulario_contacto p input[type="submit"]:hover{
	background-color: #39b3d7;
	border-color: #269abc;
}

.wpdm-only-button div.cont .btn_outer{ float: none;} 
/*------------------------------------*\
    $Pie de Página
\*------------------------------------*/
footer{
}
footer #pie_pagina{
	background-color: #aaa;
	color: #666;
	/*height: 125px;*/
	min-height: 125px;
	font-size: 11px;
	line-height: 13px;
	padding-top:25px;
	padding-bottom: 5px; 
}
footer #pie_pagina a{
	color: #005580;	
}
footer #pie_pagina a:hover{
	color: #0088cc;
}
footer #pie_pagina #direccion{}
footer #pie_pagina #politicas{
	margin-top: 45px;
}
footer #pie_pagina #validacion{
	margin-left: 0px;
	margin-top: 45px;
}
footer #pie_pagina .financiadores h4{
	display: inline-block;
	font-size: 15px;
}
footer #pie_pagina .financiadores img{
	display: inline-block;
	margin-left: 5px;
}

/*******************************/
ICONS
/*******************************/
.enlaces .icon img {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  width: 250px;
  height: 150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.enlaces .icon img:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
} 

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 767px) {
	.banner .titulo,
	.banner .logos{
		margin-bottom: 10px;
		text-align: center;
	}
	.navbar-collapse{
		max-height: 400px;
	}
	.navbar .nav li a{
		/*background-color: red;*/
		font-size: 12px;
		padding-right: 12px;
		padding-left: 12px;
		width:auto;
	}
	.navbar .nav li:first-of-type a{
		/*background-color: yellow;
		font-size: 11px;
    	padding: 8px 14px 8px;*/
		font-size: 14px;
		width: auto;
	}
	
	.container #main_menu .container-fluid, 
	.container #main_menu .container-fluid .navbar-collapse{
		padding-left: 15px;
    	padding-right: 15px;
	}
	footer #pie_pagina {
		text-align: center;
	}
	footer #pie_pagina #politicas,
	footer #pie_pagina #validacion{
		margin-top: 15px;
	}
	footer #pie_pagina .financiadores{
		/*text-align: center;*/
		margin-top: 8px;
	}
	footer #pie_pagina .financiadores img{
		margin-bottom: 5px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.banner .titulo,
	.banner .logos{
		margin-bottom: 10px;
		text-align: center;
	}
	.navbar .nav li:first-of-type a{
		/*background-color: yellow;
		font-size: 11px;
    	padding: 8px 14px 8px;*/
		font-size: 14px;
		width: 150px;
	}
	.navbar .nav li a{
		/*background-color: yellow;
		font-size: 11px;
    	padding: 8px 14px 8px;*/
		font-size: 14px;
		width: 150px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container #main .lateral{ padding-right: 0px;}
	.navbar .nav li a{
		/*background-color: green;
		font-size: 12px;
    	padding: 9px 13px 8px;*/
		font-size: 8px;
		width: 97px;
	}
	#main .contenido .noticias{ 
		margin-top: -15px;
	}
}

@media (min-width: 1200px) {
	.container #main .lateral{ padding-right: 0px;}
	.navbar .nav li a{
		/*background-color: blue;*/
	}
	#main .contenido .noticias{ 
		margin-top: -15px;
	} 
}


