/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Old+Standard+TT:400,400i,700');

/* reglas de estilo de elemento (universales) */
body{
background-image:url('../img/coffeebeansbackground.gif');
font-family: 'Old Standard TT', serif;
font-weight:400;
}

h1{
background-image:url('../img/backbeans.jpg');
border-top:solid 7px black;
border-bottom:solid 7px black;
border-radius:4px;
margin-top:5px;
padding-top:10px;
padding-left:10px;
color:#F9D505;
font-family: 'Kaushan Script', cursive;
font-weight:400;
font-size:30pt;
margin-bottom:0px;
}

h2{
font-family: 'Kaushan Script', cursive;
font-weight:400;
font-size:24pt;
color:#740202;
border-left:solid 15px black;
border-right:solid 15px #740202;
width:250px;
border-radius:40px;
padding-left:20px;
}

h3{
text-align:center;
border-top:dashed 1px gray;
border-bottom:dashed 1px gray;
}

a:link{color:red;text-decoration:none;}
a:visited{color:red;text-decoration:none;}
a:hover{color:orange;text-decoration:underline;}


p{
font-style:italic;
color:dimgray;
}

/* reglas de estilo de clase (reutilizables) */
.contenedor_maestro{
width:800px;
margin:auto;
background-color:rgba(255,255,255,.7);
border:solid 1px gray;
padding:10px;
margin-bottom:20px;
border-radius:15px;
}

.textocafe{
color:saddlebrown;
font-weight:700;
}
.textonaranja{
color:peru;
font-weight:700;
}

.celdas td{
width:200px;
height:200px;
text-align:center;
font-style:italic;
font-size:10pt;
}

.fotosgaleria img{
border-radius:10px;
}

.cafe{
    background-color: #703209;
}

/* reglas de estilo de id (únicas) */

#parrafofinal{
text-align:center;
font-style:italic;
color:dimgray;
font-size:10pt;
}

#fotocafe{
border:solid 1px black;
border-radius:18px;
padding:2px;
float:right;
margin-top:75px;
margin-right:30px;
margin-left:40px;
}













