@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #414141;
	background-image: url(imgs/bk.jpg);
	background-repeat: repeat;
	text-align: center;
	line-height: 19px;
}
a:link {
	color: #F93;
	text-decoration: none;
}
a:visited {
	color: #F93;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
a:active {
	color: #C30;
	text-decoration: none;
}

p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	display: inline;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #C30;
	margin: 0px;
	padding: 2px;
	display: block;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	display: inline;
}
#zonatit {
	height: auto;
	width: 900px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#zonatit a {
	text-decoration: none;
	color: #CCC;
	font-size: 18px;
}
#zonatit a:hover{
	color: #FFFFFF;
}



#zonapie {
	width: 880px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	height: 35px;
	color: #999;
	font-size: 10px;
	clear: both;
	text-align: left;
}
#zonapie a {
	font-size: 12px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#zonapie a:link {
	color: rgb(211, 112, 79);
}
#zonapie a:visited {
	color: rgb(211, 112, 79);
}
#zonapie a:hover {
	color: #F90;
	background-color: #222222;
	
}
#zonacontenido {
	height:auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #222222;
	text-align: left;
}
#zonapanel {
	background-color: #222;
	float: left;
	width: 195px;
	margin-left: 7px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(imgs/menubk.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#zonaarticulo {
	float: right;
	width: 640px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgarticuloder {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgarticuloizq {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}


.menu {
	background-image: url(imgs/menubk.gif);
	background-position: top;
	float: left;
	min-height:320px;
	height:auto !important;
	height:320px;
	width: 195px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align: left;
}
.menu a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #333;
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	background-image: url(imgs/mnulink.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu a:visited {
	color: #F93;
}
.menu a:link {
	color: #F93;
}
.menu a:hover {
	text-align: justify;
	color: #FFF;
	background-color: #666;
	padding-left: 22px;
	background-image: url(imgs/mnulinksi.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.bordes {
	height: 7px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.resaltado {
	font-weight: bold;
	color: #FFF;
	display: inline;
}
.articulo {
	color: #CCC;
	text-align: justify;
	vertical-align: top;
	padding-top: 20px;
}
#firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	background-color: #000;
	float: right;
	width: auto;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#firma a{
	color: #666;
}
#firma a:hover{
	color: #F90;
}
