@import url('css/fonts.css');

@import url('css/reset.css');


html {
  height: 100%;
}
body {
  height: 100%;
  background: #d0d0d0;
  font-family: Calibri, Arial, verdana, sans-serif;
  font-size: 18px;
  color: #000;
  min-width: 930px;
}
.interna {
  opacity: 0;
}
.body_in {
  opacity: 1;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 300ms;
}
.body_out {
  opacity: 0;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 300ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/*====================================================================
	Header
====================================================================*/
#branding {
  width: 925px;
  height: 280px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#branding h1 {
  position: relative;
  z-index: 2;
  padding: 10px 0 0 10px;
}
#branding h1 a {
  display: block;
  background: url('images/logo200.png') no-repeat scroll top left;
  width: 200px;
  height: 200px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
#button {
  position: absolute;
  top: 0px;
  margin-top: 86px;
  left: 50%;
  margin-left: -336px;
  width: 190px;
  height: 96px;
  background-image: url('images/button.png');
  z-index: 10;
}
#button .download {
  width: 175px;
  height: 38px;
  position: relative;
  top: 28px;
}
#dropdown {
  position: absolute;
  top: 66px;
  left: 16px;
  width: 140px;
  height: 70px;
  background-color: #6A0000;
  border: solid 1px #A80000;
  border-top: none;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: none;
}
#dropdown ul {
  padding: 6px 0;
  padding-left: 0;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
#dropdown ul li {
  list-style: none;
}
#dropdown ul li a {
  display: block;
  padding: 4px 0 4px 6px ;
  text-decoration: none;
  color: #ffffff;
}
#dropdown ul li a:hover {
  text-decoration: underline;
}
#clouds {
  background: url('images/clouds.png') no-repeat scroll top left;
  width: 540px;
  height: 146px;
  position: absolute;
  left: 290px;
  top: 0px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 5;
}
.featured {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -417px;
  z-index: 1;
  width: 880px;
  height: 280px;
  border-bottom: 1px solid #A8A8A8;
}
.triangle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
}
.triangle .wrapper {
  width: 925px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.triangle .wrapper .image {
  background: url('images/header.png') left top;
  width: 3000px;
  height: 2000px;
  position: absolute;
  left: -2245px;
  top: 0;
}
/*====================================================================
	Menu
====================================================================*/
#menu {
  position: absolute;
  left: 50%;
  margin-left: 232px;
  z-index: 3;
  top: 0;
  z-index: 5;
  background: url('images/menu.png') no-repeat scroll left bottom;
  width: 231px;
  padding-bottom: 88px;
}
#menu .wrapper {
  background: #1f1f1f;
  padding: 40px 0 10px 30px;
}
#menu .wrapper h2 {
  color: #FFF;
  font-size: 39px;
}
#menu .wrapper h2 a {
  text-decoration: none;
  color: #FFF;
}
#menu .wrapper h3 {
  color: #d10000;
  font-family: 'EDPPreonLight', Calibri, Arial, Helvetica, sans-serif;
  font-size: 23px;
}
#menu .wrapper h3 a {
  text-decoration: none;
  color: #d10000;
}
#menu .wrapper ul {
  list-style: none;
  margin: 30px 10px 0px 0px;
}
#menu .wrapper ul li {
  display: block;
  margin-bottom: 7px;
}
#menu .wrapper ul li ul.children {
  display: none;
  margin: 7px 0 0 0px;
  padding-left: 20px;
  border-left: 1px dotted #666;
}
#menu .wrapper ul li ul.children a {
  font-size: 11px;
}
#menu .wrapper ul li ul.children ul.children {
  display: none;
}
#menu .wrapper ul li.current_page_item a {
  color: #d10000;
}
#menu .wrapper ul li.current_page_ancestor ul.children {
  display: block;
}
#menu .wrapper ul li.current_page_ancestor ul.children a {
  color: #FFF;
}
#menu .wrapper ul li.current_page_ancestor ul.children a:hover {
  color: #d10000;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_item a {
  color: #d10000;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_item ul.children {
  display: block;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_item ul.children a {
  color: #FFF;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_item ul.children a:hover {
  color: #d10000;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_item ul.children li.current_page_item a {
  color: #d10000;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children {
  display: block;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children a {
  color: #FFF;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children a:hover {
  color: #d10000;
}
#menu .wrapper ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.current_page_item a {
  color: #d10000;
}
#menu .wrapper ul li a {
  display: block;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}
