@charset "utf-8";
html, body, #wrapper , #menulateral {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#333333;
}
html, body, #wrapper   {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background:#f0f0f0;
	overflow:hidden;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;z-index:1;
}
#header {
	vertical-align: top;
	text-align: left;
	height:120px;
	margin: 15px auto;background-image:url(../../images/up.png); background-repeat:repeat-x
}
#header td {;border-bottom: 1px solid #989898;text-align: left;}
#footer { 
	position:fixed;
	width:100%;
	bottom:0; 
	height:80px;
	z-index:3; 
	vertical-align: bottom;
	text-align: bottom;
	background-image:url(../../images/footer.png); background-repeat:repeat-x;border-top: 1px solid #989898;text-align: center;
}
#footer td {}
#menulateral{
	position:absolute;
	top:10px;
	left:2px;
	bottom:10px; width:350px;
	z-index:100;
}
#wrapperright { 
	text-align:justify;  
	vertical-align: middle;
	z-index:1;
	overflow:scroll;
	  
}
.estilorojo {
	font-size: 14px;
	font-weight: bold;color: #FF0000
}

