@charset "utf-8";
/* CSS Document */

<style type="text/css">

/* remover elementos */
#header, #nav, #headeres, #print-button  .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content, #rightSide,
{
width: 88%; margin: 0; float: none;
}

/* asegurar el texto negro */
.lighttext
{color: #000; }

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

p { font-size:13px;
 
}

.print_section
{

font-size:9px; 
background:#e1e1e1;
margin:0;
padding:10px;
float:none;
width:88%;
}

.print_section p.printbutton
{
float: none;
}

.print_section p.printbutton a
{

text-decoration:none;
background:white;
display: block;
float: none;
margin:10px;
padding:10px;

}
@media print
{
.noprint, .printbutton
	{
	display:none;
	}
.print
	{
	display:block;
	}
}


</style>