/*Elements*/
body{
 color:#ff0000;
}
h1{
 text-align:center;
 color:#ffc400;
}
em{
 font-style:normal;
 color: #cc0b1e;
}
a{
text-align:center;
height: 335px;
display:block;
}
a img{
 border:none;
 text-decoration:none;
}
/*Class*/
.button{
position:relative;
float:left;
height: 400px;
width: 290px;
}
.button-description{
 display:block !important;
 text-align:center;
}
.button-title{
 text-align:center;
}
/*ID*/
#content{
 width: 900px;
}
#button-container{
 width:900px;
 margin: 0 auto;
}
/*UNCORAZON*/
#uncorazon{
 color: #cc0b1e;
}
#uncorazon img{
 margin-top: 10px;
}
/*STUDIO*/
#studio{
 color:#ffc400;
}
#studio img{
 margin-top: 50px;
}
/*RICARDO*/
#ricardo{
 color:#ff0000;
}
#ricardo img{
 margin-top:10px;
}
a{
color:#ffffff;
}
a:visited{
 color:#ffffff;
}
