@charset "utf-8";
.ptitle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #c4190b;
}
.scoop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006eb4;
	text-decoration: none;
}
.scoopt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.scoopa {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006eb4;
	text-decoration: none;
}

.scoopa:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006eb4;
	text-decoration: none;
}

.scoopa:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006eb4;
	text-decoration: none;
}
.appear {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
a.ptitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #c4190b;
	text-decoration: none;
}
a.ptitle:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #c4190b;
	text-decoration: underline;
}
a.ptitle:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #c4190b;
	text-decoration: none;
}

/*estilos para modal*/
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#000000; /*AAA*/
	z-index:1;
	position:absolute; /* Always needed	*/

}
.modalDialog_contentDiv{
	/*border:2px solid #990000;	*/
	border:1px solid #000000;	
	padding:0px;
	z-index:100;/* Always needed*/
	position:absolute;	/* Always needed	*/
	background-color:#000000;	/* White background color for the message */
	/*-moz-opacity: .85;
 	filter: alpha(opacity=80.85);
	-khtml-opacity: .70;
 	opacity: 0.70;	*/
}

.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#000000; /*555*/
	filter:alpha(opacity=10);	/* Transparency 35*/
	opacity:10;	/* Transparency */	
}       

