
/* 
    Created on : 11/11/2014, 10:27:44 PM
    Author     : Pablo Armando SaGoz
*/
#contenedor{
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: cadetblue; 
}
header{
    margin: 0.3px;
    padding: 0.3em;
    font-size: 2em;
    text-align: center;
}
#crm{
    padding: 1em;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    
}
#caratula{
  background: cadetblue;    
  border-radius: 3em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin-bottom: 0.3em;
}
#numb{
    border-radius: 3em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid cadetblue;    
    background-color: white;
    padding: 0.1em 0.5em;
    margin: 0;
    color: black;
    font-size: 3em;
}
ul{
    margin: 0px;
    list-style-type: none;
    padding: 0px 5%;
}
li{  
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    margin: 2px 0px;
}
li:nth-child(2n){
    color: black;
    background-color: white;
    border-left: 2px solid cadetblue;
    border-right: 2px solid cadetblue;
}
li:nth-child(2n+1){
    color: black;
    background-color: cadetblue;
}