#menu .wrapper ul li a:hover {
  color: #d10000;
}
/*====================================================================
	HOME 
====================================================================*/
#videoplayer {
  left: 50%;
  margin-left: -330px;
  position: absolute;
  top: 150px;
  z-index: 6;
  margin-top: -9999px;
  padding-bottom: 40px;
  background: url('images/video-shadow.png') left bottom;
}
#videoplayer .top {
  position: absolute;
  background: url('images/video-top.png') no-repeat scroll top left;
  width: 199px;
  height: 148px;
  left: 0px;
  top: 0px;
  pointer-events: none;
}
#videoplayer .bottom {
  position: absolute;
  background: url('images/video-bottom.png') no-repeat scroll top left;
  width: 40px;
  height: 25px;
  right: 0px;
  bottom: 37px;
  pointer-events: none;
}
#slices {
  height: 1830px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
#slices a.read {
  background: url('images/read.png') no-repeat scroll top left;
  width: 141px;
  height: 26px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
#slices .wrapper {
  width: 925px;
  margin: 0 auto;
  position: relative;
  background: #003366;
}
#slices .wrapper #slice1 {
  background: url('images/slice1.png') no-repeat scroll top left;
  width: 3000px;
  height: 1700px;
  position: absolute;
  left: -1460px;
  top: -360px;
}
#slices .wrapper #slice1 .chapeu {
  background: url('images/chapeu.png') no-repeat scroll top left;
  width: 470px;
  height: 271px;
  position: absolute;
  top: 655px;
  left: 50%;
  margin-left: -102px;
}
#slices .wrapper #slice1 .equipo {
  background: url('images/equipo.png') no-repeat scroll top left;
  width: 450px;
  height: 570px;
  left: 50%;
  margin-left: -77px;
  top: 690px;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
