@charset "utf-8";
/* CSS Document */

html, body {
	font-family:"Trebuchet MS", Calibri, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	color:#44391A;
}
a:link, a:visited, a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#300;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#600;
}
html, body, p, table, td, ul {
	font-size: 13px;
}
textarea, input, select {
	color:#000;
	border: 1px solid #888;
	padding: 1px;
	background:#FFFFF4;
	font-size:12px;/* -moz-border-radius: 3px; */
}
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	text-transform:	uppercase;
}
.back {
	background:url(images/bbg2.png) center repeat-y;
}
.head {
	background:url(images/head.jpg);
}
.box {
	background:url(images/box.png) center no-repeat;
	width:295px
}
.hide {
	display:none;
	visibility:hidden;
}
.mini {
	font-size:9px;
	color:#000;
}
.txt {
	text-align:justify
}
.sombra {
	font-style:italic;/* font-weight:bold; filter:Shadow(color=#CCCCCC, strength=2); text-shadow:0px 0px 4px #808080; */
}
.t-gris {
	color: #808080;
}
.t-negro {
	color: #000000;
}
.t-cafe1 {
	color: #89856C;
}
.t-cafe2 {
	color: #444;
}
.t-blanco {
	color: #FFF;
}
.g-blanco {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.g-cafe {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.g-gris {
	font-size: 14px;
	color: #808080;
	font-weight: bold;
}
li {
	list-style-image:url(images/ico.png);
	text-align:left;
}
img {
	margin:0px;
	padding: 0px;
	border: none;
}

