/*
@Author: Alberto Quispe Cuzcano para DaniloBlack www.daniloblack.com
@Fecha: Enero 2008
@Version:  1.0
Descriptions here:
Version para imprimir
pendiente...
*/

/*flotantes*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.blok {
	display: block;
}
.clear {
	clear:both;
}
:-moz-any-link:focus {
outline: none;
}
/*para fixear el alto de los layers con background*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
.clearfix {display: block;}
/* End hide from IE-mac */
/***************************/
.mTop10{
	margin-top: 10px;
}
.mBot10{
	margin-bottom: 10px;
}
img{
	display: block;
	border: none;
}
h1, h2, h3, h4, p, span {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body{
	margin: 0px 0px 0px 0px;
	padding: 10px 75px 10px 75px;
	font-family: Georgia, Times, Serif;
}
.prnt_cls{
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
}
.prnt_cls a{
	float: right;
}
.prnt_date{
	padding-top: 10px;
	margin-bottom: 10px;
}
.prnt_date h1{
	font-size: 11px;
	line-height: 12px;
	color: #808080;
	margin-bottom: 0px;
}
.prnt_title{
	margin-bottom: 10px;
}
.prnt_title h1{
	color: #222222;
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 0px;
}
.prnt_author{
	margin-bottom: 10px;
}
.prnt_author h1{
	font-size: 11px;
	line-height: 12px;
	color: #222222;
	margin-bottom: 0px;
}
.prnt_author h1 a{
	color: #000077;
	text-decoration: underline;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 0px;
}
.prnt_note{
	margin-bottom: 30px;
}
.prnt_note p{
	color: #222222;
	font-size: 15px;
	line-height: 24px;
	text-indent: 24px;
}
.prnt_note p img{
	margin-right: 10px;
	margin-bottom: 10px;
}
.dFoot2{
	border-bottom: 1px solid #8C8C8C;
	padding-bottom: 10px;
}
.dFoot2 ul{
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	color: #6C6C6C;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, sans-serif;
}
.dFoot2 ul li{
	display: inline;
}
.dFoot2 ul li a{
	color: #6C6C6C;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
.dFoot2 h3{
	color: #6C6C6C;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}