.nav > li > a {
  position: relative !important; 
  display: block !important;
  padding: 10px 13px !important;
}

.encabezadoTraslate >li > a  {
  color: #000; 
}

@media only screen and (max-width : 468px){
.logo {
	padding-left: 183px; 
	margin-top:10px;
	text-align:center;
	}
	
}

.EscudoEncabezado{
	background:#000;
}

footer.pie {
  text-align: center;
  font-size: 11px;
  color:#FFF;
  background:repeat scroll 0% 0% transparent;
}

body
{
  font-family: 'Tenor Sans', sans-serif;
  padding-top: 51px;
  background:#f6f6f6; 
}

#encabezado{
	background-color:#BF942B;
}

.encabezado a {
	color:#fff;
}
	
#encabezados{
  background: url('../img/bg_cabecera.png'); 
  z-index:1;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
	
#encabezadoLogo{
  background: url('../img/cabecera_logo.png');
  background-repeat:no-repeat;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#logo{
  height:103px;	
}

#tituloDES{
	text-align:center;
	font-size:30px;
	padding-top:38px;
	font-family:serif;
	font-weight:100;
	text-shadow: 3px 3px 3px black	;
	color:#FFF;	
}
	
#slogan{
	text-align:right !important ;
	padding-top:0; 
	padding-right:0; 
	padding-left:0;
	
}
	
#piePlantilla{
	margin:0px;
	background: url('../img/bg_pie.png');
}

#lineaAzul{
	margin:0px;
	background: url('../img/lineaAzul.png');
}
	
#lineaDorada{
	font-size: 2px !important ;
	z-index:10 !important;
	background: url('../img/lineaDorada.png');	
}

.espacio5px{
	display: block; 
	height: 5px;	
}
	
.visionUADY{
	font-family: Lucida Bright,Georgia,serif;
	color:#c79316;	
}
		
#bodyPlantilla{
	padding-top:0; 
	padding-right:0; 
	padding-left:0;
	background: #FFF;
}
	
#encabezados a {
  color:#fff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  font-size: 16px;
  text-align: left;
  list-style: outside none none;
  background-color:#FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.navbar-menu > li > a{
		color:#002e5f !important;
}

.navbar-menu{
	
	line-height: 20px;
	padding-left:0px !important;
	padding-right:0px !important;
	background-color:#FAFAFA; 
}




.navbar-menu .open .dropdown-menu{
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
.navbar-azul {
    background-color: white;
    border-bottom: 2px solid #bf942d;
    border-top: 0;
    border-color: white white #bf942d;
    color: #00234e;
    border-radius: 0;
}

.navbar-nav > li > a
{
	/*padding: 5px 10px;*/
  color: #00234e;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	border-left: 10px solid #c79316 !important;
}

.navbar-menu > li > a:hover, .navbar-menu > li > a:focus{
	border-left: 10px solid #c79316 !important;
	background:#FFF !important;
	border-radius:0px !important;
}

.navbar-menu .open > a, .navbar-menu .open > a:hover, .navbar-menu .open > a:focus {
	border-left: 10px solid #c79316 !important;
}

.navbar-menu > li.active > a, .navbar-menu > li.active > a:hover, .navbar-menu > li.active > a:focus{
	background-color: #fff !important;
    color: #002e5f !important;
    font-weight: bold !important;
	border-left: 10px solid #FFF !important;
}

.navbar-menu > li.active{
	border-left: 10px solid #c79316 !important;	
}
.navbar-nav > li > a:hover {
  background: rgba(191,148,45,.125) !important;
}


.navbar
{
	min-height:30px;
}

.navbar-toggle
{
	/*margin-bottom: 3px;
	margin-right: 15px;
	margin-top: 3px;
	padding: 3px 10px;*/
  border:1px solid #bf942d;
}

.icon-bar{
  background-color: #bf942d;

}

.form-actions {
  margin: 0;
  background-color: transparent;
  text-align: center;
}

/*
jcapslide
*/

.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:18px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;

}

.navbar-nav .active a {
  background: rgba(191,148,45,.125) !important;
}
.tab-content {
  background: rgba(0,0,0,.125);
}
.rotate180 {
  transform: rotate(180deg);
}


.navbar-default{
color: #fff;
background-color: #ccc6c6;
border-color: #aca1a2;
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
	color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width: 90%;
margin-left: 400px;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color:#BF942B;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}


.megamenu2{
  padding: 20px 0px;
  width: 100%;

}
.megamenu2> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu2> li > ul > li {
  list-style: none;
}
.megamenu2> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu2> li ul > li > a:hover,
.megamenu2> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu2.disabled > a,
.megamenu2.disabled > a:hover,
.megamenu2.disabled > a:focus {
  color: #999999;
}
.megamenu2.disabled > a:hover,
.megamenu2.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu2.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }

  .megamenu2{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu2> li {
    margin-bottom: 30px;
  }
  .megamenu2> li:last-child {
    margin-bottom: 0;
  }

}

