﻿#back
{
	filter: alpha(opacity=15);
	opacity: 0.15;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	
	display: none;
}

#modal
{
	border: solid 1px #990000;
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #00274f;
}

#tituloModal
{
	background-image: url(img/modalTitulo.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding: 3px;
}

#tituloModal input
{
	float: right;
}

#tituloModal span
{
	float: left;
	color: #fff;
}

#modalContent
{
	margin: 0px;
	width: 100%;
	border: none;
}

#contenidoModal
{
	padding: 15px;
	overflow: auto;
}

.none
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #444341;
	height: 100%;
}

.none td
{
	padding: 3px;
}

.none a
{
	color: #990000;
	font-size: 11px;
}

.none a:hover
{
	text-decoration: none;
}






