*
{
	margin:0;
}
body
{
/*	background:url(paper.png) #FFF repeat;*/
}
/*****************VENTANITAS************/
.titulo
{
	background-image:url("../imgs/notDiv2.gif");
	backrground-repeat:repeat-x;
	text-align:left;
	height:20px;
	border-bottom:solid #666666 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 3px;
	border-top:solid #000000 1px;
	color:#FFFFFF;
	width:270px;
}
.titulo a
{
	text-decoration:none;
	text-transform:none;
	color:#fff;
}

#mensaje
{
	border-left:solid #000000 1px;
	border-bottom:solid #000000 3px;
	border-right:solid #000000 3px;
	border-top:sollid #000000 1px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	background-image:url("../imgs/gris_80.gif");
	background-repeat:repeat-x;
	width:270px;
	height:auto;
	font-size:10px;
}
#mensaje a
{
	color:#000;
	text-decoration:none;
	text-transform:none;
	display:inline;
	text-align:left;
}
#mensaje li
{
	padding-left:10px;
	display:inline;
}

#mensaje hr
{
	opacity:.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	color:#999999;
}


/******************MAIN WINDOW******************/
/*****************VENTANITAS************/
.tituloM
{
	background-image:url("../imgs/notDiv2.gif");
	backrground-repeat:repeat-x;
	text-align:left;
	height:20px;
	border-bottom:solid #666666 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 3px;
	border-top:solid #000000 1px;
	color:#FFFFFF;
	width:800px;
}
.tituloM a
{
	text-decoration:none;
	text-transform:none;
	color:#fff;
}

#mensajeM
{
	border-left:solid #000000 1px;
	border-bottom:solid #000000 3px;
	border-right:solid #000000 3px;
	border-top:sollid #000000 1px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	background-image:url("../imgs/back.gif");
	background-repeat:repeat;
	width:800px;
	font-size:13px;
}
/*******************INFORMACIÓN VACÍA ********************/
.tituloVacio
{
	background-image:url("../imgs/notDiv2.gif");
	backrground-repeat:repeat-x;
	text-align:left;
	height:20px;
	border-bottom:solid #666666 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 3px;
	border-top:solid #000000 1px;
	color:#FFFFFF;
	width:210px;
}
.tituloVacio a
{
	text-decoration:none;
	text-transform:none;
	color:#fff;
}

#mensajeVacio
{
	border-left:solid #000000 1px;
	border-bottom:solid #000000 3px;
	border-right:solid #000000 3px;
	border-top:sollid #000000 1px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	background-image:url("../imgs/gris_80.gif");
	background-repeat:repeat-x;
	width:210px;
	height:auto;
	font-size:10px;
}