body {
	background-image: url(img/fondo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.titulo {
	background-image: url(img/vanessa.gif);
	background-repeat: no-repeat;
}
.banderas {
	padding-top: 30px;
	padding-right: 30px;
}
#contenido {
	background-image: url(img/fondo_cuadro.jpg);
	background-repeat: repeat;
	width: 90%;
	min-height: 500px;
	min-width: 500px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	display: block;
}
.textoPeq {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a.listado {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a.listado:hover {
	color: #666666;
	text-decoration: none;
}
li {
	list-style-image: url(img/guion.gif);
	margin-left: 10px;
	margin-bottom: 20px;
}
.lupa {
	cursor: -moz-zoom-in;
	cursor: url("img/lupa.cur");	
}
.volver {
	text-align: right;
	vertical-align: bottom;
}
#bt_home {
	position: absolute;
	top: 50px;
	left: 120px;
	width: 500px;
	height: 70px;
	cursor: pointer;
}
.copy {
	font-family: Arial, Verdana, Times, serif;
	font-size: 11px;
	color: #333333;
}
