#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	width: 980px;

}

#container {
	float: right;
	width: 980px;
	background-color: #000000;
	background-repeat: repeat;
}

#header {
	margin: 0 0 0px 0;
	background-color: #000000;
}

#side-a {
	float: left;
	width: 140px;
	background-color: #000000;
}

#side-b {
	float: right;
	width: 140px;
	background-color: #000000;
}

#content {
	float: left;
	width: 690px;	
	background-image: url(./imagenes/escudo.jpg);
	background-repeat: repeat;
}

#footer {
	background:#444444;
	width: 980px;
	float: left;
}

#titulo {
	float: left;
	width: 100%;
	font-family: "Century Gothic";
	font-size: 24px;
	color: #000066;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#subtitulo {
	float: left;
	width: 100%;
	font-family: "Century Gothic";
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.pie {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	margin-left: 15px;
}

.cuadros {
	margin-left: 15px;
}

.enviar {
	margin-left: 17px;
}

.bienvenido {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #FFFF11;
}
.logout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.clicks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
}
.tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Nombre {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.busquedas {
	font-family: "Copperplate Gothic Bold";
	font-size: 16px;
	font-weight: normal;
}
.titulo {
	font-family: "Copperplate Gothic Bold";
	font-size: 16px;
	font-weight: normal;
	color: #FFFF00;
}
.ofrecido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}
.texto {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 14px;
	text-indent: 10pt;
	color: #222222;
}
