@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

*{
    box-sizing: border-box;
}

body {
    background-color: #f7f5fb;
	font-family: 'Roboto Condensed', sans-serif;
}

main {
	width: 960px;
	background-color: #f7f5fb;
	margin:auto;
}

header {
	height: 68px;
	width: 100%;
	background-color: #f7f5fb;
}

h1 {
  color: #009c84;
  font-size: 50px;
}


h2 {
    font-size: 20px;
    letter-spacing: 2px;
}

h3 {
    text-decoration: none;
  color:#083249;
  font-size: 15px;
  text-align: center;
      margin-left: 45px;
}

h4 {
  color:#083249;
  font-size: 12px;
  text-align: left;
}

h5 {
    color: #083249;
    font-size: 50px;
    margin-top: 40px;
    line-height: 0.7;
    text-align: center;    
}

p {
    color: #083249;
    font-size: 14px;
    text-align: justify;
    word-break: break-all;
}

p2 {
   color: #d20f50;
    font-size: 12px; 
}

a{
   text-decoration: none; 
}


img {
  background: transparent;
  display: block;
  margin-left: 60px;
  max-width: 95%;
}

li#tp {
   background-color: lightgrey;
}

header section {
width: 100%;
height: 30px;
margin-top: 25px;
}


header div#logo-danza {
	float:left;
}

header div#logo-acumar {
	float:right;
	margin-top:20px;
}

header section div#encabezado {
    border-top: 1px solid #083249;
    border-bottom: 1px solid #083249;
    height: 30px;
    width: 960px;
    position: absolute;
}

header section div#encabezado nav {
	background:transparent;
}

header section div#encabezado nav ul {
	list-style:none;
	padding-left:0;
	margin:0;
	overflow:hidden;
}

header section div#encabezado nav > ul > li {
	float:left;
    width: 140px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
      text-align: center;
}

header section div#encabezado nav ul li a {
	text-decoration:none;
	color:#083249;
	display:block;
    font-size: 15px;
    letter-spacing: 2px;
    padding:5px 5px;
}

header section div#encabezado nav ul li a:hover {
	background:#d20f50;
	color:#083249;
    width:140px;
    height:30px;
}

header section div#encabezado nav > ul > li:hover div {
	display:table;
}

/*Submenu*/
header section div#encabezado nav ul li div {
	width:140px;
    position: absolute;
	background:#083249;
	box-sizing:border-box;
	display:none;
    z-index: 100;
}

header section div#encabezado nav ul li div ul {
	display:table-cell;
    box-sizing:border-box;
}



header section div#encabezado nav ul li div ul .titulo {
	background:#009c83;
	color:#e54c1b;
    border: 1px solid #d20f50;
}

header section div#encabezado nav ul li div ul .titulo a {
	color:#d20f50;
}
 

header section div#encabezado nav ul li div ul .titulo a:hover {
	background:none;
}

header section div#encabezado nav ul li div ul li{
    width:140px;
    height:30px;
}

header section div#encabezado nav ul li div ul li a {
	color: #f7f5fb;
	font-size: 12px;
    letter-spacing: 0px;
}

section.arbol  {
    margin-top: 50px;
    width: 960px;
    clear: both;
    float: left;
}

section.arbol div {
    width: 632px;
    background-color: #009c83;
}

section.arbol ul li {
  list-style: none;
}

section.arbol h2 {
    margin-left: 20px;
    padding-top: 1px;
    color:white;
}

section.modulo4 {
    background-color: white;
    margin-top: 50px;
    clear: both;
    float: left;
}

section.modulo4 ul {
    padding-left: 0px;
}

section.modulo4 ul li {
    display: block;
    float: left;
    width: 220px;
    margin-right: 20px;
}


section.estrat {
    clear: both;
    float: left;
    margin-bottom: 50px;
      margin-top: 30px;
}

section.estrat ul {
    padding-left: 0px;
}

section.estrat ul li {
    display: block;
    float: left;
    width: 300px;
    margin-right: 20px;
}

section.estrat ul li h1 {
  text-align: center;
  line-height: 0px;
}

section.estrat ul li img{
  margin-left: 30px;
}

section.modulo2 {
    clear: both;
    float: left;
    width: 642px;
}

section.modulo2 div {
    background-color: #009c83;
}

section.modulo2 ul {
    padding-left: 0px;

}
section.modulo2 ul li {
      display: block;
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 30px;
}

section.modulo2 h2 {
    margin-left: 20px;
    padding-top: 1px;
    color:#f7f5fb;
}


aside {
	width: 300px;
  float: right;
}

aside div {
    width: 300px;
  background-color: #009c83;
  margin-left: 10px;
}

aside div h2 {
    margin-left: 20px;
    padding-top: 1px;
    color:#f7f5fb;
}

aside ul {
    display: block; 
  padding-left: 20px;
  margin-top: 40px;
  margin-left: 10px;
  border-left: solid 2px #19908e;
}

aside ul li {
    display: block;
  margin-bottom: 40px;
}





























footer {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    border-top: solid 2px #083249;
}

footer nav ul {
  padding: 0;
}

footer nav ul li {
  float: left;
  width: 140px;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

footer nav ul li h4 {
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 10px;
}

footer nav ul li p2 {
    color: #083249;
}

footer nav ul li div#cositas {
    margin-top: 20px;
    width: 140px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
}

footer nav ul li div#f h4 {
    width: 280px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    }

footer nav ul li div#f p2 {
    width: 280px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
    word-break: break-all;
    }
