body {
	background-color:#FFFFFF;
	
}
a {
	color:#0088cc;
}
a:hover {
	color:#0088cc;
}
.container {
	max-width:940px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	
}
.banner {
	text-align:center;
}
.navbar-sanjose {
	background-color:#096E79;
	margin-bottom:0px;
}
.navbar-sanjose .nav > li > a {	
	color:#FFFFFF;
}
.navbar-sanjose .nav > li > a:hover {
	background-color:#064B53;
	color:#FFFFFF;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFFFFF!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFFFFF!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFFFFF!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFFFFF!important;
}
@media (min-width: 768px) {
	.main-menu {
		position:absolute;
		right:30px;
		bottom:-6px;
	}
	.main-menu li a {
		padding-top:5px;
		padding-bottom:0px;
	}
}
.logo {
	background:url(../images/logo.gif) no-repeat;
	width:260px;
	height:50px;
	margin:35px 15px 15px 15px;
}
#header-menu {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(247,247,247,1) 29%, rgba(232,232,232,1) 69%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(2255,255,255)), color-stop(29%,rgba(247,247,247,1)), color-stop(69%,rgba(232,232,232,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height:110px;
}
.menu {
	background:none;
}

.menu ul{
	background:none;
	margin-bottom:0px;
}

#buscador{
	height:30px;
	color:#fff;
	background-image:url(../images/menu_horizontal.png);
	background-repeat:repeat-x;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;

	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.menu .nav input{
	height:20px;
	width:125px;
	color:#000;
	margin:5px;
	margin-right:15px;
	padding:3px;
	border-radius:0px; 
	-moz-border-radius:0px; /* Firefox */ 
	-webkit-border-radius:0px; /* Safari y Chrome */
}

.menu .nav li:first-child a{
	margin-bottom:0px;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;

	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px; 
}


