﻿.overlay
{
	position: fixed;
	z-index: 98;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #aaa;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

.overlayContent
{
	background-color: #fff;
	z-index: 99;
	margin: 250px auto;
	width: 320px;
	height: 120px;

	border-color: #005BA7;
	border-style: solid;
	-moz-border-radius: 10px 10px 10px 10px; /*Para Firefox*/
	-webkit-border-radius: 10px 10px 10px 10px; /*Para Safari y Chrome*/
	border-radius: 10px 10px 10px 10px; /* Para Opera */
}
.overlayContent h2
{
	font-size: 12px;
	font-weight:normal;
	color: #000;
}
.overlayContent img
{
	width: 220px;
	height: 20px;
}