#recent-works
{
	background-color: #92a8d1;
	 padding: 10px 0;
	color: black;
	font-family: "Georgia",Algerian; 
}
.blue {
  padding: 50px 0;
    
}


#titulotorta{
	text-align: center;
   	font-family: font1;
    color: #ED3237;
	font-size: 80px;
    font-weight: bold;
    align-content: center;
}

.table{
	background-color:#f6f1ed; 
	border-radius:10px;
	display:block;
	text-align: center;
	align-content: center;
	box-shadow:5px 10px 10px rgba(0,0,0,.7);
    transition: transform .2s;
	cursor: pointer;
	text-decoration: none;
	z-index: -5;
    padding: 10px;
    margin: 20px;
}




.table:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	cursor:pointer;
	z-index: 250;
}

.table2{
    align-content: center;
	background-color:#f6f1ed; 
	-border-radius:20px;
	display:block;
	padding: 4px;
    margin: 12px;
	box-shadow:5px 10px 10px rgba(0,0,0,.7);
	cursor: pointer;
	text-decoration: none;
	z-index: -5;
}
.table2  .thead-inverse{
	
    padding: 0px;
	height: 30px;
}


@font-face {
    font-family:font1;
    src: url(../fonts/ChopinScript.ttf);
    font-weight: bold;
}
.thead-inverse{
height: 40px;

}

#cabecera1,.thead-inverse{
height: 65px;
font-size: 20px;
font-family: font2;
vertical-align: middle;
}

@font-face {
font-family:font2;
src: url(../fonts/SCOOPBL.ttf);
font-weight: bold;
}