.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #0593BD;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
ul {
	margin: 0px;
	padding: 0px;
}
.General {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	background-color: #e5e5e5;
}
#wrapper {
	margin:0 auto;
	width: 1000px;
	background-color: #FFF;
}
#wrapper #header {
	height: 80px;
}
#wrapper #header #h_logo {
	float: left;
	height: 80px;
	width: 960px;
}
#header #h_nombre {
	float: left;
	height: 80px;
	width: 960px;
}

#footer {
	background-repeat: no-repeat;
	margin:0 auto;
	width:1000px;
}
#footer #f_txt {

	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6A6A6A;
	border-bottom-color: #6A6A6A;
	margin-right: auto;
	margin-left: auto;
}
#footer .legales {
	font-size: .70em;
	text-align: center;
}
