@import url("../../css/tipografia.css");
@import url("../../css/efectos.css");


h1
{
	font-size: 13px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 1px;
	padding: 1px;
}
th 
{
	border: 1px solid #36A321;
}

.msg
{
	background-color: #F4FFCC;
}

.btn_link 
{
	border: 1px solid #CCCCCC;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

.btn_link a, .btn_link a:link, .btn_link a:visited, .btn_link a:hover 
{
	font-weight: normal;
	color: #999999;
	text-decoration: none;

}

