@charset "utf-8";
#contenedor {
	height: 120px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #encabezado {
	height: 105px;
	width: 1000px;
	background-color: #1A1A1A;
	background-image: url(imagenes/linea.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 0px;
}
#contenedor #contenido {
	height: 480px;
	width: 1000px;
	background-color: #FFF;
}
#contenedor #pie {
	height: 140px;
	width: 1000px;
	background-color: #F2F2F2;
	background-image: url(imagenes/linea.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contenedor #contenido #menu {
	height: 480px;
	width: 146px;
	float: left;
}
#contenedor #contenido #slide {
	height: 480px;
	width: 854px;
	float: right;
}
#contenedor #encabezado table tr {
	margin: 0px;
}
#contenedor #pie #pie_img {
	margin: auto;
}
#contenedor #pie #pie_img {
	height: 55px;
	width: 880px;
	margin: 0px;
	padding-top: 70px;
	padding-left: 60px;
}
#contenedor #contenido #menu table {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-left: 13px;
	width: 120px;
	height: 373px;
	font-size: 12px;
	color: #F00;
}
#contenedor #contenido #menu table tr td strong {
	color: #4d4d4d;
	font-size: 16px;
}
