@charset "utf-8";
body {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 0px;
}
.separador_naranja {
	background-color: #000000;
	background-image: url(images/inicio/cuadro_naranja.jpg);
	background-repeat: repeat;
}
.separador_gris {
	background-color: #000000;
	background-image: url(images/inicio/cuadro_gris.jpg);
	background-repeat: repeat;
}
.lista_cuadro_naranja {
	list-style-position: inside;
	list-style-image: url(images/inicio/bullet.jpg);
	list-style-type: square;
	background-color: #000000;
	background-image: url(images/inicio/bullet.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.titulo_noticia {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF4F03;
	text-decoration: none;
}
.copyright {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: arial;
	font-size: 11px;
	color: #FF3300;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #FF3300;
	text-decoration: underline;
}
.cadros_texto {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	border: thin solid #000000;
}
.boton_comando {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border: thin solid #000000;
}
