
body {
	background-color: #EBECEC;
}
-->
.button {
   border-top: 3px solid #ffffff;
   background: #920B0B;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff0808), to(#920B0B));
   background: -webkit-linear-gradient(top, #ff0808, #920B0B);
   background: -moz-linear-gradient(top, #ff0808, #920B0B);
   background: -ms-linear-gradient(top, #ff0808, #920B0B);
   background: -o-linear-gradient(top, #ff0808, #920B0B);
 
   color: white;
   font-size: 21px;
position: relative; 
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
	width:118px;
	height: 35px;
   }
.button:hover {
   border-top-color: #cf1717;
   background: #cf1717;
   color: #f7f7f7;
   }
.button:active {
   border-top-color: #f7e6f7;
   background: #f7e6f7;
   }

.tr{
   border-top-color: #ffffff;
   background: #f7e6f7;
   }

.Estilo10 {font-family: Aero; font-size: 16px; }

.Estilo14 {
	color: #000000;
	font-family: Aero;
}
.Estilo15 {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.Estilo16 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.estilodes
{
width:330px;
height:60px;
background:#d13124;
margin-left:80px;
margin-top:20px;


/* W3C */
transition-property:height width;
transition-duration:2s;

/* Firefox 4 */
-moz-transition-property:height width;
-moz-transition-duration:2s;

/* Safari and Chrome */
-webkit-transition-property:height width;
-webkit-transition-duration:2s;

/* Opera */
-o-transition-property:height width;
-o-transition-duration:2s;
}
div:hover
{
background:#d13124;
width:400px;
height:180px;
text-align:center;

}

