.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body {
	-background: transparent url("/esp/fondo.png") no-repeat center center;
	-background-attachment: fixed;
	-background-repeat:repeat-y;

	---background-image: url(./esp/fondo.gif);
	---background-repeat: repeat;
	----background-attachment:fixed;
	----background-position: left;

	-background-image:url("../imgs/fondo.png"); 
	-background-position: top; 
	-background-repeat: no-repeat; 
	-background-attachment: fixed;

	--background: transparent url(/fondo5.jpg);
	--background-repeat: repeat;
	
	
}

#cuerpo {
	padding: 4px;
}

.stdiv {
	float: left;
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 5px 5px;
	height: 100px;
	width: 150px;
}

.stdivmain { 
	text-align: center;
}
.estFuenteDestacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

