
.tabs{
	margin-bottom: 3em;
}

@media (min-width: 1041px) {
  	.container {
    	max-width: 1024px;
    	-webkit-box-shadow: -8px -4px 30px rgba(133, 141, 148, 0.66),8px -4px 30px rgba(133, 141, 148, 0.66);
    	box-shadow: -8px -4px 30px rgba(133, 141, 148, 0.66),8px -4px 30px rgba(133, 141, 148, 0.66);
  	}
  	.ribbon {
		background-image: url(../img/franja_azul.png);
		/*background-image: url(http://fenix.utp.edu.co/htdocs-media/nuevo_portal/img/franja_azul.png);*/
		background-position: center;
		background-repeat: no-repeat;
		height: 6em;
		margin-left: -10.143em;
		width: 91.429em;
	}

	.ribbon .wrapper {
		margin: -0.323em 9em;
	}
}
@media (max-width: 1040px) {
  	.container {
	    max-width: 100%;
	    -webkit-box-shadow: -8px -4px 30px rgba(133, 141, 148, 0.66),8px -4px 30px rgba(133, 141, 148, 0.66);
	    box-shadow: -8px -4px 30px rgba(133, 141, 148, 0.66),8px -4px 30px rgba(133, 141, 148, 0.66);
  	}
  	.ribbon {
  		background-image: none;
		background-color: #143E69;
		background-position: center;
		background-repeat: no-repeat;
		height: 6em;
		margin: 0 -1.1em;
		width: auto;
	}

	.ribbon .wrapper {
		margin: 0;
	}
}

@media print {
	.col-lg-3.menu_lateral_inicio {
		display: none!important;
	}

	a:link:after, a:visited:after {
		content:" (" attr(href) ")";
		display:none;
	}

	a {
		color: #0c3054 !important;
		text-decoration:underline !important
	}
	.col-lg-9 {
		width: 100% !important;
	}
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/*	margin-top: 3em; */
	margin-bottom: 3em;
	background-image: url(../img/background.png);
	/*background-image: url(http://fenix.utp.edu.co/htdocs-media/nuevo_portal/img/optimized/background.png);*/
}

.cuerpo{
	background-color:#FFFFFF;
	margin-top: -3.5em;
}
a:visited {
	color: #2081BF;
}

.cabecera {
	background-image: url(../img/banners_institucional.jpg);
	/*background-image: url(http://fenix.utp.edu.co/htdocs-media/nuevo_portal/img/optimized/banners/banners_institucional.jpg);*/
	height: 10em;
}

ul.menu_principal {
	font-size: 0.929em;
	margin-left: -1.8em;
	line-height: 2em;
	margin-top: 0.321em;
}
ul.menu_principal li {
	padding: 0 0;
	margin-left: -0.3em;
}
ul.menu_principal li a {
	color: #666666;
}
ul.menu_principal li a:hover {
	border-bottom-color: #27a4da;
	border-bottom-style: solid;
	border-bottom-width: 0.2em;
	text-decoration: none;
}
ul.menu_principal li:after {
	padding: 0 0.3em;
	content: "|";
}
ul.menu_principal li:last-child:after {
	padding: 0;
	content: "";
}

ul.menu_navegacion {
	font-size: 0.89em;
}

ul.menu_navegacion li {
	padding: 0 0;
	margin-left: -0.2em;
}

ul.menu_navegacion li:before {
	padding: 0 0.3em;
	font-size: 1.45em;
	content: "|";
}

ul.menu_navegacion li:last-child:after {
	padding: 0.3em;
	font-size: 1.45em;
	content: "|";
}

ul.menu_navegacion li a {
	color: #ffffff;
}

.navegacion{
	color: #ffffff;
	height: 2em;
}

.idioma {
	font-size: 0.929em;
	line-height: 2.6em;
}


ul.menu_lateral {
	list-style: none;
	background-color: #F2F2F2;
	padding: 0.5em 1em 0.5em 1em;
	border-bottom: 5px solid #0c3054;
}

ul.menu_lateral > li {
	font-size: 0.929em;
	border-bottom: 2px solid #D9D9D9;
}

.nav > li > .activo{
	background-color: #DDDDDD;
}

