@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

*{
    margin: 0px;
    padding: 0px;
}


body {font-family: 'Titillium Web', sans-serif;
    background-color: rgba(0, 0, 0, 0.16);
    margin-top:0px;
    margin-left:0;
    margin-right:0;
    margin-bottom:20px;
    
}

    div#cari2 {
    background-color: #ffce00;
    width:95%;
    margin: auto;
    }

header {margin-top: 50px;
      margin-left: 15px;
      margin-right: 15px;
      background-color: #000;
      color: #ffce00;
      text-align: left;
      font-size: 30px;
    
}
div#logo{float: left;
margin-top: 5px;    
margin-left: 10px;
margin-right: 10px;}

main {margin-top: 15px;
      margin-left: 15px;
      margin-right: 15px;
     background-color: rgba(119, 3, 3, 0.43);
     color: rgba(255, 251, 251, 0.74);
     width:65%; float:left;
     display: block; text-align: center;
    
}

    nav ul {
        list-style: None;
        text-align: center;
        color: rgba(255, 251, 251, 0.74);
        }

    nav ul li {
        float:left;
        margin-right: 15px;
        display: inline-block;
        text-align: center;
        color: rgba(255, 251, 251, 0.74);
        
        }

    nav ul li a {
        background-color: rgba(199, 199, 199, 0.56);
        text-decoration: none;
        display: block;
        color: rgba(0, 0, 0, 0.74);
        text-align: center;
       
        }
    nav ul li a:hover { background-color: #f00;}                                                     

aside {margin: 5px;
      padding: 5px;    
      background-color: rgba(0, 0, 0, 0.43);
      color: rgba(255, 251, 251, 0.74);
      width:30%; float:right; display: block;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 15px;
}

footer {
    margin-left: 15px;
    margin-right: 15px;
    background-color: rgba(145, 7, 53, 0.36);
    clear:both;
}

                            
div.contenedor{
    width: 250px;
    height: 250px;
    background: #ffce00;
    margin: 10px;
    overflow: hidden;
}   

div.foto{
        width: 250px;
        height: 200px;
        background-color: #fff;
        overflow: hidden;
}

img.foto{
    display: block;
    width: 250px;
    height: 200px;
    
    }

div.titulo{ font-size: 15px;
            width: 250px;
            height: 50px;
            background-color: #000;
            color: #ffce00;
           }

div.botonera{
            margin-top: 30px;
            margin-bottom: 30px;
            margin-left: 30px;
            margin-right: 30px;}

div.negrita{    
    font-size: 15px;
    font-weight: bolder;
        */background-color: #ffce00;/
    margin-left: 5px;
    margin-bottom: 5px;
    color: black;
    
}

span.bold{font-weight: bold;
   margin-right: 5px;}


h1 span.italic{
 font-style: italic;
}

p{margin-left: 10px;
line-height: 25px;}

