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

body {
	margin:0px auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

h1 {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#666;
}

.borde {
	border:#666 1px solid;
	color:#666
}

#fijo {
	width:100%;
	margin:0px auto;
	text-align:center;
	min-width:800px;
	background-image:url(images/fondo-fijo.png);
	background-repeat:repeat-x;
	background-position:top;
	position:fixed;
	height:55px;
	color:#CCCCCC;
	}

img {
	border:none
	}

#general {
	width:955px;
	margin:0px auto;
	min-height:100%;
	padding-top:45px;
	border:#CCC 2px solid;
	background-color:#FFFFFF;
	}

#pie {
	width:auto;
	text-align:center;
	margin:3px 3px 3px 3px;
	border:#666666 2px solid;
	background-color:#333333;
	color:#CCCCCC;
	font-weight:bold;
	}

.btn {
	background:#F90;
	border:#666 2px solid;
	color:#666;
	}


#fija-inferior {
	background:#407C94;
	border-top:#999999 2px solid;
	color:#CCCCCC;
	font-weight:bold;
	margin:0px;
	padding:0px;
	position:fixed;
	bottom:0px;
	left:0px;
	height:auto;
	width:100%;
	float:none
	}
