@charset "UTF-8";
html {
	background:url(../img/fondo.jpg) top center repeat-x #d4d4d4;;
}
img {
	border:none;
}
* {
	outline:none;
}
#contenedor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: auto;
	width: 950px;
}
.logo {
	float:left;
	width:950px;
	text-align:center;
	margin:30px 0 0 0;
}
#botones {
	width:900px;
	text-align:center;
	float:left;
	margin-left:50px;
	background:url(../img/sombra.png) 10px 70px no-repeat;
	padding-bottom:50px;
	margin-top:160px;
}
#botones a{
	float:left;
	margin-left:30px;
}
#footer {
	float:left;
	width:950px;
	text-align:left;
	padding:15px 0 0 0;
	background: url(../img/firma.png) center right no-repeat;
	border-top:solid 2px #cd3a3f;
	margin-top:20px;
	
}
