/*importamos los estilos de composicion*/
@import url("composicion.css");


html, body{
    width: 100%;
}

body{
    font-family: "juraregular";
    background-color: #eae1b5;
}

.limpiar{
	clear:both;
}

/*table, td, th {
    border: 1px solid green;
}*/

h5, h6{
    display: inline-block;
    margin: auto;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 10px 60px 17px 60px;
    color:white;
    background:url(../genes/bg_show.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

h6 span{
    font-size: 22px;
}

h4{
    display: inline-block;
    margin: auto;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 10px 60px 17px 60px;
    color:white;
    background:url(../genes/bg_show3.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 60px;
    margin-bottom: 15px;
}

h4 span{
    font-size: 22px;
}

#galeria{
    font-size: 15px;
}

.thumb{
    display: none;
}

.noDisplay{display:none;}

.yesDisplay{display:none;}
