body
{
	background: #F3F3F3;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 10px 0;
}

.CuadroTexto
{
	border: #369 solid 1px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

div, span, h1, h2, p, ul, li, img, a, form
{
	margin: 0;
	padding: 0;
	border: 0;
}

h1
{
	font-size: 20px;
	line-height: 45px;
}

table
{
	font-size: 0.85em;
	border: solid 1px #c0c0c0;
}

a
{
	color: #369;
}

#Interface
{
	width: 650px;
	margin: 0 auto 0 auto;
	border: solid 1px #c0c0c0;
	background: #fff;
	border-top: 0;
}

#Interface table
{
	border: 0;	
}

#Logo
{
	width: 650px;
	height: 100px;
	background: url(../images/macizoft.png) no-repeat center #fff;
	margin: 0 auto 0 auto;
	border: #c0c0c0 1px solid;
	border-bottom: 0;
}

#Menu
{
	width: 650px;
	height: 31px;
	background: #fff;
	border-bottom: solid 3px #c0c0c0;
	overflow: hidden;
	margin: 0 auto 0 auto;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#Menu ul
{
	list-style: none outside;
}

#Menu ul li
{
	float: left;
	padding: 0 5px 0 5px;
}

#Menu ul li a
{
	line-height: 31px;
	text-decoration: none;
}

#Menu ul li a:hover
{
	text-decoration: underline;
}

table td.Field
{
	text-align: right;
	padding: 2px 5px 2px 20px;
}

table td.Value
{
	text-align: left;
	padding: 2px 20px 2px 5px;
}

span.macizoft
{
	color: #006699;
}

span.Asterisco
{
	color: 
}

div.MensajeError,
div.MensajeCorrecto
{
	margin: 0 30px 0 30px;
}

div.MensajeError p,
div.MensajeCorrecto p
{
	margin: 30px;
}

div.Pantalla
{
	width: 240px;
	height: 194px;
	overflow: hidden;
	margin: 0 auto;
}
