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

body {
	padding-top: 50px;
	background-image: url(images/background.gif);
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	letter-spacing: 0.5px;
	line-height: 16px;
}

.div_vert {
	background-image: url(images/div_gray_vert.png);
	background-repeat: repeat-y;
}

.div_hor {
	background-image: url(images/div_nar_hor.png);
	background-repeat: repeat-x;
	background-position: center;
}

.arq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	letter-spacing: 0.5px;
	line-height: 11px;
	font-style: italic;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #F93;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: line-through;
}

.prog_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFC;
	letter-spacing: 0.5px;
	line-height: 16px;
}

.part {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 16px;
	background-color: #F30;
}

.img {
	border: 0;
}

a.img:link {
	border: 0;
	background-color: none;
	text-decoration: none;
}

a.img:hover {
	border: 0;
	background-color: none;
	text-decoration: none;
}

a.img:visited {
	border: 0;
	background-color: none;
	text-decoration: none;
}

.caja {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	letter-spacing: 0.5px;
	line-height: 18px;
	border: 0;
	padding: 3px;
}

.txtform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	letter-spacing: 1.5px;
	line-height: 16px;
}

.cond {
	color: #999;
	line-height: 18px;
}