@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family: Arial;
	color: #FFFFFF;
}
body,td,th {
	/*color: #FFFFFF;*/
	margin-left: 60px;
	margin-right: 60px;
}
.trMenu{
	background-image: url(images/fondonavegacionOFF.jpg);
	background-repeat:  repeat-x;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lblMenuOn{
	cursor:hand;
	background-image: url(images/fondonavegacionON.jpg);
	background-repeat:  repeat-x;
}
.lblMenuOff{
	cursor:hand;
}
.tdInterMenu{
width:2px;
background-color:#000000;
}
.tdPubli{
	border: 1px solid #33331F;
}
.tdPubliUP{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33331F;
}
.txtTitulo{
	font-family: Arial;
	font-size: 14px;
	color: #FFFF99;
	font-weight: bold;
}
.txtPeq{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.txtNormal{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.pNormal{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
a.txtNormal{
	font-family: Arial;
	font-size: 12px;
	color: #ffff99;
	font-weight: bold;
	text-decoration:none;
}
a.txtNormal:link{
	font-family: Arial;
	font-size: 12px;
	color: #ffff99;
	font-weight: bold;
	text-decoration:none;
}
.txtAmarillo{
	font-family: Arial;
	font-size: 12px;
	color: #FFFF99;
}
.txtAmarilloPeq{
	font-family: Arial;
	font-size: 10px;
	color: #FFFF99;
}

.campoAmarillo{
	font-family: Arial;
	font-size: 12px;
	color: #FFFF99;
	background-color: #000000;
	border: 1px solid #33331F;
	width:100%;
}
.campoAmarilloPeq{
	font-family: Arial;
	font-size: 10px;
	color: #FFFF99;
	background-color: #000000;
	border: 1px solid #33331F;
}
.txtNegrita{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.lblNoticiasOff{
	cursor:pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.lblNoticiasOn{
	cursor:pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffff99;
	text-decoration: underline;
}

.divParking {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.botones{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFF99;
	font-weight: bold;
}
.botonesPeq{
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	background-color: #FFFF99;
	font-weight: bold;
}
 div.centrada {
 width: 300px;
 height: 200px;
 position:fixed;  
        left:50%;
		top:50%;
		margin-left:-350px;
		margin-top:-250px;
		background:#FFFFFF;
}