.newPage {
	page-break-after : always;
}
body {
	background-color: #FFBB00;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.cartel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.inicio {
	background-image: url(images/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;

}
a:visited {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;

}
a:hover {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;

}
.lista {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	font-size: 11px;
}

A.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
	color: #006633;
	font-size: 11px;
}

A.lista:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
	color: #006633;
	font-size: 11px;
}

A.lista:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #006633;
	font-size: 11px;
}

A.lista:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #006633;
	font-size: 11px;
}

A.Piso {
	border : 1px solid #006600;
	color : #006600;
	font : normal bold Arial, Helvetica, sans-serif;
	padding : 0px 2px 2px 2px;
	font-style : normal;
	text-decoration : none;
	margin : 1px 1px 1px 1px;
}

A.Piso:HOVER {
	border : 1px solid #006600;
	color : #FFBB00;
	font : normal bold Arial, Helvetica, sans-serif;
	padding : 0px 2px 2px 2px;
	font-style : normal;
	text-decoration : none;
	background : #006600;
}

A.Piso:ACTIVE {
	border : 1px solid #006600;
	color : #FFBB00;
	font : normal bold Arial, Helvetica, sans-serif;
	padding : 0px 2px 2px 2px;
	font-style : normal;
	text-decoration : none;
	background : #006600;	
}
.print {
	background-color : White;
	color : Black;
}
.pie {
	font-family: Arial, verdana;
	font-size: 9px;
	color: #000000;
	text-align: center;
}

.fecha {
	font-family: Arial, verdana;
	font-size: 9px;
	color: #000000;
	text-align: center;
}

