@charset "utf-8";

html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #A9A9A9;
	background-image: url(/media/imgs/general/fondo.png);
	background-repeat: repeat-x;
}
#contenedor {
	width: 992px;
	margin: auto;
}
#contenedor1 {
	width: 960px;
	float: left;
}
.sombra {
	float: left;
}
#header {
	width: 960px;
	height: 140px;
}
#info {
	width: 960px;
	float: left;
	background-color: #EEEEEE;
	padding-bottom: 10px;
}
#footer {
	width: 960px;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(/media/imgs/general/footer2.png);
	background-repeat: no-repeat;
	height: auto;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer a {
	color: #FFFFFF;
}
#footer .bt {
	font-size: 15px;
}
hr , #leri , #footerprint{
	display: none;
}
img {
	border:none;
}

