@charset "ISO-8859-1";
body {
	font-size: 12px;
	color: #333;
	font-family: Helvetica;
	width: 960px;
	margin: 0px auto 0 auto;
	padding-top: 0px;
}
img {
	border:none;
}
div, span, a, img, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a {
	text-decoration:none;
}
td {
	vertical-align: middle;
}
ol, ul {
	list-style: none;
	display: inline;
}
.cuerpoTex {
	color: #666;
	font-weight: bold;
}
.cuerpoTex a {
	color: #666;
	text-decoration: none;
}
.cuerpoTex a:hover {
	text-decoration: underline;
}
.cabeza {
	font-weight: bold;
	color: #69C;
	float: left;
	width: 150px;
}
.caja {
	height: 18px;
	width: 693px;
	padding-bottom: 5px;
	padding-top: 8px;

	padding-right: 10px;
	padding-left: 23px;
}
.contenedor {
	height: 28px;
	width: 693px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #e1e1e1;
}
.ticker {
	height: 30px;
	width: 960px;
}
.izq {
	float: left;
	width: 245px;
}
.der {
	float: right;
}
.clear {
	clear: both;
}
.esp {
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
