body{
	background-color: #CCCCCC;
	color: #000033;
	margin: 0%;
	padding: 2%;
}
a img{
	border:0;
}
.estilo a
{
	text-decoration:none;
	color: #000033;
}
#color{
	border: thin dotted;
	border-color: #330066;
	background-color: #CCCCCC;
	color: #000033;
	clear: left;
	margin:5px;
	padding: 5px;
}
#migas{
	border: thin dotted;
	border-color: #330066;
	background-color: #CCCCCC;
	color: #000033;
	clear: left;
	margin:5px;
	padding: 5px;
}
#migas a{
	background-color: #CCCCCC;
	color: #000033;
}
#migas a:Hover{
	background-color: #CCCCCC;
	color: #000033;
	font-weight: bold;
}

#menu {
	background-color: #669966;
	color: #000033;
	font-weight: bold;
	float: left;
	width: 90px;
	padding: 10px;
	margin-left: 5px;
}
#menu ul{
	/*list-style: none;*/
	padding-left: 10%;
	margin-left:0%;
}
#menu li{
	padding-top: 10%;
}
#menu a{
	background-color: #669966;
	color: #000033;
	text-decoration:none;
	font-weight: normal;
}
#menu a:Hover{
	color: #000033;
	font-weight: normal;
	background-color: #99DDFF;
}

#cabecera {
	background-color: #99DDFF;
	color: #000033;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	border: solid;
	border-color: #FFCC99;
	margin-top: 5px;	
	margin-bottom: 5px;	
	margin-right: 5px;	
	margin-left: 120px;
	padding-left: 10px;
}
#cabecera a{
	background-color: #99DDFF;
	color: #000033;
}
#cabecera a:HOVER{
	background-color: #99DDFF;
	color: #000033;
	font-weight: bold;
}
#contenido {
	background-color: #FFCC99;
	color: #000033;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	border: solid;
	border-color: #99DDFF;
	margin-top: 5px;	
	margin-bottom: 5px;	
	margin-right: 5px;	
	margin-left: 120px;
	padding: 5px;
}
#contenido.Listas {
	background-color: #FFCC99;
	color: #000033;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	border: solid;
	border-color: #99DDFF;
	margin-top: 5px;	
	margin-bottom: 5px;	
	margin-right: 5px;	
	margin-left: 120px;
	padding: 5px;
	text-align:center;
}
#contenido.Listas h2{
	background-color: #FFCC99;
	color: #000033;
	font-weight: bold;
}
#contenido ul{
	text-align:left;
}
#contenido a{
	background-color: #FFCC99;
	color: #000033;
	text-align: center;
}
#contenido a:HOVER{
	background-color: #FFCC99;
	color: #000033;
	font-weight: bold;
	font-style: italic;
}
#contenido img {
	display: block;
	margin: auto;
	text-align: center;
}
#contenido span {
	display: block;
	margin: auto;
	text-align: center;
}
#contenido h2{
	background-color: #FFCC99;
	color: #000033;
	font-weight: bold;
}
#contenido h3{
	/*background-color: #FFFF99;*/
	color: #000033;
	font-weight: bold;
	text-align: center;
}
#contenido caption{
	background-color: #FFCC99;
	color: silver;
}
#contenido th{
	background-color: #CCFF99;
	color: #000033;
	text-align: center;
	border-width: 1px;
	border-style: dotted;
	border-color: #000033;
	padding: 5px;
}
#contenido th.Expansion{
	background-color: #FFFF99;
	color: #000033;
	text-align: center;
	border-width: 5px;
	border-style: outset;
	border-color: #000033;
	margin-top: 0px;
}
#contenido td{
	background-color: #CCCCCC;
	color: white;
	text-align: left;
	border-style: solid;
	border-color: #000033;
}
#contenido table{
	margin: 0px auto;
	text-align: center;
	border-width: 3px;
	border-style: double;
	border-color: #000033;
	padding: 5px;
}
#contenido dt{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#pie{
	text-align: center;
	clear:both;
	margin: 5px;
	padding: 5px;
	/*border: solid;
	border-color: white;*/
}