@font-face{
 font-family: 'EuroStyle';
 src: url('../fuentes/Eurostyle.eot');
}
@font-face{
 font-family: 'EuroStyle';
 src: url('../fuentes/Eurostyle.ttf');
}
body {
	background-color: #5C5C5C;
	font-family:EuroStyle;
}
img{
	border:0;
}
a{
	color:white;
	text-decoration:none;
	text-shadow:3px 3px 2px #495703;
}
a:hover{
	color:#495703;
	text-shadow:3px 3px 2px white;
}
h1, h2{
	margin:0;
	padding:0;
}
.all{
	border:3px solid #f5f9ef;
	width:423px;
	box-shadow:0px 0px 10px black;
	margin:30px auto;
}
.header{
	position:relative;
	height:100px;
	background-color: #5ba720;
	background-image: -moz-linear-gradient(top,#90c637,#5ba720);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#90c637),to(#5ba720));
	background-image: -webkit-linear-gradient(top,#90c637,#5ba720);
	background-image: -o-linear-gradient(top,#90c637,#5ba720);
	background-image: linear-gradient(to bottom,#90c637,#5ba720);
	background-repeat: repeat-x;
	/* IE 6 y 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0090c637', endColorstr='#005ba720', GradientType='0');
	/* IE 8 y 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0090c637', endColorstr='#005ba720', gradientType='0')";
}
.header-inner{
	padding:20px 0px 0px 15px;
	color:white;
	text-shadow:2px 2px 4px black;
	font-size:22px;
}
.header .logo{
	position:absolute;
	right:25px;
	top:25px;
}
.title{
	background:#495703;
	color:white;
	text-align:center;
	font-size:14px;
	padding:3px 0px;
	text-shadow:2px 2px 4px black;
}
.content{
	background:white;
	padding:20px 0px 10px 0px;
}
.footer{
	text-align:center;
	padding:5px 0px 10px 0px;
	font-weight:bold;
	background-color: #5ba720;
	background-image: -moz-linear-gradient(top,#5ba720,#90c637);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5ba720),to(#90c637));
	background-image: -webkit-linear-gradient(top,#5ba720,#90c637);
	background-image: -o-linear-gradient(top,#5ba720,#90c637);
	background-image: linear-gradient(to bottom,#5ba720,#90c637);
	background-repeat: repeat-x;
	/* IE 6 y 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005ba720', endColorstr='#0090c637', GradientType='0');
	/* IE 8 y 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005ba720', endColorstr='#0090c637', gradientType='0')";
	
}
.boto{
	width:70px;
	height:28px;
	background-color:#66ad24;
	font-weight:bold;
	color:white;
	margin:5px 20px;
}
.boto:hover{
	background-color:#495703;
}
