body {
	background: #f4f4f2;
	font: 1.2em/20px "helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

a { color: #009BC3; font-weight: bold; }

a:hover { text-decoration: none;}

h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 20px;
}

p.leyenda{
	font-size: 1.3em;
}

.content p.small{
	font-size: 1.1em;
	margin: 0px;
}

p.indent {
	margin-left: 20px;
}

.divider-shadow {
	background: url("/images/divider-shadow.png") 0 0 no-repeat;
	background-size: 100%;
	border: 0;
	height: 20px;
	margin: 15px 0 22px 0;
	width: 100%;
}

@media (min-width: 768px) {
	.framed {
		margin: 0px auto;
		border-style: solid;
		border-width: 8px 9px 25px 8px;
		-moz-border-image: url(/images/box-shadow.png) 8 9 25 8 repeat;
		-webkit-border-image: url(/images/box-shadow.png) 8 9 25 8 repeat;
		-o-border-image: url(/images/box-shadow.png) 8 9 25 8 repeat;
		border-image: url(/images/box-shadow.png) 8 9 25 8 fill repeat;
	}
}

@media (max-width: 768px) {
	h4.leyenda { text-align: center; }
	.framed {
		margin: 0px auto;
		border-style: solid;
		border-width: 8px 9px 10px 8px;
		-moz-border-image: url(/images/box.png) 8 9 25 8 repeat;
		-webkit-border-image: url(/images/box.png) 8 9 25 8 repeat;
		-o-border-image: url(/images/box.png) 8 9 25 8 repeat;
		border-image: url(/images/box.png) 8 9 10 8 fill repeat;
		margin-bottom: 14px;
	}
}

@media (max-width: 995px) {			/* Colapsa el menú a 990px de ancho */
  nav.navbar { min-height: 110px; }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.framed:hover {
	opacity: 0.7;
}

nav {
	min-height: 130px;
}

.navbar-nav {
	margin-top: 20px;
	min-height: 90px;
}

nav, .footer {
	margin:0px;
	border-top: 1px solid #32C4DD;
	background-color: #0077AF;
	background-image: linear-gradient(to bottom, #01B2D3, #0077AF);
	/* required first in the list for IE11 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01B2D3), to(#0077AF));
	background-image: -webkit-linear-gradient(top, #01B2D3, #0077AF);
	background-image: -moz-linear-gradient(top, #01B2D3, #0077AF);
	background-image: -webkit-linear-gradient(top, #01B2D3, #0077AF);
	background-image: -o-linear-gradient(top, #01B2D3, #0077AF);
	background-image: ms-linear-gradient(to bottom, #01B2D3, #0077AF);
	-pie-background: linear-gradient(to bottom, #01B2D3, #0077AF);
}

nav .container { max-width: 980px;}

.jumbofooter { color: #ffffff; margin-top: 50px; }

.ancho-icono { width: 20px;}

.footer h3 {
	text-transform: uppercase;
	color: #FFF;
	display: block;
	font-size: 13px;
	letter-spacing: 0.5px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.row { margin-bottom: 20px; }

.fa-fw { width: 2em; }
.logo { width: 200px; height: 74px; margin: 0 auto; }



/* Menu navbar */

#navbar { background-color: transparent; }

#navbar a.dropdown-toggle { color: #ffffff; }

#navbar li.dropdown>a.dropdown-toggle:hover { background-color: #006C9F; }

#navbar li.dropdown.open>a.dropdown-toggle { background-color: #006C9F; }

.nav-title { text-transform: uppercase; font-weight: bold; }

.nav-description { display:block; clear: both; color: rgba(255, 255, 255, 0.6); }

ul.dropdown-menu { background-color: #006C9F; font-size: 1.1em; }

ul.dropdown-menu>li>a { margin-bottom: 10px; color: #ffffff; margin:10px; }

ul.dropdown-menu>li>a:hover { background-color: #009BC3; color: #ffffff; margin: 10px; border-radius: 4px 4px 4px 4px; }

.nav>li.open>a, .nav .open>a:focus, .nav .open>a:hover { background-color: red;}

div#navbar.navbar-collapse.collapse.in, div#navbar.navbar-collapse.collapsing { margin-top:10px;background-color: #006C9F; }

div#navbar.navbar-collapse.collapse.in .navbar-right .dropdown-menu { left:0px; }

.content { font-family: "Cantarell", Arial, sans-serif; }

.main-content { min-height: 650px; }

.container.content { max-width: 980px;}

.content h2 { color: #000000; }
.content p { font-size: 1.3em; color: #444; text-align: justify; line-height: 1.4em; margin-bottom: 20px;}

.content p.left { text-align: left; }

.well {
	border-top: 1px solid #32C4DD;
	background-color: #0077AF;
	background-image: linear-gradient(to bottom, #01B2D3, #0077AF);
	/* required first in the list for IE11 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01B2D3), to(#0077AF));
	background-image: -webkit-linear-gradient(top, #01B2D3, #0077AF);
	background-image: -moz-linear-gradient(top, #01B2D3, #0077AF);
	background-image: -webkit-linear-gradient(top, #01B2D3, #0077AF);
	background-image: -o-linear-gradient(top, #01B2D3, #0077AF);
	background-image: ms-linear-gradient(to bottom, #01B2D3, #0077AF);
	-pie-background: linear-gradient(to bottom, #01B2D3, #0077AF);
}

.well p {
	line-height: 23px;
	color: #ffffff;
	font-size: 1.5em;
}


/* Footer */
.footer p { color: #eeeeee; margin-bottom: 0px; font-size: 1.2em;}

.footer a { color: rgba(255, 255, 255, 0.6);}

.footer a:hover { text-decoration: none;}


/* Páginas secundarias */
.col-images {
	margin-top: 70px;
}

.img-shadow {
	margin: 0px auto;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 10px 24px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 24px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 24px -7px rgba(0,0,0,0.75);
}

.img-responsive {
    margin: 0 auto;
}

/* Equipo humano */
#tarjeta {
	width: 293px;
	height: 150px;
	background-image: url(/images/tarjeta.jpg);
	-webkit-box-shadow: 0px 10px 24px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 24px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 24px -7px rgba(0,0,0,0.75);
	margin: 20px auto;
}

#tarjeta a {
	text-decoration: none;
}

#tarjeta h3 {
	padding-top: 65px;
	padding-left: 10px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 1.4em;
}

#tarjeta h4 {
	padding-left: 10px;
	font-size: 85%;
}

/* Páginas personales */

.content li {
	list-style: none;
	list-style-type: circle;
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #444;
}


/* noticias portada */

.col-noticia h4, .col-noticia p {
	padding: 0% 5%;
}

small.text-right { margin-left: 20px; }
/* admin */

tr:hover { cursor: pointer; }

.form-control[readonly] { background-color: #ffffff; }

.valerror { display: none; }




.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  margin-top: 30px;
}

.navbar-toggle:before {
	margin-top: 32px;
	font-weight: bold;
	color: #ffffff;
	content:"Menú";
	left:-50px;
	top:4px;
	position:absolute;
	width:50px;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  margin: 0px;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.proteccion_datos tr { border-bottom: 1px solid #000000; }
.proteccion_datos td { padding: 20px 5px; }