.bot {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma;
	font-weight: normal;
	line-height: 20px;


}
a:link {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;




}
a:visited {
	color : #a8a8a8;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;



}
a:hover {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;


}
a:active {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;


}
.titulos {

	color : #000000;
	font-size : 10pt;
	font-family : Tahoma;
	font-weight: bold;
}
.botbold {

	color : #000000;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bottext {
	color : #525252;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

td {
	color : #525252;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

/* -------------- estilos del gestor publicación ---------------- */

/* mensajes grales */
.gral {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	
}

/* mensajes de error */
.error {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* mensajes de advertencia */
.warning {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	
}

/* tabla del usuario logueado */
.publicar {
	width : 90%;
	background : #EFEFEF;
	padding : 6px;
}

/* widget del usuario  */
.usrcontrol {
	border-color :#fab782;
	border-width: 4px;;
    border-style: solid;
    width : 200px;
}

/* tabla con mensajes del usuario */
.msg_error {
	width : 70%;
	text-align : center;
	padding : 3px;
	border : 2px;
	border-style: solid;
	background : #FFFFFF;
	border-color :#FA6E00;
}
.msg {
	width : 70%;
	text-align : center;
	padding : 3px;
	border : 3px;
	border-style: solid;
	background : #FFFFFF;
	border-color :#FA6E00;
}

/* notas pequeñas */
.nota {
	color : #000000;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;

}

/* tabla general de los avisos */
.revista {
	width : 100%;
	background : #EFEFEF;
	padding : 5px;
}

TABLE.aviso {
	width : 100%;
	text-align : center;
	padding : 1px;
	border : 1px;
	border-style: solid;
	background : #EFEFEF;
	border-color :#cccccc;
}

TD.aviso {
	width : 33%;
	text-align : left;
	vertical-align : top;
	padding : 1px;
	background : #EFEFEF;
	border-color :#FA6E00;
}

/* menu generado para acceder a los avisos */
.menu {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A.menu {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A.menu:hover {
	color : #000000;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A.menu:visited {
	color : #a8a8a8;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
