@charset "utf-8";
/* CSS Document */

html, body { overflow: hidden; }
html {
	min-height: 100%;
	height: auto;
}
* { outline: none; }
body {
	/*background: #FFF url(../images/degradado_body.png) repeat-x scroll left bottom;*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border: none; }
div#clear {
	clear: both;
}
div#header_line {
	background: transparent url(../images/top_line_bg.gif) repeat-x scroll 0 0;
	width: 100%;
	height: 6px;
}
.centrado {
	width: 1000px;
	margin: 0 auto;
}
.centradoheader {
	width: 825px;
	margin: 0 auto;
}
.centrado2 {
	width: 655px;
	margin: 0 auto;
}

div#derechos {
	color: #4e7fa0;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	padding-top: 5px;
}

div#footer div a {
	color: #FFF;
	text-decoration: none;
}