<!--
* {

	FONT-FAMILY: Tahoma,Verdana;
	FONT-SIZE: 8pt;
}

img{
	border:0px;
}

body {
	text-align:center;
	background: #FFFFF0 url("../imagenes/fondo_raya.gif");
}

select		{
	FONT-SIZE: 7pt;
}

input {
	border: 1px solid #0F0F0F;
}
textarea {
	border: 1px solid #0F0F0F;
}

input.sinborde {
	COLOR: #ffffff; 
	background-color: #800000; 
	border: 0px solid;
}

input.circulo {
	border: 0px solid;
}


/*estilo de la tabla que contiene la informacion del libro*/
table.libro {
	width:290px;
	margin-bottom:50px;
}

table.libro tbody{
}

table.libro tfoot{
}

table.libro td {
	padding:0px;
	margin:0px;
}

table.libro caption {
	color:#800000;
	font-weight:bold;
	text-align:left;
}

table.libro p img {
	border: 1px solid #000000;
	float:right;
}

table.enlaces {
	margin:10px auto;
	width:100%;
	text-align:center;
}

table.enlaces caption {
	border-bottom:1px solid #C0C0C0;
	text-align:center;
}


table.enlaces td {
	width:50%;
}

A.enlace:link, A.enlace:visited, A.enlace:active {
	font-weight: normal;
	COLOR: #D13F3F; 
	TEXT-DECORATION: underline;
}

A.enlace:hover {
	COLOR: #000000; 
}

#contenedor {
	background-color:FFFFF0;
	text-align:center;
	width:780px;
}
-->