HTML BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(fondo.jpg);
}
.floatleft {
	float:left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left:10px;
}
#contenedor {
	position:relative;
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
	
}


.titulo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #660000;
	font-weight: normal;
	line-height: 120%;
}
.anotacion {
	padding: 20px;
	margin: 30px;
	background-image: url(fondo_claro.jpg);
}
.anotacion a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#CC3300;
}
.anotacion a:hover {
	color: black;
}

.menu {
	width: 650px;
	height: 23px;
	padding-left:50px;
	margin:0;
	list-style: none;
	text-decoration: none;
}

.menu li {
	float: left;
	margin:0 10px;
}

.menu li a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 251px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: top;
}

.menu .ini {
	background-image: url(bot-ini.jpg);
}

.menu .seg {
	background-image: url(bot-segu.jpg);
}

.menu .pri {
	background-image: url(bot-prim.jpg);
}

.menu .ter {
	background-image: url(bot-tercer.jpg);
}

.menu li a:hover { background-position: bottom; }

.menub {
	text-align:left;
	width: 650px;
	height: 60px;
	margin:0;
	list-style: none;
	text-decoration: none;
}

.menub li {
	padding: 0 15px;
	margin:5px;
	background: url(boton.gif) no-repeat left;
}

.menub li a:hover { color: #660000; }

#contenedor .nocolor {
	color:#f2eee3;
}

