.selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	background-color: #CCFFCC;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
.textobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}
.textoboldrojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	font-weight: bold;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #CCFFCC;
	border: 1px solid #006600;
	margin: 1px;
	padding: 1px;
}
.botonenlace
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	border: 1px none #006600;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin: 1px;
}
.tablaborde {
	border: 1px solid #006600;
	vertical-align: text-top;
	margin: 5px;
	padding: 5px;
	left: 4px;
	top: 2px;
}
a{
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	color: #006600;
} 
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 220px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#CCFFCC;
	margin:0px;
	color: #006600;
	border: thin solid #006600;
}
.msg_body {
	padding: 5px 10px;
	background-color:#FFFFCC;
	color: #006600;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

