@charset "utf-8";
/* CSS Document */

.contenidos {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.titulos_home {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #bd1306;
}
.buscador {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
a:link {
	color: #bd1306;
	text-decoration: none;
}
a:visited {
	color: #A91205;
	text-decoration: none;
}
a:hover {
	color: #F11A07;
	text-decoration: underline;
}
a:active {
	color: #bd1306;
	text-decoration: none;
}
body {
	background-color: #44454A;
	margin-left: 0px;
	margin-top: 0px;
}

