/* CSS Document */

#cargando{
margin:auto;
}

img {
	border-width: 0px; /* need this for firefox */
}

div.loadingbox_elem {
	border: 3px solid #ccc;
	width: 390px;
	margin: auto;
	margin-top: 50px;
	padding: 0px;
	text-align: left;
}

table.info {
	width: 270px;
}

div.cover {
	width: 100px;
	text-align: right;
}

div.loadingbox_elem div.cover img {
	margin-top: 40px;
}

div.loadingbox_elem p {
	color: #999;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 1px 10px 0px 10px;
}

div.loadingbox_elem p.title_elem {
	color: #333;
	font-size: 26px;	
	font-weight: bold;
	padding: 0px 20px 3px 20px;
}

div.loadingbox_elem p.subtitle_elem {
	color: #666;
	font-size: 15px;
	padding: 0px 20px;
}

div.loadingbox_elem p.heading {
	color: #666;
	font-size: 15px;
	padding-top: 15px;	
	padding-bottom: 5px;	
	font-weight: bold;
}

div.loadingbox_elem p.footer {
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 20px 20px 0px 20px;
}

div.roundtopelem { 
	background: url('<misc:imgPath/>/tr.jpg') no-repeat top right;
	position: relative;
	right: -3px;
	top: -3px;
}

div.roundbotelem { 
	background: url('<misc:imgPath/>/br.jpg') no-repeat top right;
	position: relative;
	right: -3px;
	bottom: -3px;
}

img.cornerelem {
	width: 13px;
	height: 13px;
	border: none;
	display: block !important;
	position: relative;	
	left: -6px;
}

div.clear1 {
	clear: both;
}

p1.dark {
	color: #333;
}
