body {
   background-color: #E8EBEC;
   background-image: url(imagenes/fondo.jpg);
   background-repeat: repeat-x;
	margin: 10 0 0 0px;
}

.datosTop {
	background-color: #FFFFFF;
	padding: 0 0 0 10px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

.contenido {
	background-color: #FFFFFF;
}

.menu {
	width: 200px;
	height: 30px;
	padding: 8 0 0 15px;
	background-color: #F5F5F5;
	margin-top: 5px;
}

.tdMenu {
	padding: 6 0 0 0px;
	width: 230px;
}

a:hover {
   font-family: Arial;
	font-size: 10px;
   text-decoration: underline;
	color: #666666;
}

a:link, a:visited {
   font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

.tdinfo {
	padding: 10 0 0 0px;
}

.texto10 {
   font-family: Arial;
	font-size: 10px;
}

.texto12 {
   font-family: Arial;
	font-size: 12px;
	line-height: 24px;
}

.textoMarca {
   font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0101FF;
	line-height: 24px;
}

.fotos {
	border: 1px solid #000000;
}

.borderIntro {
	border: 1px solid #666666;
}