.nav-tabs>li>a {
	border-radius: 0 !important;
}

.articulo {
	padding: 0 1em 0 0;
}

.articulo .titulo {
	background-color: #F2F2F2;
	padding: 0.2em 1em;
}

.articulo .titulo h2 {
	color: #002b4d;
	font-size: 1.2em;
	margin: 0.429em 0em;
}

.contenido-wrapper {
	padding: 1em 0;
}

.contenido ,
.contenido a{
	text-align: left;
	/*color: #696969;*/
}

.contenido table {
	width: 100% !important;
}

.contenido img {
	/*float: right;*/
	/*text-align: left;*/
	/*width: 200px;*/
	/*margin: 0 0em 1em 1em;*/
}

.contenido p {
	font-size: 1em;
}

.contenido > dl dt,.contenido > dl dt a,
.contenido h3 ,.noticia-contenido h3{
	color: #8B0000;
}

.contenido h3 {
	font-size: 1em;
	font-weight: bold;
}
.contenido-wrapper .opciones {
	padding: 0em 0 2em 0;
}

.contenido-wrapper .row {
	margin: 0;
}

.contenido-wrapper .row .col-md-6 {
	padding-left: 0;
}

.opciones .ultima_actualizacion {
	font-size: 0.786em;
}

dd {
	margin: 0 0 1em 0;
	font-size: 0.857em;
	color: #696869;
}

dt {
	font-weight: normal;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
}

a {
	color: #0c3054;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.pie{
	-webkit-box-shadow: -8px 15px 30px rgba(133, 141, 148, 0.66);
	background-color: #F2F2F2;
}

.informacion_pie {
	text-align: right;
	color: #b5b5b5;
	font-size: 0.8em;
	padding-right: 2em;
	padding-top:1em;
	line-height: 1.4em;
	padding-bottom: 1em;
}
.nav-list {
	background-color: #fafafa;
}

.breadcrumb > li + li:before {
	content: '»';
}

.menu_lateral_inicio {
	padding-left: 0;
	background: #FFFFFF;
}

.contenido-wrapper-noticia {

}

.noticia-articulo {
	margin: 0 1em 6em 1em;
}

.noticia-articulo .ultima_actualizacion {
	color: #848484;
	font-size: 0.786em;
	padding-left: 1.5em;
}


.noticia-articulo h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.noticia-contenido {
	color: #696969;
	font-size: 1em;
	margin: 1em 0;
}

.noticia-contenido .leer-mas {
	font-size: 0.929em;
	color: #870602;
}

.noticia-contenido .imagen_noticia {
	display: block;
	height: 100%;
	margin: 0 1em 1em 1em;
	width: 120px;
}

.contenido-categorias,
.contenido-tag {
	color: #2081BF;
}

.noticia-articulo .social-tags .panel-body {
	padding: 7px 5px;
}

/*.titulo_pagina {
	padding-top: 3em;
}*/

/**|html[xmlns*=""] .titulo_pagina h1 {
	color: #f7f7f7;
	font-size: 2.5em;
	text-shadow: 1px 2px 4px #133149;
}*/

.titulo_pagina h1 {
	color: #f7f7f7;
	font-size: 2.3em;
	text-shadow: 1px 2px 4px #133149;
	margin-top: 0.333em;
}

.buscador {
	margin-top: 0.3em;
}
.input-group-sm>.form-control {
	border-radius: 4px !important;
	border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
	height: 25px;
}
.input-group-sm>.input-group-btn>.btn {
	border-radius: 4px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	height: 25px;
}
.btn-buscar {
	color: #ffffff;
	background-color:#26a3d9;
	border-color: #26a3d9;
	transition: all 0.5s;
}

.btn-buscar:hover {
	background-color: #1e82ae;
	border-color: #1e82ae;
}

.btn-buscar .glyphicon {
	top: 0;
	display: initial;
}
.btn-buscar {
	color: #ffffff;
	background-color:#26a3d9;
	border-color: #26a3d9;
	transition: all 0.5s;
}

.btn-buscar:hover {
	background-color: #1e82ae;
	border-color: #1e82ae;
}

