@charset "utf-8";
/* CSS Document */

body
{
  background-color: #577177;
  margin: 0px;
  padding: 0px;
}

article.principal
{
  background-image: url( '../images/home/fondo.jpg' );
  height: 700px;
  margin: 50px auto;
  position: relative;
  width: 1200px;
}

section.primaria
{
  height: 245px;
  margin: 20px;
  position: absolute;
  top: 280px;
  width: 1160px;
}

article.left
{
  border-right: 1px solid #127e8f;
  float: left;
  height: 245px;
  padding: 0px 20px;
  width: 540px;
}

article.right
{
  float: right;
  height: 245px;
  padding: 0px 20px 0px 40px;
  width: 519px;
}

div.titulo
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 30px;
  color: #13334f;
  font-weight: 200;
  margin-top: 0px;
}

p.primario
{
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size:18px;
  color:#13334f;
  font-weight:normal;
  width:520px;
  margin-top:50px;
  float:left;
}

img
{
  margin-top: 20px;
}

section.secundaria
{
  border-top: 1px solid #127e8f;
  bottom: 0px;
  height: 129px;
  position: absolute;
  right: 20px;
  width: 1160px;
}

article.columna
{
  float: left;
  height: 104px;
  margin-left: 20px;
  padding-top: 15px;
  width: 1100px;
}

div.cuadro_secundario
{
  width:10px;
  height:10px;
  background-color:#127e8f;
  margin-left:0px;
  margin-top:8px;
  float:left;
}

div.subtitulo
{
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size:30px;
  color:#13334f;
  font-weight:100;
  margin-top:0px;
  margin-left:20px;
}

p.secundario
{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #13334f;;
  font-weight:normal;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 0px;
  width: 1100px;
}

#wrapper {
  min-width:10px;
}

nav
{
  float: right;
  height: 200px;
  margin-right: 50px;
  margin-top: 90px;
  width: 514px;
}

nav ul {
  padding: 6px 0px 0px 0px;
  list-style-type: none;
  margin:35px 20px;
  background-color: #ffffff;
  float: right;
}
nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */
nav li ul {    
    background-color: #474749;
    position:absolute;
    left:0;
    top:40px; /* make this equal to the line-height of the links (specified below) */
    width:100px;
    margin-left: 20px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:100px; /* make this equal to the width of the sub nav above */
    margin:0;
}

/* style all links */
nav a {
  line-height:40px;
  padding: 0 15px 0 15px;
  margin:0 12px;
  color: #1bbfda;
  text-decoration:none;
  display:block;
  text-decoration: none;
  font-size:12px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-stretch: condensed;
}
nav a:hover,
nav a:focus,
nav a:active {
    color: #4bf4f6;
}

/* style sub level links */
nav li li a {
    border-bottom: solid 1px #1bbfda;
    margin:0 10px;
    padding:0;
}
nav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
	margin:0px 15px;
	
}

/* show arrows for dropdowns */
nav li.dropdown > a {
    background-image:url('images/arrow-down.png');
    background-position:right 10px;
    background-repeat:no-repeat;
}

nav li li.dropdown > a {
    background-image:url('imges/arrow-right.png');
    background-position:right 10px;
    background-repeat:no-repeat;
}