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

img {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
body {
	background: #aaaaaa url(../images/bg-html.gif) repeat-x top fixed;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	height:100%;
	padding:16px 0 16px 0;
	margin: 0 auto 0 auto;
}
h1 {
	font-size:24px;
	font-weight:normal;
}
#menu {
	background: url(../images/bg-menu.png);
	text-align:center;
	font-size:14px;
	padding:10px 0 10px 0;
	text-transform:uppercase;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 14px 0px 14px;
	margin: 1px 0px 0px 0px;
	width: auto;
	height:30px;
	float:left;
}
#menu a:hover {
	color: #FFFFFF;
	background:url(../images/bot-over.gif);
	text-decoration: none;
}
#menu .current {
	color: #000000;
	background:url(../images/bot-current.gif);
	text-decoration: none;
}
#banner {
	background: url(../images/bg-banner.png);
	height:213px;
	text-align:center;
}
#content-top {
	background: url(../images/content-top.png);
	height:21px;
}
#content-bg {
	background: url(../images/content-bg.gif) repeat-y;
	height:260px;
	padding:17px 35px 20px 35px;
}
#content-bottom {
	background: url(../images/content-bottom.png);
	height:21px;
}
#bottom {
	padding:10px;
	margin:0px;
	color:#666666;
	font-size:11px;
}
#bottom a {
	color: #666666;
	text-decoration: underline;
}
#bottom a:hover {
	color:#000000;
	text-decoration: underline;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color:#333333;
	text-decoration: underline;
}
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
/*****************************/
/*** FORMULARIOS ***/
/*****************************/


form {
	border:0px;
}
input {
	border:#cccccc 1px solid;
	background-color:#ffffff;
	padding:1px;
	color:#333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
}
input:hover {
	background-color:#f5f5f5;
}

textarea {
	border:#cccccc 1px solid;
	background-color:#ffffff;
	padding:1px;
	color:#333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
}
textarea:hover {
	background-color: #f5f5f5;
}
.boton {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	font-weight: bold;
	color:#000;
	background-image:url(../images/bg-button1.gif);
	width:113px;
	height:31px;
	border:0px;
	display:block;
	float: right;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.boton:hover {
	color: #000;
	background-image:url(../images/bg-button2.gif);
}