@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,600,400);

html, body{
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}

body{
    background: #141922;
    background: -moz-linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0;
    background: -webkit-linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0; 
    background: -ms-linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0;
    background: linear-gradient(to bottom, #0c1016 0%, #141922 100%) no-repeat fixed 0 0;
    font-family:sans-serif;
    font-size:14px;
    width: 960px;
    padding: none;
}

a{
    text-decoration: none;
    color: #61ba9c;
    font-size: 20px;
    border: none;
    padding: 0px;
}

ol, ul {
    list-style: none;
}

li {
    text-decoration: none;
}

nav{
    margin: 120px 0 0 150px; 
}

header{
    font-weight: bold;
    font-size:25px;
    height: 150px;
    width: 960px;
    background: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo {
	float: left;
    margin: 20px 0 0 60px;
}

.logo-uba {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.logo-dgpc {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.video {
    height: 480px;
    width: 940px;
}

header nav{
    float: left;
    font-size: 8px   
}

header nav li{
    float: left;
    margin: 0 10px;  
}

header nav li a{
    font-size: 14px;  
}

.boton1 {
    background: none;
    padding: 3px 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0px 0 #373c3c;
}

.boton1:hover {
    color: #3B5998;
    box-shadow: 0 2px 0 0; 
}

.boton2 {
    background: #00A0E3;
    width: 150px;
    padding: 3px 3px;
    display: block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0px 0 #373c3c;
}

.boton2:hover {
    color: #3B5998;
    box-shadow: 0 2px 0 0; 
}

.rutas{
    width: 939;
    background: #dbdada;
    padding-left: 100px;
    padding-top: 25px;
    padding-bottom: 25px;

}

.caras {
    width: 470px;
    height: 260px;
    float: left;
    background-color: none;
}

section {
  width: 960px;
  background: #FFFFFF;
  min-height: 400px;
  margin: 15px 0;
  display: table;
}

section article {
  text-align: center;
  width: 940px;
  float: left;
  background: none;
  margin: 10px;
}

section article1 {
  text-align: left;
  width: 203px;
  height: 265px;
  float: left;
  margin: 0 10px 0 10px;
  padding: 5px; 
  background: grey; 
}

.portada {
  position: block;
  margin: 10px;
}
    
section aside {
  width: 230px;
  height: 900px;  
  float: left;
  margin: 0 7px 0 7px;
  color: #666;
  background: #D6E9D8;
}

p {
    text-align: left;
    font-size: 13px;
    margin: 10px;
    color: gray;
}

footer{
    text-align: left;
    font-size: 10px;
    bottom: 10px;
    width: 960px;
    height: 200px;
    background: #211f1f;
}

.video {
    height: 517px;
}

.foot {
    width: 300px;
    height: 115px;
    font-size: 11px;
    float: left;
    color: gray;
    background-color: #171717;
    padding: 20px 10px;
}

.foot1 {
    width: 940px;
    height: 50px;
    float: left;
    text-align: center;
    color: gray;
    background-color: #000000;
    padding: 10px;
}

H1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    color: #61ba9c;
    text-align: left;
    margin: 0 0 0 10px;
}

H2 {
    font-family: 'Open Sans';
    font-style: bold;
    font-size: 17px;
    color: #61ba9c;
    text-align: left;
    margin: 0 0 0 10px;
}

H3 {
    font-family: 'Open Sans';
    font-style: bold;
    font-size: 20px;
    color: black;
    text-align: left;
    margin: 0 0 0 10px;
}

H4 {
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 15px;
    color: #b1b1b1;
    text-align: left;
    margin: 0 0 0 10px;
}

H5 {
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 15px;
    color: darkgrey;
    text-align: left;
}

H6 {
    font-family: 'Open Sans';
    float: left;
    font-style: italic;
    font-size: 13px;
    color: dimgrey;
    text-align: left;
    margin: 0 0 0 10px;
}