/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/08/2016, 10:35:54 PM
    Author     : Roberto Díaz
*/
body {
    background: rgba(240,240,240,0.8);    
} 
.contenedor{
    width: 1080px;
    margin: auto;
    background: darkblue;
    color: whitesmoke;
    padding: 20px 15px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
} 
.titulo{
    color: #bce8f1;
    font-size: 4ex;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}
#pestanas {
    float: top;
    font-size: 2.5ex;
    font-weight: bold;
}
#pestanas ul{
    margin-left: 0px;    
}
#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 2px -2px -0px;
    background: lightgrey;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid gray;
    border-bottom: whitesmoke;
    padding: 0px 20px 0px 20px;
}
#pestanas a:link{
    text-decoration: none;
    color: darkblue;
}
#contenidopestanas{
    clear: both;  
    background: whitesmoke;
    color: darkblue;
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid gray;
    width: 1025px;
}
