a{
	text-decoration:none;
	color: #06f;
}
a:hover{
	text-decoration: underline;
	color: #f70;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #fff;
	margin: 0px;
}
h1{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
li{
	list-style-image: url(imagenes/liN.gif);
	list-style-type: none;
}
#contenido{
	padding: 12px;
}
#contenido a {
	color: #06c;
	text-decoration: none;
}
#contenido a:hover {
	color: #f60;
	text-decoration: underline;
}
#contenido h1 {
	padding-left: 12px;
}
#contenido p {
	text-align: justify;
	margin-right: 22px;
}
#estandars{
	position: relative;
	right: 14px;
	top: 4px;
	text-align: right;
	font-size:10px;
	line-height: 10px;
	float: right;
	color: #09c;
}
#footer{
	background: url(imagenes/footer.gif) no-repeat bottom;
	border-top: 1px solid #00c;
	height: 40px;
	text-align: center;
	clear: both;
}
#footer p {
	font-size: 10px;
	color: #069;
}
#header{
	padding-bottom: 14px;
	background: url(imagenes/header.gif) repeat-x;
	border-bottom: 1px solid #00c;
}
#logoImg{
	padding-top: 14px;
	padding-left: 14px;
}
#naming{
	position: absolute;
	left: -1000px;
}
#rss {
	width: 300px;
	float: left;
	padding: 12px;
}
#rss a {
	padding-top: 0px;
	padding-left: 5px;
}
#rss h1 {
	color: #06f;
	text-align: center;
}
#rss a img {
	border: 0;
	position: relative;
	top: 6px;
}
#texto{
	float: left;
	width: 400px;
}
#wrap {
	width: 750px;
	margin: 12px auto;
	background: url(imagenes/content-bg.gif) repeat-y;
}
p.fecha {
	padding: 0px;
	color: #f90;
}
p.link {
	padding: 0 0 0 6px;
	position: relative;
	top: -6px !important;
	top: -12px;
}