.pdf,
.print,
.us,
.fr,
.de {
	display: inline-block;
	background: url(http://fenix.utp.edu.co/htdocs-media/nuevo_portal/img/sprite.png) no-repeat;
}
.pdf { background-position: -0px -0px; width: 16px; height: 16px; }
.print { background-position: -16px -0px; width: 16px; height: 16px; }
.us { background-position: -0px -16px; width: 16px; height: 11px; }
.fr { background-position: -16px -16px; width: 16px; height: 11px; }
.de { background-position: -0px -27px; width: 16px; height: 11px; }

.social-tags p, .list-inline {
	display: inline-block;
}


#social li{
	font-size:12px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    -webkit-transition:all 0.2s;
	   -moz-transition:all 0.2s;
	     -o-transition:all 0.2s;
	        transition:all 0.2s;
}
#social li:hover{
    filter: gray; /* IE6-9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(50%); /* Chrome 19+ & Safari 6+ */
}


.social {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background: url(http://fenix.utp.edu.co/htdocs-media/nuevo_portal/img/optimized/social.png) no-repeat;
}

.social-youtube{
	background-position: 0 0 !important;
	width: 26px;
	height: 26px;
}

.social-twitter{
	background-position: -31px 0 !important;
	 width: 26px;
	  height: 26px;
	}

.social-facebook{
	background-position: -62px 0 !important;
	width: 26px;
	height: 26px;
	 }

.social-instagram{
	background-position: -93px 0 !important;
	width: 26px;
	height: 26px;
}

.social-google_plus{
	background-position: -124px 0 !important;
	width: 26px;
	height: 26px;
}


.menu_inferior_plantilla {
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:15px;
}
.img_banner {
	width: 100%;
	margin-bottom: 9px;
	height: 245px;
	margin-top: -2px;
}
.carousel-inner {
	margin-top: -2px;
}

.contenido, .contenido-form {
	color: #696969;
}

.social-tags p, .list-inline {
	display: inline-block;
}

.escudo{
    float: right;
    margin-top: 0.536em;
    padding-left: 0.571em;
}

.nav > li >a {
    position: relative;
    display: block;
    padding: 0.614em 1em;
}
ul.menu_lateral > li> img, ul.menu_lateral > li> a > img {
   display:block;
   margin:1.214em auto;
   max-width: 90%
}

ul.menu_lateral > li:last-child {
   border-bottom: 0em;
}

.album h2 {
	font-size: 1.1em;
	font-weight:bold;
}
/* Estilos buscador de google */

.col-lg-9 #gsc-iw-id1 {
	height: 36px;
}

.col-lg-9 #gs_st50 {
	margin-top: 6px;
}

.col-lg-9 .cse .gsc-search-button input.gsc-search-button-v2, .col-lg-9 input.gsc-search-button-v2 {
	height: 35px !important;
	min-width: 54px !important;
	padding: 9px 17px !important;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	height: 40px;
	line-height: 26px;
}

.breadcrumb > li {
	display: inline;
}

.cuerpo > .col-lg-9{
	background: #FFFFFF;
}

.noticia-contenido img, .contenido img {
	max-width: 100%;
}

.help-block, form .text-danger{
	font-size: 0.9em;
}

.contenido pre, .noticia-contenido pre {
	background-color: transparent;
	border:none;
}

.contenido h1, .noticia-contenido h1{
	font-size: 1.3em;
	font-weight: bold;
}

.contenido h2, .noticia-contenido h2 {
	font-size: 1.1em;
	font-weight: bold;
}

.contenido h4, .noticia-contenido h4{
	font-size: 1em;
	font-weight: bold;
}

.contenido blockquote, .noticia-contenido blockquote {
	border-left: transparent;
}

.contenido span, .noticia-contenido span,
.contenido strong, .noticia-contenido strong {
	font-size: inherit !important;
	color: inherit !important;
	font-family: inherit !important;
}

.form-notice .alert {
	margin: 1.714em 0.714em 0.857em;
	padding: 0.643em 1em;
}

.contenido-form .text-danger:before {
	content: "*";
}

.contenido-form em + .form-group {
	margin-top: 1em;
}
.form-control {
    height: auto;
}