@media print {
    .divpage { background: none #ffffee;
       color: #000000;
	   width: 640px; }
  }
@media screen {
    .divpage { background: none #ffffdd;
       color: #000000;
	   width: 798px; }
  }

body {
	background-color: #ffffee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text  {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	TEXT-DECORATION: none;
}

.reparto  {
	font-family: Arial;
	font-size: 10pt;
	color: #666666;
	TEXT-DECORATION: none;
}

.text_claro  {
	font-family: Arial;
	font-size: 9pt;
	color: #999999;
	TEXT-DECORATION: none;
}

.text_bold  {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	TEXT-DECORATION: none;
	font-weight : bold;
}
.text_bold_italic  {
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	font-weight : bold;
	font-style : italic;
}
.italic	{
	font-family: Arial;
	font-size: 12pt;
	color: #666666;
	font-style : italic;
	text-decoration : none;
}

.text_white  {
	font-family : Arial;
	font-size : 10pt;
	color : #ffffff;
}
.title  {
	font-family : Arial;
	font-size : 24pt;
	color : #666666;
	font-weight : bold;
}

.subtitle  {
	font-family : Arial;
	font-size : 16pt;
	color : #666666;
	font-weight: normal;	
}

.subtitle:hover  {
	font-family : Arial;
	font-size : 16pt;
	color : #666666;
	font-weight: normal;	
}

.subtitle:link  {
	font-family : Arial;
	font-size : 16pt;
	color : #666666;
	font-weight: normal;	
}

.director  {
	font-family : Arial;
	font-size : 12pt;
	color : #666666;
	font-weight: normal;	
}

.subtitle_rojo  {
	font-family : Arial;
	font-size : 16pt;
	color : #990000;
	font-weight: bold;	
}

.title_white  {
	font-family : Arial;
	font-size : 24pt;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}

.header  {
	font-family : Arial;
	font-size : 9pt;
	color : #000000;
	font-weight : bold;
}
.header_white  {
	font-family : Arial;
	font-size : 9pt;
	color : #ffffff;
	font-weight : bold;
}

.red  {
	font-family: Arial;
	font-size: 9pt;
	color: #990033;
}
 

A  {
	font-family : Arial;
	font-size : 13pt;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
}

A:hover  {
	font-family : Arial;
	font-size : 13pt;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
}

A:link  {
	font-family : Arial;
	font-size : 13pt;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
}