.menu .nav > li > a{	
	color:#fff;
	font-size:13px;
	font-weight: bold;
	background-image:url(../images/menu_horizontal.png);
	background-repeat:repeat-x;
}
.menu .nav > li > a:hover,.menu .nav > li.active > a:hover {	
	color:#000000;
	background-image:0ff;
}
.menu .nav > li.active > a {	
	color:#ffffff;
	background-color:#096E79;	
}
.menu .nav li.rojo {
	border-bottom: solid 5px #FF0000;
}
.menu .nav li.verde {
	border-bottom: solid 5px #00FF00;
}
.menu .nav li.amarillo {
	border-bottom: solid 5px #FFFF00;
}
.menu .nav li.morado {
	border-bottom: solid 5px #660099;
}
.menu .nav li.naranja {
	border-bottom: solid 5px #FF6600;
}
footer.container {
	background-color:#FFFFFF;
	display:block;
	clear:both;
	color:#000;
}
footer .nav {
	list-style:square;
}
footer .nav-stacked li {
	padding:0px;
}
footer .nav-stacked li a {
	color:#FFFFFF;
	font-size:12px;
	padding:5px 0px;
}
footer .nav-stacked li a:hover,footer .nav-stacked li a:focus {	
	background:none;
	text-decoration: underline;
}
#main-body {
	margin-top:15px;
}
.error {
	padding-top:10%;
}
.hidden {
	display:none;
}
.last-articles .title {
	padding:10px 0px 10px 0px;
}
.last-articles .panel-title {
	text-transform: uppercase;
	font-weight: bold;
}
.last-articles ul.destacado {
	list-style: none;
	margin-left:13px;
	padding-left:0px;
	margin-left:0px;
}
.last-articles ul.destacado li{
	margin-bottom:15px;
	border-bottom:solid 1px #999;
}
.last-articles ul.destacado .head a {
	font-weight: bold;
	font-size: 14px;
}
.last-articles ul.destacado .content {
	overflow: hidden;
	outline:medium none;
	padding-bottom:18px;
}
.last-articles ul.destacado .imagen {
	float:left;
	overflow: hidden;
	height:100px;
	margin: 5px 10px 0px 10px;
}
.last-articles ul.destacado .content .intro-text {
	font-size:11px;
}
.last-articles ul.articles {
	list-style-type:square;
	margin-left:13px;
	padding-left:0px;
}
.last-articles ul.articles a {
	font-size:12px;
	font-weight:bold;
}
.eventos-destacados > .title {
	padding:10px 0px 10px 0px;
}
.eventos-destacados .panel-title {
	text-transform: uppercase;
	font-weight: bold;
}
ul.eventos-module {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
} 
ul.eventos-module li {
	margin-bottom:10px;
}
ul.eventos-module .fecha {
	text-align:center;
	float:left;
	width:50px;
	height:40px;	
	color:#FFFFFF;
	margin-right:10px;
	font-size:12px;	
	font-weight:bold;
	background: #1abfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #1abfdf 0%, #1aa3cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abfdf), color-stop(100%,#1aa3cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1abfdf 0%,#1aa3cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1abfdf 0%,#1aa3cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1abfdf 0%,#1aa3cf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1abfdf 0%,#1aa3cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abfdf', endColorstr='#1aa3cf',GradientType=0 ); /* IE6-9 */
}
ul.eventos-module .title {
	height:40px;
	line-height: 20px;
	font-size:12px;	
	font-weight:bold;
	display:block;
}
ul.eventos-module .title:hover {
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(247,247,247,1) 29%, rgba(232,232,232,1) 69%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(226,226,226,1)), color-stop(29%,rgba(247,247,247,1)), color-stop(69%,rgba(232,232,232,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(247,247,247,1) 29%,rgba(232,232,232,1) 69%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.banners {
	margin-top:20px;
}
.video-gallery .title {
    padding: 10px 0;
} 
.video-gallery .panel-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
}
.navbar-sanjose .navbar-nav > .active > a,
.navbar-sanjose .navbar-nav > .active > a:hover,
.navbar-sanjose .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #064B53;
}
.menu-sjo {
	margin-bottom:15px;
}
.menu-sjo li > a {
	background-color:#D9D9D9;
}
.menu-sjo > .nav-pills > li.active > a, .menu-sjo > .nav-pills > li.active > a:hover, .menu-sjo > .nav-pills > li.active > a:focus {
    background-color: #096E79;
    color: #FFFFFF;
}
.nav-tabs li a {
	color:#096E79;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  background-color: #096E79;
}
.tab-content {
	padding-top:15px;
}
.panel {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0px;
    box-shadow: none;   
}
.panel-default > .panel-heading {
    background-color: none;
    border-top:5px solid #0AA5CE;
    color:#0AA5CE;
}
a[class*="icon-redes"] {
    background: url("../img/redes.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}
a.icon-redes-fb {
    background-position: 0 0;
}
a.icon-redes-tw {
    background-position: -32px 0;
}
a.icon-redes-yt {
    background-position: -64px 0;
}
.article {
	display:block;
	margin-bottom:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:5px;
}
.article .content {
	min-height:110px;
}
.article .imagen {
	/*float:left;*/
	margin-right:10px;
	height:110px;
	overflow:hidden;
	text-align:center;
}
.article .head > a {
	font-size:8pt;
	font-weight: bold;
}
.gallery-album {
	background-color:#F4F4F4;
}
.gallery-album .title {
    padding: 10px 0;
    text-align:center;
}
.gallery-album .panel-title {
    font-weight: bold;
    text-transform: uppercase;
}
.gallery-album .album_list {
	list-style: none;
	padding:0px;
}
.gallery-album .album_list li {
	display: inline-block;
	margin:10px;
}
.gallery-album .album_list > li > .thumb {
	width:120px;
	overflow:hidden;
}
.gallery-album .album_list > li > .nomb {
	font-weight:bold;
	text-align:center;
	font-size:10px;
	padding:10px 0px 5px 0px;
}

.video-gallery {
	list-style: none;
	padding:0px;
	background-color:#F4F4F4;
}
.video-gallery li {
	display: inline-block;
	margin:10px;
	width:120px;
}
.video-gallery > li .thumb {
	width:120px;
	overflow:hidden;
	float: left;
	position: relative;
	outline: 1px solid rgba(0,0,0,0.5);
	margin:0px 10px 10px 0px;
}
.video-gallery > li .thumb  img{
	width: 120px;
	display: block;
}
.video-gallery > li .thumb span{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #eee;
	background: rgba(0,0,0,0.7);
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px;			
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.video-gallery > li .nomb {
	font-weight:bold;
	text-align:center;
	font-size:10px;
	padding:10px 0px 5px 0px;
}
.ytv-video iframe{
	width: 100%;
	height: 250px;
	border: none;
	outline: none;
	display: block;
}
@charset 'UTF-8';
/*
* Bootstrap Image Gallery CSS 2.5.3
* https://github.com/blueimp/Bootstrap-Image-Gallery
*
* Copyright 2011, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/

.modal-gallery {
  width: auto;
  max-height: none;
  outline: none;
}
.modal-gallery.fade.in {
  top: 50%;
}
.modal-gallery .modal-body {
  max-height: none;
}
.modal-gallery .modal-title {
  display: inline-block;
  max-height: 54px;
  overflow: hidden;
}
.modal-gallery .modal-image {
  position: relative;
  margin: auto;
  min-width: 128px;
  min-height: 128px;
  overflow: hidden;
  cursor: pointer;
}
.modal-gallery .modal-image:hover:before,
.modal-gallery .modal-image:hover:after {
  content: '\2039';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1;
}
.modal-gallery .modal-image:hover:after {
  content: '\203A';
  left: auto;
  right: 15px;
}
.modal-single .modal-image:hover:before,
.modal-single .modal-image:hover:after {
  display: none;
}
.modal-loading .modal-image {
  background: url(../img/loading.gif) center no-repeat;
}
.modal-gallery.fade .modal-image {
  -webkit-transition: width 0.15s ease, height 0.15s ease;
  -moz-transition: width 0.15s ease, height 0.15s ease;
  -ms-transition: width 0.15s ease, height 0.15s ease;
  -o-transition: width 0.15s ease, height 0.15s ease;
  transition: width 0.15s ease, height 0.15s ease;
}
.modal-gallery .modal-image * {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-gallery.fade .modal-image * {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.modal-gallery .modal-image *.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-fullscreen {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: transparent;
  overflow: hidden;
}
.modal-fullscreen.modal-loading {
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.modal-fullscreen .modal-body {
  padding: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  z-index: 2000;
}
.modal-fullscreen .modal-footer {
  top: auto;
  bottom: 0;
}
.modal-fullscreen .close,
.modal-fullscreen .modal-title {
  color: #fff;
text-shadow: 0 0 2px rgba(33, 33, 33, 0.8);
}
.modal-fullscreen .modal-header:hover,
.modal-fullscreen .modal-footer:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .modal-gallery .btn span {
    display: none;
  }
  .modal-fullscreen {
    right: 0;
    left: 0;
  }
}

#piepg
{
	font-size:10px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-color:#ccc;
	border-top-style:solid;
	border-top-width: 1px;
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}

#piepg ul
{
	list-style-type:none;
	margin:0;
	padding:0
}

#piepg ul li
{
	display:inline;
	padding-left:15px;
}
#piepg ul li a
{
	color:#5788CF;
}


#main-top
{
	margin-top:10px;
}

#menuArriba
{
	margin-top:95px; 
}


#moviles
{
	padding:20px;
	background-color:#ebecec;
	float:left;
}

#contenidoPie
{
	padding:10px;
	background-color:#ebecec;
	font-size:12px;
}

#contenidoPie h5
{
	font-weight:bold;
}
.dropdown-menu {
	margin-top:0px;
	padding-top:1px;
	width:210px;
	background-color:transparent;
	border-width: 0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.dropdown-menu > li{
	background: #0ca0da; /* Old browsers */
	background: -moz-linear-gradient(top, #0ca0da 67%, #0077ae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(67%,#0ca0da), color-stop(100%,#0077ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0ca0da 67%,#0077ae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0ca0da 67%,#0077ae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0ca0da 67%,#0077ae 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0ca0da 67%,#0077ae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca0da', endColorstr='#0077ae',GradientType=0 ); /* IE6-9 */
	height:32px;
	margin-bottom:0px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {
	color:#FFFFFF;
	background-color:transparent;
}
.dropdown-menu > li > a:hover {
	background: #0a77aa; /* Old browsers */
	background: -moz-linear-gradient(top, #0a77aa 44%, #0077ae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#0a77aa), color-stop(100%,#0077ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a77aa 44%,#0077ae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a77aa 44%,#0077ae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0a77aa 44%,#0077ae 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0a77aa 44%,#0077ae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a77aa', endColorstr='#0077ae',GradientType=0 ); /* IE6-9 */
	height:32px;
}
.navbar {
	background: #0ca0da; /* Old browsers */
	background: -moz-linear-gradient(top, #0ca0da 0%, #0ca0da 53%, #0077ae 54%, #0077ae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ca0da), color-stop(53%,#0ca0da), color-stop(54%,#0077ae), color-stop(100%,#0077ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0ca0da 0%,#0ca0da 53%,#0077ae 54%,#0077ae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0ca0da 0%,#0ca0da 53%,#0077ae 54%,#0077ae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0ca0da 0%,#0ca0da 53%,#0077ae 54%,#0077ae 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0ca0da 0%,#0ca0da 53%,#0077ae 54%,#0077ae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca0da', endColorstr='#0077ae',GradientType=0 ); /* IE6-9 */
	margin-bottom:0px;
	border-radius:5px;
}
.navbar-default .navbar-nav > li {
	border-left:1px solid #1182B3;
	border-right:1px solid #1182B3;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover{
	/*min-height:32px;
	height:32px;
	padding-top:5px;*/
	font-size:11.5px!important;
	color:#FFFFFF!important;
	border:2px solid #56ADD7;
	font-weight: bold;
}
.navbar-default .navbar-nav > li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.navbar-default .navbar-nav > li:first-child,
.navbar-default .navbar-nav > li:first-child a {
	border-left-width: 0px;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover {
	background-color:#0ca0da!important;
}
.navbar > .container-fluid {
	padding-left:0px;
}
.container {
	max-width: 1010px;
}
#main-top {
	margin-top:0px;
}


@media (max-width: 940px){
	.navbar-form {
		display:none;
	}	
}
@media (max-width: 768px) {
	.navbar {
		background:#0CA0DA;
		height:auto!important;
	}
	.navbar-form input {
		width:100%;
	}	
}
@media (min-width: 768px) {
	.navbar-default .navbar-nav > li.open > a,
	.navbar-default .navbar-nav > li.active > a,
	.navbar-default .navbar-nav > li.active > a:hover,
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover{
		min-height:32px;
		height:32px;
		padding-top:5px;
	}
	.navbar {
		min-height:34px!important;
		height:32px!important;
	}
	.navbar-collapse {
		padding-left: 0px;
    	padding-right: 0px;
	}
	.navbar-form {
		margin-top:1px;
		margin-bottom:0px;
	}
	.navbar-form input {
		border:1px solid #4393B8;
		border-radius: 14px;
		width:120px;
		color:#FFFFFF;
		background-color:transparent;
		-webkit-box-shadow: inset 6px 8px 1px -5px rgba(19,97,133,1);
		-moz-box-shadow: inset 6px 8px 1px -5px rgba(19,97,133,1);
		box-shadow: inset 6px 8px 1px -5px rgba(19,97,133,1);
	}
}
.well,
.thumbnail {
	background: rgb(253,253,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,253,254,1) 0%, rgba(246,247,248,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,254,1)), color-stop(100%,rgba(246,247,248,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(253,253,254,1) 0%,rgba(246,247,248,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(253,253,254,1) 0%,rgba(246,247,248,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(253,253,254,1) 0%,rgba(246,247,248,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(253,253,254,1) 0%,rgba(246,247,248,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#f6f7f8',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 5px 0px #ccc!important;
	-moz-box-shadow: 2px 2px 5px 0px #ccc!important;
	box-shadow: 2px 2px 5px 0px #ccc!important;
}
.thumbnail {
	font-family: "Arial Narrow";
	padding:15px;
}
.well {
	padding:5px;
}
blockquote {
    margin: 0;
    padding: 5px 10px;
}

.banderas{
	margin-top: 60px;
	margin-right: 20px;
}
.breadcrumb {
	padding-right:0px;
	padding-left:100px;
	margin-bottom:5px;
	padding-bottom:0px;
	background-color:#FFFFFF;
}
.flash-news {
	margin-left:0px;
	padding-left:0px;
	list-style: none;
}
.flash-news > li {
	display:inline-block;
}
[class*=col-]{
	padding-left:5px;
	padding-right:5px;
}
.row {
	margin-left:-5px;
	margin-right:-5px;
}

.inkacatac {
   color: #0088CC;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 20px;
}
#Text2 {
    color: #434343;
    font-size: 13px;
    height: 27px;
    line-height: 16px;
    opacity: 1;
    text-align: left;
    transform: translateX(-16px) translateY(-7px) scaleX(0.88);
    width: 842.864px;
}
.borderalte {
    background-image: -moz-linear-gradient(center top , #FEFEFE 0%, #F6F7F8 50%);
}  
.myDIV
{
	width:300px;
	height:300px;
	background-image:url('images/politica_1.jpg');
}
.text-carousel {
	position:absolute;
	top:40px;
	right:0px;
	width:400px;
	height:auto;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	padding:20px;
	color:#FFFFFF;
}


/** Carousel Efect */
.carousel-fade .carousel-inner .item {
	opacity: 0;
    -webkit-transition: opacity 1s; 
    transition: opacity 1s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
	opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.dropdown-blue {
	background-color:#0093DD!important;
}
.dropdown-blue li {
	background:transparent!important;
}
/** .Carousel Efect */
	
.titulo-up {
	font-family: 'trebuchet ms', geneva;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/*@author jusca*/

/*thumbnails-custom*/
.thumbnail-custom{
	padding: 30px ;
	height: 200px ;
	text-align: justify;
}
.thumbnail-height200{
	height: 200px ;
}
.thumbnail-height300{
	padding: 15px ;
	height: 300px ;
}
.thumbnail-height300 h3{
	margin-top: 0px ;
}
.thumbnail-height300 p{
	margin-bottom: 0px ;
}
.thumbnail-height520{
	padding: 15px ;
	height: 520px ;
}
.thumbnail-height520 h3{
	margin-top: 0px ;
}
.thumbnail-height520 p{
	margin-bottom: 0px ;
}
@media (max-width: 992px){
	/*desaparece el ticker controls*/
	.ticker-controls{
		display:none;
	}
	.ticker-wrapper > div > img{
		display:none;
	}
	/*carousel*/
	.text-carousel {
		top:30px;
		padding:10px;
	}
	.text-carousel h1{
		font-size:20px;
	}
	.text-carousel p{
		font-size:12px;
		margin-bottom: 0px;
	}
	.carousel-indicators {
    	bottom: 0px;
	}
	/*thumbnail*/
	.thumbnail-custom{
		padding: 15px ;
		height: auto ;
	}

}
@media (max-width: 660px) {
	.text-carousel {
		top:10px;
		width:100%;
		height:auto;
		padding:5px;
	}
	.text-carousel h1{
		font-size:15px;
	}
	.text-carousel p{
		font-size:12px;
	}
}
@media (max-width: 559px) {
	/*thumbnail*/
	.thumbnail {
		padding-bottom: 70px;
	}
}
@media (max-width: 520px) {
	.text-carousel {
		top:0px;
		height:100%;
		padding:0px;
	}
	.text-carousel h1{
		font-size:12px;
		margin-bottom:0px;
	}
	.text-carousel p{
		font-size:12px;
	}
	.carousel-indicators {
    	display:none;
	}
}
@media (max-width: 410px) {
	.text-carousel h1{
		font-size:10px;
	}
	.text-carousel p{
		font-size:9px;
	}
}