.item img {
  width:120%;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}
 
.carousel-control.left {
	top:40%
}

.carousel-control.right {
	top:40%
}

.carousel-caption {
  top:15%;
  text-align:left;
  height:auto;
}

.carousel-caption h2 { 
	line-height:160%
}

.carousel-caption h2 span {
	background:#428BCA;
	padding:10px 20px;
	color:#fff;
	border-left:3px solid #fff;
}

p.caption {
	padding:6px;
	text-shadow:none;
}

#redesSociales
{
	margin-right:400px;
}

.encabezados{
	margin-left:400px;	
}
	
.date-form { margin: 10px; }
label.control-label span { cursor: pointer; }


.nav {
  padding-left: 10px;
  margin-bottom: 0px;
  list-style: outside none none;
  padding-right: 10px;
}

.footer {
  text-align: center;
  color: #FFF;
  background-color: #2D2558;
}
	
#banners{
  margin-left: 600px;
  margin-top: -140px;
}


.ic_container {
    vertical-align: baseline;
    margin: 10px;
    position: relative;}
	
	.ic_caption {
    position: absolute;
    opacity: 0.6;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
    cursor: default;
}

.ic_text {
    padding: 5px;
    margin: 0px;
    text-align: justify;
    font-size: 11px;
}

div.description {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
background-color: #2D2558;
font-family: "tahoma";
font-size: 15px;
overflow: hidden;
opacity: 0.7;
}

.container-fluid {
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width : 768px){
  	.container-fluid {
      padding-right: 0px;
      padding-left: 12 px;
      margin-right: auto;
      margin-left: auto;
  }
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, transparent 100%);
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 5%;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    opacity: 0.4; 
	
	}
	
.sliders {
	position:relative;
	list-style-type: none;
	width: 100%;
	max-width:800px;
	margin: 0 auto 20px auto;
}

.sliders li {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	max-width:800px;
    background: whitesmoke;
}
 
.sliders ul {
  list-style:none;
  list-style-type:none;
}


.twitter-timeline{
  height:380px; !important
}

.twitter-timeline-rendered {
  height:380px; !important
}

.show-grid [class^="col-"] {
  background-color: rgba(00, 35, 78, 0.15);
  border: 1px solid rgba(00, 35, 78, 0.2);
  padding-bottom: 10px;
  padding-top: 10px;
}

.tituloDependencia {
    width: 100%;
    height: 103px;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    display:table;
    text-align:center;
    text-shadow: 3px 3px 3px black  ;
    color:#FFF;     
    font-family:serif;
    font-weight:100;      
}
.tituloDependencia > p,
.tituloDependencia > div {
    display:table-cell;
    vertical-align:middle;
    /*padding:20px;*/
 
    /*font-size:30px; */
}


@media(max-width:767px){.tituloDependencia{ font-size:20px; text-align: center;color:#00234e;text-shadow: 0px 0px 0px white;padding:20px}}
@media(min-width:768px){.tituloDependencia{ font-size:20px;text-align: center; }}
@media(min-width:992px){.tituloDependencia{ font-size:22px;text-align: center; }}
@media(min-width:1200px){.tituloDependencia{ font-size:26px; text-align: center; }}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #00234e;
  border-color: #00234e;
  font-weight: 200;
}

.list-group-item, .list-group-item:hover, .list-group-item:focus {
  font-weight: 200;
}

a {
  color: #00234e;
}

a:hover, a:focus {
    color: #bf942d;
    text-decoration: underline;
}

.newsContent p
{
  text-align: justify;
  font-size: 16px;
}

.newsDate
{
  margin: 0 0 10px;
  color: #333;
  font-size: 16px;
}

h2
{
border-bottom: 3px solid #bf942d;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

img.pull-left, .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.main-icons
{
font-size: 76px !important; 
text-align:center;
color:#00234e;
font-size:76px;
border-color: #bf942d;
width:90px;
}

.jumbotron
{
border: 1px solid #bf942d;
background-color: inherit;
}

.jumbotron-special
{
   position: relative;
}

.jumbotron-special:after
{
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/nubes-con-riu.png'); 
    width: 100%;
    height: 100%;
    opacity : 0.15;
    z-index: -1;
}

.btn
{
  background-color: #00234e;
  border-color: #00234e;
}

.codigo {
    margin-right: 10px;
    margin-top: -25px;
}
.codigo div {
    background-color: White;
    border: 2px solid Black;
    color: Black;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bolder;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 5px;
    text-align: center;
    width: 200px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


