*{
    margin:0;
    padding:0;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
	margin:0px;
	color:#1b1b1b;
	background:#FFFFFF;
}



a{
	color:#686f98;
	text-decoration:none;
}

a:hover{
		color:#686f98;
		text-decoration:underline;

}

a:visited{
		color:#686f98;
			text-decoration:none;

}


.black{
    color:#000;
    background:#000 url(../images/black_vert.jpg) repeat-x bottom left;
}

.blanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6b6b;
	
	}

.blanco_Titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#6e6b6b;



}
.white{
    color:#000;
    background:#fff url(../images/white_vert.jpg) repeat-x bottom left;
}

.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
}
.menu ul li{
	float:left;
	padding:0px 13px;
	color:#971900;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	border-right: 1px solid #333;
}
.menu ul li a{
	display:block;
	color:#971900;
	text-decoration:none;
	font-weight: bold;

}
.menu ul li a:hover{
    text-decoration:none;
	color:#971900;
	text-decoration:none;
}


.nav{
	list-style:none;
	margin:0;

}

#main{
	width:950px;
	margin:auto;
}


.bloque1{
	float:left;
	width:345px;
	padding: 8px;
	color:#554538;
	font-size:12px;
	height: 191px;
}

.bloque2{
	float:left;
	width:220px;
	padding:8px;
	height: 191px;
}

.fl{
	float:left;
	}


.clear{
	clear:both;
}


.separador{
	height:60px;
}

.resaltar{
	color:#7E1802;
	font-weight:bold;
}


.qrcode{
	width:100px;
	margin:10px auto;
}

.red-ico{
	width:40px;
	float:left;
	padding-left:8px;
}

.redes{
	width: 150px;
	height:40px;
	margin: 8px auto;
	
}

.tabla{
	padding:8px;
}

.tabla td{
	padding:8px;
}


.description{
	font-size:11px;
}

.tabla2{
	padding:3px;
}

.tabla2 td{
	padding:3px;
}

.divisor{
	width:100%;
	border-bottom:1px solid #1b1b1b;
  margin:15px 0px;
}

.footer{
	width:950px;
	padding:8px;
	bottom:0px;
	margin:auto;
}


.logo{
	width:400px;
	height:180px;
	margin:auto;
	background:url(../images/boudika-logo-trans-LOW.png) no-repeat;
}



/* Header
----------------------------------------------- */
header {
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
header:after {
/*  background: url(../images/site/tab.png) no-repeat center top;
*/  bottom: 0px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  width: 100%;
  -moz-box-shadow: 2px 2px 3px #444;
-webkit-box-shadow: 2px 2px 3px #444;
box-shadow: 2px 2px 3px #444;
}
header h2 {
  color: #141414;
  display: none;
  font: normal 60px/60px "Tungsten", Helvetica, Arial, Verdana, sans-serif;
  margin: 60px 0;
  text-transform: uppercase;
}
header h2 i {
  color: #686868;
  font-style: normal;
}
header h2 span {
  display: none;
}
header ul {
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin: 0 0 0 -30px;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}
header ul li {
  display: inline-block;
  padding: 0 11px;
  border-right:1px solid #000;
}
/*header ul li:nth-child(2) {
  padding-right: 60px;
}
header ul li:nth-child(3) {
  padding-left: 60px;
}
*/header ul li a {
  color: #000;
    text-decoration:none;

}
header ul li a:hover {
  color: #971900;
   text-decoration:none;
}
header ul li a.current {
  color: #971900;
  text-decoration:none;
}
header a[href='/'] {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  bottom: -26px;
  height: 50px;
  display: block;
  left: 50%;
  margin: 0 0 0 -25px;
  overflow: hidden;
  position: absolute;
  width: 50px;
  z-index: 10;
}
header a[href='/'] span:first-child {
  background: #141414;
  border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 24px;
}
header a[href='/'] span:last-child {
  background: #686868;
  border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 24px;
}
header a[href='/']:after {
  background: url(../images/site/d.png);
  content: "";
  display: block;
  height: 19px;
  text-indent: -9999px;
  margin: 15px 0 0 18px;
  position: relative;
  width: 19px;
  z-index: 10;
}
header a[href='/']:hover span:first-child {
  background: #ffaaaa;
}
header a[href='/']:hover span:last-child {
  background: #ffaaaa;
}
header.full {
  position: absolute;
}
header.full h2:first-child {
  display: block;
}
header.full a[href='/']:after {
  display: none;
}
header.full a[href='/']:hover span:first-child {
  background: #141414;
}
header.full a[href='/']:hover span:last-child {
  background: #686868;
}

@media all and (max-width: 1024px) {
  header {
    position: absolute;
  }
  header h2:first-child {
    display: block;
  }
  header a[href='/']:after {
    display: block;
  }
  header a[href='/']:hover span:first-child {
    background: #141414;
  }
  header a[href='/']:hover span:last-child {
    background: #686868;
  }
  header ul {
    visibility: hidden;
  }
}
@media all and (max-width: 480px) {
  header h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  header ul {
    font-size: 10px;
    margin-left: -15px;
  }
  header ul li {
    padding: 0 6px;
  }
  header ul li:nth-child(2) {
    padding-right: 35px;
  }
  header ul li:nth-child(3) {
    padding-left: 35px;
  }
}


/* Sections
----------------------------------------------- */


section {
	min-height:700px;
}
section h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#971900;
	line-height: 35px;
}
section h3 {
  color: #141414;
  font: normal 20px/22px "Avenir", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}

section h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#971900;
	line-height: 20px;
}

/* Inicio
-----------------------------------------------*/

.inicio{
	width:100%;
	background:url(../images/inicio.jpg) no-repeat left;
	height:700px;
}


.redesfoot{
	margin-right:5px;
	margin-left:5px;
}

.links-foot{
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

.links-foot a:link{
	text-decoration:none;
	color:#000;
}

.links-foot a:visited{
	text-decoration:none;
	color:#000;
}


.gotop{
	position:fixed;
	right:20px;
	bottom:20px;
	
}

#rotator {
  background: url(../rotator.php) no-repeat left top;
  width:100%;
  height:700px;

}

.more-button{
	color:#FFFFFF;
	height:26px;
	border:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	background:#971900;
	padding:6px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #841700;

}


.more-button:hover{
	background:#AA1E00;
	cursor:pointer;
	color:#fff;
	text-decoration:none;

}


.more-button:visited{
	background:#971900;
	cursor:pointer;
	color:#fff;
	text-decoration:none;

}


.img-news{
	float:left;
	margin-right:20px;
}

.divisor{
	border:1px solid #ccc;
	margin:10px 0px 10px 0px;
	clear:both;
}

.smalls{
	font-size:11px;
	color:#999;
}
