/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

body {
background-size: 100%;
background-attachment: fixed;
font-family:sans-serif;
font-size:12px;
}
    
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  color:#261704;
  text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

a {
  color: #261704;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

p {line-height:1.1em;}
/*li:nth-child(even) {background: rgba(170,132,81,0.1)}
li:nth-child(odd) {background: rgba(170,132,81,0.2)}*/

#container {
	background:rgba(255,255,255,1);
	border: 1px solid white;
	border-top: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.8),0 0 25px rgba(255,255,255,0.8) inset;
	}
/**********************HEADER*****************************/

/**********************BODY*****************************/
.InfoHeader {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: auto;
  padding: 15px;
  position: absolute;
  width: auto;
  text-shadow: 0 0 5px black;
}
.InfoHeader h3{
	line-height: 26px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0px;}
.InfoHeader a { color:white; }
.InfoHeader .teaser {
	color:#ccc;
}
.listnews ul {margin:0; } 
.listnews li {
  list-style:none;
  border-bottom:1px dotted #999999;
  padding:3px 5px; }


/**********************FOOTER*****************************/

.footer {
	background:rgb(60, 116, 177);
	min-height:100px;
    padding:25px 0 10px;
    text-align:left;
	position:relative;
	bottom:0;
    color:white;
    /*border-radius: 3px 3px 0 0;*/
    border-bottom:none;
    box-shadow: 0px 1px 7px 0 rgba(4, 57, 114, 0.9) inset;}
	.footer h3{
	color:white;
	text-shadow:0 0 3px rgba(4, 57, 114, 0.9);
	text-align:center;
;}
.footer a{
color: whitesmoke;
text-shadow:0 0 3px rgba(4, 57, 114, 0.9);
}
.footer a:hover{
border-bottom:1px dotted whitesmoke;
}
.footer .span4 {
border-right:1px dotted whitesmoke;}

.footer  address {
  margin-left:30px;
 }



/**
*/
			#featured2 .thumbnail {
				min-height:300px;
				border-top:none;
				border-bottom:none;
				border-radius:0;
				box-shadow:none;
			}

			#columnasdenoticias .thumbnail{
				border-top:none;
				border-bottom:none;
				border-radius:0;
				box-shadow:none;
				min-height:400px;
			}

			#columnasdenoticias .thumbnail p{
				/*line-height:1em;*/
			}

			.thumbnails h3 {
				font-family:Arial;
				font-size:14px;
				text-transform:none;
				font-weight:bold;
				border-top:3px solid;
				padding-top:5px;
				margin-top:0;

			}
			.thumbnails #c1 h3, .thumbnails #c1 h3 a {
				color: #0072BC;
				border-color:#0072BC;
			}
			.thumbnails #c2 h3, .thumbnails #c2 h3 a {
				color: #ED1C24;
				border-color:#ED1C24;
			}
			.thumbnails #c3 h3, .thumbnails #c3 h3 a  {
				color: #8DC63F;
				border-color:#8DC63F;
			}
			.thumbnails #c4 h3, .thumbnails #c4 h3 a  {
				color: #C8215D;
				border-color:#C8215D;
			}
			.thumbnails #c5 h3, .thumbnails #c5 h3 a  {
				color: #00AAAD; 
				border-color:#00AAAD;
			}
			.thumbnails #c6 h3, .thumbnails #c6 h3 a  {
				color: #FAA61A;
				border-color:#FAA61A;
			}


			#mapa {
				height:500px;
			}

			.titulosinimagen {
				border-top:1px solid #ccc;
				padding-top:10px;
			}
