/* CSS Document */

BODY {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	background: #660000 url(images/bg-html.gif) repeat 100%;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Arial, "Trebuchet Ms", Helvetica, sans-serif;
	font-size:22px;
	color: #7a2930;
	padding:0px;
	margin:0px;
}
h2 {
	font-family: "Trebuchet Ms", Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #666666;
	padding:0px;
	margin:0px;
}
h3 {
	font-family: "Trebuchet Ms", Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #000000;
	padding:0px;
	margin:0px;
}
.copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.ayuda {
	cursor: help;
}
.mano {
	cursor: pointer;
}
.links, .links:active, .links:visited, .links:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a2930;
	text-decoration: underline;
}
.links:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.navegacion, .navegacion:active, .navegacion:visited, .navegacion:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7a2930;
	padding:2px;
	text-decoration: underline;
}
.navegacion:hover {
	color: #ffffff;
	text-decoration: none;
	background: #7a2930;
}
a.sidemenu_main:link, a.sidemenu_main:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #7a2930;
	background: #ffffff;
	text-align: left;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px dotted #CCCCCC;
}
a.sidemenu_main:hover {
	display: block;
	color: #FFFFFF;
	background: #fc9062;
	text-decoration: none;
}
a:active, a:visited, a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
ul {
	list-style-type: circle;
	margin-left:10px;
	padding-left:10px;
	border:0px;
}
img {
	border:0px;
}

