body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1{
	font-size: 20px;
}
img{
	border: 0px;
}

div.Menu{
	border-style: double;
	border-width: 1px;
	border-color: Blue;
	background-color:#FFE1C3;
	padding-left: 5px;
	padding-top: 10px;
}

div.more
{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

div.salir{
	color: Red;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}



span.pregunta
{
	color:Blue;
	font-weight:bold;
}
span.respuesta
{
	color:Red;
	font-weight:bold;
}


div.comentario
{
	font-size: 10px;
	text-align: center;
}
div.noticia
{
	padding: 5px;
	border: 1px solid #FB7E00;
	width: 95%;
}

ul.Menu{
	list-style: square;
	font-size: 11px;
}

h1.Menu{
	text-align: center;
	font-size: 12px;
}

a.noborde
{
	border-color: white;
	border-width: 0px;
	text-decoration: none;
	
}

a{
	font-weight: bolder;
	text-decoration: none;
	color: Blue;	
	border: 0px;
} 
a:visited{
	color:Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.postitRojo{
	background-image: url(../img/postit_rojo.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;

}



div.postitVerde{
	background-image: url(../img/postit_verde.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	font-weight: bold;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

div.postitAzul{
	background-image: url(../img/postit_azul.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;
}

div.postitAmarillo{
	background-image: url(../img/postit_amarillo.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;
}

div.postitRojoWinner{
	background-image: url(../img/postit_rojo_winner.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;

}



div.postitVerdeWinner{
	background-image: url(../img/postit_verde_winner.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	font-weight: bold;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

div.postitAzulWinner{
	background-image: url(../img/postit_azul_winner.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;
}

div.postitAmarilloWinner{
	background-image: url(../img/postit_amarillo_winner.jpg);
	width: 102px;
	height: 91px;
	font-size: 9px;
	padding-left: 9px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;
}


div.postitGrande{
	background-image: url(../img/postit_big.jpg);
	width: 246px;
	height: 240px;
	font-size: 9px;
	padding-left: 14px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;
}


/*administracion*/
.tablaGeneral{
	font-size: 10px;
	border-style:solid;
	border-width:1px;
	width: 60%;
	text-align: center;
	
}


.trGeneral:hover{
	background:#CCFFFF;
	
}	

.trStatus1{
	background-color: #ccffff;
}

.trStatus2{
	background-color: #ccffcc;
}

.trStatus3{
	background-color: #ffccff;
}

.trStatus4{
	background-color: #ffcccc;
}

.trStatus5{
	background-color: #cccccc;
}


.trEncabezado{
	background:#FFCCCC;
	font-weight:bold;
	border: 1px;
}