#slices .wrapper #slice1 #slice2 {
  background: url('images/slice2.png') no-repeat scroll top left;
  width: 1079px;
  height: 720px;
  position: absolute;
  top: 540px;
  left: 50%;
  margin-left: -164px;
}
#slices .wrapper #slice1 #slice2 .subcontent {
  width: 365px;
  margin: -15px 0 0 440px;
  font-size: 14px;
  line-height: 18px;
  display: none;
  position: relative;
  z-index: 2;
}
#slices .wrapper #slice1 #slice2 .subcontent p {
  margin-bottom: 1em;
}
#slices .wrapper #slice1 #slice2 .subcontent img {
  display: block;
}
#slices .wrapper #slice1 #slice2 .subcontent small {
  font-size: 11px;
  line-height: 11px;
  display: block;
}
#slices .wrapper #slice1 #slice2 #slice3 {
  background: url('images/slice3.png') no-repeat scroll top left;
  width: 1310px;
  height: 811px;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -612px;
  z-index: 2;
}
#slices .wrapper #slice1 #slice2 #slice3 .bola1 {
  background: url('images/bola1.png') no-repeat scroll top left;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 408px;
  top: 380px;
}
#slices .wrapper #slice1 #slice2 #slice3 .bola2 {
  background: url('images/bola2.png') no-repeat scroll top left;
  width: 132px;
  height: 132px;
  position: absolute;
  left: 466px;
  top: 368px;
}
#slices .wrapper #slice1 #slice2 #slice3 .subcontent {
  margin: 145px 0 0 540px;
  font-size: 15px;
  line-height: 20px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 {
  background: url('images/slice4.png') no-repeat scroll top left;
  width: 926px;
  height: 649px;
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -408px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 .cavalete {
  background: url('images/cavalete.png') no-repeat scroll top left;
  width: 333px;
  height: 230px;
  position: absolute;
  top: 280px;
  left: 480px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 .subcontent {
  width: 390px;
  margin: 95px 0 0 240px;
  font-size: 14px;
  line-height: 18px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 .subcontent p {
  margin-bottom: 0.6em;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 .subcontent span.red {
  font-size: 16px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #D10000;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 {
  background: url('images/slice5.png') no-repeat scroll top left;
  width: 1079px;
  height: 645px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -625px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 .subcontent {
  width: 330px;
  margin: 35px 0 0 320px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 {
  background: url('images/slice6.png') no-repeat scroll top left;
  width: 1104px;
  height: 538px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -418px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 .mosca1 {
  background: url('images/mosca.png') no-repeat scroll top left;
  width: 19px;
  height: 13px;
  position: absolute;
  left: 100px;
  top: 240px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 .mosca2 {
  background: url('images/mosca.png') no-repeat scroll top left;
  width: 19px;
  height: 13px;
  position: absolute;
  left: 213px;
  top: 230px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 .subcontent {
  margin: 75px 0 0 330px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 #slice7 {
  background: url('images/slice7.png') no-repeat scroll top left;
  width: 926px;
  height: 538px;
  position: absolute;
  top: 290px;
  left: 50%;
  margin-left: -511px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 #slice7 .subcontent {
  margin: 25px 0 0 240px;
}
#slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 #slice7 .top {
  position: absolute;
  bottom: -60px;
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url('images/top.png') no-repeat scroll top left;
  width: 115px;
  left: 50%;
  margin-left: -140px;
  height: 132px;
}
.button2,
.button3,
.button4,
.button5,
.button6,
.button7 {
  position: absolute;
  left: 50%;
  margin-left: -147px;
  display: block;
  top: 0;
  text-decoration: none;
  width: 141px;
  height: 27px;
  z-index: 10;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}
.button2 {
  top: 611px;
}
.button3 {
  top: 741px;
  margin-left: -120px;
}
.button4 {
  top: 1026px;
  margin-left: -172px;
}
.button5 {
  top: 1266px;
  margin-left: -255px;
}
.button6 {
  top: 1436px;
  margin-left: -124px;
}
.button7 {
  top: 1658px;
  margin-left: -173px;
}
.seta1,
.seta2,
.seta3,
.seta4,
.seta5,
.seta6,
.seta7 {
  position: absolute;
  left: 50%;
  margin-left: -79px;
  display: block;
  top: 0;
  text-decoration: none;
  width: 83px;
  height: 81px;
  z-index: 5;
}
.seta1:focus,
.seta2:focus,
.seta3:focus,
.seta4:focus,
.seta5:focus,
.seta6:focus,
.seta7:focus {
  outline: none;
}
.seta1 div,
.seta2 div,
.seta3 div,
.seta4 div,
.seta5 div,
.seta6 div,
.seta7 div {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 83px;
  height: 81px;
  display: none;
}
.seta1 {
  top: 209px;
  background-image: url('images/setas/1.png');
}
.seta1 div {
  background-image: url('images/setas/1_up.png');
}
.seta2 {
  top: 411px;
  background-image: url('images/setas/2.png');
}
.seta2 div {
  background-image: url('images/setas/2_up.png');
}
.seta3 {
  top: 629px;
  background-image: url('images/setas/3.png');
}
.seta3 div {
  background-image: url('images/setas/3_up.png');
}
.seta4 {
  top: 846px;
  background-image: url('images/setas/4.png');
}
.seta4 div {
  background-image: url('images/setas/4_up.png');
}
.seta5 {
  top: 1052px;
  background-image: url('images/setas/5.png');
}
.seta5 div {
  background-image: url('images/setas/5_up.png');
}
.seta6 {
  top: 1266px;
  background-image: url('images/setas/6.png');
}
.seta6 div {
  background-image: url('images/setas/6_up.png');
}
.seta7 {
  top: 1546px;
  background-image: url('images/setas/7.png');
  height: 83px;
}
.seta7 div {
  background-image: url('images/setas/7_up.png');
}
.zap-index {
  display: none;
}
/*====================================================================
	Contenido
====================================================================*/
#main {
  position: relative;
  z-index: 2;
  width: 925px;
  margin: 40px auto 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #9C9C9C;
}
#content {
  width: 600px;
  margin-left: 50px;
  float: left;
}
#content header {
  margin-bottom: 30px;
}
#content header h1.entry-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
#content header h1.entry-title span {
  font-size: 26px;
}
#content .entry-content {
  font-size: 12px;
  color: #111;
}
#content .entry-content h2 {
  font-size: 24px;
  font-family: Calibri, Calibri, Arial, Helvetica, sans-serif;
  color: #d10000;
  margin: 1.5em 0;
}
#content .entry-content h2.grey {
  font-size: 24px;
  color: #666;
}
#content .entry-content h3 {
  font-size: 18px;
  color: #d10000;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#content .entry-content h3.grey {
  font-size: 20px;
  color: #666;
}
#content .entry-content h4 {
  font-size: 14px;
  /*font-family: Calibri, Calibri, Arial, Helvetica, sans-serif;*/

  color: #d10000;
  margin-bottom: 1.4em;
}
#content .entry-content h5 {
  font-size: 12px;
  font-family: Calibri, Calibri, Arial, Helvetica, sans-serif;
  color: #d10000;
  margin-bottom: 0.4em;
}
#content .entry-content p {
  line-height: 18px;
  margin-bottom: 1.5em;
}
#content .entry-content p small {
  font-size: 11px;
  line-height: 11px;
}
#content .entry-content blockquote {
  color: #6D6E71;
  font-size: 18px;
  margin: 1em 0;
  font-family: Calibri, Calibri, Arial, Helvetica, sans-serif;
}
#content .entry-content blockquote p {
  line-height: 22px;
}
#content .entry-content blockquote + p small {
  margin-top: -25px;
  color: #666;
}
#content .entry-content img {
  display: block;
}
#content .entry-content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
}
#content .entry-content a {
  color: #a10415;
  text-decoration: none;
}
#content .entry-content a:hover {
  text-decoration: underline;
}
#content .entry-content a[href$=".pdf"] {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  min-height: 24px;
  background: url('images/pdf.png') left top no-repeat;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#content .entry-content ul {
  margin: 0 0 20px 10px;
}
#content .entry-content ul li {
  padding-left: 13px;
  margin-bottom: 10px;
  list-style: none;
  line-height: 17px;
  background: url('images/bullet.png') no-repeat scroll left 6px;
}
.page-template #content {
  width: 500px;
}
#sidebar {
  float: right;
  width: 310px;
  margin-top: 320px;
}
#sidebar .media-lateral p.thumb img {
  margin: 0;
}
#sidebar .media-lateral p.thumb a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#sidebar .media-lateral a {
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}
#sidebar .media-lateral:hover a {
  color: #d10000;
}
/*====================================================================
	Footer
====================================================================*/
footer#colophon {
  clear: both;
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
footer#colophon a {
  display: block;
  background: url('images/top.png') no-repeat scroll top left;
  width: 115px;
  height: 132px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
