
.contenedor{
    width: 90%;
    margin: auto;
	font-family: 'Verdana';
}

.contenedor .titulo{
    font-size: 2rem;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

#pestanas {
    font-size: 12px;
    font-weight: bold;
}

#pestanas ul{
    margin-left: -40px;    
}

#pestanas li{
    list-style-type: none;
    text-align: center;
    background: #27c7f7;;
    border-radius: 5px;
    border: 2px solid #0c0f56;
    border-bottom: #0c0f56;
    padding: 0px 20px 0px 20px;
	color: #FFF;
	margin: 5px;
}

#pestanas a:link{
    text-decoration: none;
    color: #fff;
}

#contenidopestanas{
    clear: both;  
    background: #0c0f56;
    padding: 20px 20px;
    border-radius: 5px;
    border: 2px solid #0c0f56;
    width: 100%;	
    font-size: 10px;
	color: #FFF;
}