body	{
	font-family: 'Short Stack', serif;
	color: #000000;
	background-color: #CEDADF;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-ms-user-select:none;
	user-select:none;
	}
a	{
	color: #000000;
	text-decoration: none;
	}
a:hover	{
	color: #000000;
	text-decoration: underline;
	}
hr	{
	display: block;
	height: 6px;
	border: 0;
	border-top: 4px solid #FFDE00;
	color: #FFDE00;
	padding: 0;
	color: #FFDE00;
	}


table	{
	text-align: justify;
	}
table.busqueda	{
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		border-style:solid;
		border-width:2px;
		border-color:#000000;
		}
table.subcategorias	{
			background-color:#ffffff;
			-webkit-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
			border-style:solid;
			border-width:4px;
			border-color:#FFDE00;
			}
table.centro	{
		background:url(/imagenes/centro.jpg);
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		border-style:solid;
		border-width:0px;
		border-color: #eeeeee;
		border-spacing:10px 10px;
		
		-moz-box-shadow: 0px 0px 20px #fff;
		-webkit-box-shadow: 0px 0px 20px #fff;
		box-shadow: 0px 0px 20px #fff;
		filter:progid:DXImageTransform.Microsoft.Glow(Color=white,Strength=20);
		}
table.footer	{
		background:url(/imagenes/abajo.jpg) repeat-x;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		border-style:solid;
		border-width:2px;
		border-color:#000000;
		border-spacing:10px 5px;
		font-size:small;
		}
table.footer a		{
			font-size:small;
			font-weight: bold;
			}
table.footer a:hover	{
			font-size:small;
			font-weight: bold;
			}



td.bdy	{
	width: 75%;
	}
th	{
	width: 150px;
	}


ol	{
	list-style-type: upper-roman;
	list-style-position:inside;
	}
	
ul		{
		list-style: none;
		}
ul li a		{
		text-decoration: none;
		}
ul li a:hover	{
		text-decoration: underline;
		}


p.quote	{
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic;
	}



h1	{
	font-family: 'Bubblegum Sans', cursive;
	font-size:225%;
	font-weight: bold;
	text-align: center;
	}
h2	{
	font-family: 'Bubblegum Sans', cursive;
	font-size:200%;
	font-weight: bold;
	text-align: center;
	}


.articulos	{
		-webkit-column-count: 4; /* Chrome, Safari, Opera */
		-moz-column-count: 4; /* Firefox */
		column-count: 4;
		}


<style type="text/css">
	.TFtable tr{
		background: #E0C8BA;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #E0C8BA;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #EAD9CF;
	}
</style>
