@charset "utf-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-color: #000;
	background-image: url();
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(fondo.jpg);
}

#contenedor {
	width: 700px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

#tabla {
	width: 400px;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	margin-left: 0px;
}


#header {
	width: 700px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 25px;
}

#logo {
	width: ;
	height: ;
	height: 150px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}

#menu {
	width: ;
	height: ;
	height: auto;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-right: 25px;
	padding-right: 30px;
}

#titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin-bottom: 15px;
	width: 400px;
}

#titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EC8133;
	font-weight: bold;
	float: left;
	margin-bottom: 25px;
	width: 400px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-bottom: 25px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
	height: 35px;
	background-image: url(footerfondo.jpg);
	padding-top: 65px;
	text-align: center;
}


.letrachiquita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
