body	{
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
		background:url(/imagenes/fdo.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height:100%;
		margin:0;
		padding:0;
		width:100%;
	}
a	{
	color: #008CBA;
	text-decoration: none;
	}
a:hover	{
	color: #008CBA;
	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) repeat-x;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		border-style:solid;
		border-width:4px;
		border-color: #eeeeee;
		border-spacing:10px 5px;
		}
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;
			}

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


	.TFtable tr{
		background: #DDDDDD;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #DDDDDD;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #FFFFFF;
	}
