html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family:'Trebuchet MS', 'Verdana';
	/*background:#7FA530;*/
	background:#7FA530 url('../img/fondo.gif');
	background-attachment:fixed;
	background-position: 0;
}
#cont {
	/*para quitar publicidad*/
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	width:100%;
	height:100%;
}
a {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color:#7FA530;
}
.menu {
	padding-right:30px;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
}
table.percal {
	background:url('../img/Imagen003.jpg');
}
.titulo {
	padding-top:20px;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
}
.contenido {
	padding-left:20px;
}
/*body.ifr {
	background:#000000 url('../img/Imagen003.jpg');
	background-attachment:fixed;
	background-position: -22px -52px;
	font-size:12px;
	color:#ffffff;
}*/

div.float {
	float: left;
	margin:10px;
	/*width:200px;
	height:240px;
	text-align:center;
	border:1px solid #ff0000;*/
}

div.float p {
	text-align: center;
	margin:0;
	font-size:12px;
}

img.foto {
	border:1px solid #ffffff;
}

img.foto:hover {
	border:1px solid #7FA530;
}

img {
	border:0;
}

div.ifr {
	overflow:auto;
	width:700px;
	height:166px;
	font-size:12px;
	color:#ffffff;
}