body {font-family: Fira;}
h1 {font: bold; color: #FF0000; font-size: 33px; text-align: center;}
h2 {font: bold; font-size: 20px;}
h3 {font: bold; color: #FF0000; font-size: 20px;}
p{ font: normal 11px; text-align:justify}
ol{ font: normal 10px; text-align:justify}

#AnchoPag {
width: 960px; /* Ancho de la etiqueta <div> */
margin: 15px auto; /* 15 pixeles de margen Superior e Inferior + "AutomÃ¡tico" Izquierda y Derecha*/
}

/* Se aplica estilo a la cabecera del cuerpo del documento <header> */
#Cabecera h1{
background: #5858FA;
display: block;
margin: 5px auto;
padding: 25px;
text-align: center;
font-size: 40px;
font-weight: bold; 
color: #FBFBEF;     
border: 1px solid #999999;
}

#Menu {
background: #CCCCCC;
padding: 5px 15px;
clear: both;
}

#Menu ul {
text-align: left;
list-style-type: none;
margin: 0px;
padding: 10px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCFF;
}

#Menu li {
display: inline;
list-style: none;
padding: 10px;
color: #5858FA; 
font-size: 20px;
font-weight: bold; 
}

#Seccion {
width: 620px;
display: block;
margin: 5px 15px;
float: left;
}

#Columna {
float: left;
width: 250px;
height: 350px;
margin: 20px 10px;
padding: 20px;
background: #CCCCCC;
}

/* Se aplica estilo al pie de la página <footer> */
#Pie {
margin: 20px 10px;
clear: both;    
text-align: center;
padding: 20px;
border-top: 2px solid #999999;
}

/* Estilo con tipo de letra. Fichero con nombre: FiraSansOT-Light.otf */
@font-face {
    font-family: 'Fira';
    src: url('FiraSansOT-Light.otf');
}