/*====================================================================
  Helpers
====================================================================*/
/* Increase the size of the content area for templates without sidebars */
.full-width #content, .image-attachment #content, .error404 #content {
  margin: 0;
}
/* Text meant only for screen readers */
.screen-reader-text, .assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* =Images
-------------------------------------------------------------- */
a img {
  border: none;
}
p img {
  margin-bottom: 0.5em;
  /* a small bottom margin prevents content floating under images */

}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
img.alignleft {
  margin-right: 1em;
}
img.alignright {
  margin-left: 1em;
}
.wp-caption {
  padding: .5em;
  text-align: center;
}
.wp-caption img {
  margin: .25em;
}
.wp-caption .wp-caption-text {
  margin: .5em;
}
.wp-smiley {
  margin: 0;
}
.clear {
  clear: both;
}
/*====================================================================
	Media Queries
====================================================================*/
@media screen and (max-width: 930px) {
  #slices, .triangle {
    width: 930px;
  }
  #videoplayer,
  #button,
  #menu,
  .featured {
    left: 465px;
  }
  .seta1,
  .seta2,
  .seta3,
  .seta4,
  .seta5,
  .seta6,
  .seta7,
  .button2,
  .button3,
  .button4,
  .button5,
  .button6,
  .button7 {
    left: 465px;
  }
  .triangle .wrapper .image {
    background: url('images/header-small.png') left top;
    width: 1027px;
    height: 565px;
    position: absolute;
    left: -275px;
    top: 0;
  }
}
/*====================================================================
	IE7 Hacks ... Arrgh! :(
====================================================================*/
#ie7 #slices .wrapper #slice1 #slice2 .subcontent {
  width: 360px;
}
#ie7 #slices .wrapper #slice1 #slice2 #slice3 .subcontent {
  padding-top: 152px;
}
#ie7 #slices .wrapper #slice1 #slice2 #slice3 #slice4 .subcontent {
  padding-top: 100px;
}
#ie7 #slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 .subcontent {
  padding-top: 50px;
}
#ie7 #slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 .subcontent {
  padding-top: 70px;
}
#ie7 #slices .wrapper #slice1 #slice2 #slice3 #slice4 #slice5 #slice6 #slice7 .subcontent {
  padding-top: 0px;
}
#ie7 #content header h1.entry-title {
  padding-top: 40px;
}
#ie7 #sidebar {
  margin-top: 420px;
}
#ie7 .button2 {
  top: 626px;
}
#ie7 .button3 {
  top: 748px;
  margin-left: -119px;
}
#ie7 .button4 {
  top: 1028px;
  margin-left: -112px;
}
#ie7 .button5 {
  top: 1280px;
  margin-left: -313px;
}
#ie7 .button6 {
  top: 1430px;
  margin-left: -122px;
}
#ie7 .button7 {
  top: 1658px;
  margin-left: -171px;
}

