/* CSS Document */

	body {
		 background: url("images/Wb02201_.gif");
		 margin-top:5px;
		 }
	.tabla {
		width:634px;
/*		border:2px dotted #f80000;*/
		margin-left:auto;
		margin-right:auto;
		border-spacing:0px;
		}
	p { 
		font-family:times,serif,arial;
		font-size:1em;
		}
	.tabla td {
		border:1px dotted #f80000;
		}
	.tabla th {
		width:634px;
		height:200px;
		color:#cccccc;
		background:#f80000 url(images/8bit_full_grad_1red.gif) top no-repeat ;
		}
	#indice {
				
		width:634px;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		border-top:solid gray 1px;
		text-align:center;
		font-size:0.6em;
		}
	#volumenes 
	{	font-size:1em;
		border:1px dotted gray;
		padding:0;
	}
	#volumenes th{background-color:#666; height:50px; text-align:center;border:1px dotted gray;}
	#volumenes td{background-color:#FF7200; text-align:left;border:1px dotted gray;}
	
	#cabecera {background-color:#ff7200; color:#CCC;}
	
	.versalitas {font-variant:small-caps;}