body, a, p, h1, h2, h3, ul, li, img, div, table, tr, td {
	margin:0px;
	padding:0px;
	}
body {
	background-repeat: repeat-x;
	background-color: #999999;
}
h1 {
	border-bottom-style: inherit;
	border-bottom-width: 1px;
	padding: 10px 0px;
	margin-bottom: 20px;
	color: #990000;
}
#menu {
	background-image: url(../Imagenes/negro_transparente.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	margin-top: 20px;
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	height: 60px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	float: left;
}
#menu .activar {
	background-color: #FFFFFF;
	color: #000000;
}

#menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #0000CC;
}
#contenido table {
	width: 850px;
	margin: 25px;
	background-color: #000000;
	clear: both;
	text-align: center;
}
#texto_cuadro {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contenido img {

}





#todo {
	width: 900px;
	text-align: left;
	margin: 0px auto;
}
#logo {
	margin-bottom: 20px;
	overflow: auto;
	background-color: #000000;
}
#pie p {
	font-weight: bold;
}

#contenido {
	background-color: #FFFFFF;
}
#columna_grande {
	width: 600px;
	float: left;
	margin: 25px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-weight: bold;
	font-size: 18px;
}
#columna_pequeña {
	width: 200px;
	float: right;
	margin: 25px;
}
#pie {
	background-color: #000033;
	padding: 20px;
	font-size: 80%;
}

#pie ul {
	float: right;
	list-style-type: none;
}
#logo #titulo {
	color: #FFFFFF;
	font-size: 40px;
	padding-right: 250px;
	padding-top: 50px;
	padding-bottom: 50px;
	float: right;
	font-weight: bold;
}

#pie li {
	display: inline;
	margin: 0px 10px;
}
#pie a:hover {
	text-decoration: underline;
}
#pie a {
	color: #FFFFFF;
}

