/* SITE */

	body {
		margin: 0;
		background: #000000;
		}

	::-moz-selection {
		background: transparent;
		color: inherit;
		}

	.tabla1 {
		margin: 0;
		padding: 0;
		background: url(imagenes/fondo.jpg) left top no-repeat;
		}

	.tabla2 {
		border-right: 1px solid #FFD600;
		}

	.tabla3 {
		border-right: 1px solid #FFFFFF;
		}

	img {
		border: 0;
		}

	.menu {
		padding-right: 9px;
		font-family: tahoma;
		font-size: 14px;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: lowercase;
		}

	.menu a:hover {
		padding-left: 3px;
		padding-right: 3px;
		}

	.titulo {
		padding-left: 19px;
		padding-right: 10px;
		font-family: tahoma;
		font-size: 17px;
		color: #000000;
		text-decoration: none;
		text-transform: lowercase;
		background-color: #FFD600;
		}

	.subtitulo {
		font-family: tahoma;
		font-size: 14px;
		color: #00AEEF;
		text-decoration: none;
		}

	.texto {
		padding-left: 19px;
		font-family: tahoma;
		font-size: 14px;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 18px;
		}

	span {
		color: #ED145B;
		}

	.destacado {
		color: #FFD600;
		font-weight: bold;
		}

	.noticia {
		float: left;
		border: 7px solid #FFFFFF;
		margin: 6px 15px 6px 0;
		}

	hr {
		clear: both;
		height: 1px;
		border: none 0; 
		border-top: 1px dotted #FFFFFF;
		}

	a {
		color: #FFD600;
		text-decoration: none;
		}

	a:hover {
		color: #000000;
		text-decoration: none;
		background-color: #FFD600;
		}
