@charset "ISO-8859-1";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background-image:url(../images/bg-html.jpg);
	background-attachment:fixed;
	background-position:top center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin:0 auto 0 auto;
	line-height:18px;
}
#content {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	padding:15px 10px 5px 3px;
	text-align:justify;
}
#content h1 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#f49d2a;
	font-weight:normal;
	padding-bottom:15px;
}
#content h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #f49d2a;
	font-weight:normal;
	padding-bottom:10px;
}
#menu {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
}
#menu ul {
	list-style:none;
	margin:0px;
}
#menu li {
	padding:0px;
}
#menu ul {
	list-style:none;
	margin:0px 0px 0px 13px;
}
#menu li a {
	text-decoration:none;
	display: block;
	color:#f49d2a;
	width:153px;
	height:19px;
	float:left;
	padding:2px 0px 0px 13px;
	background: transparent;
}
#menu li a:hover {
	background-image:url(../images/menu-hover.jpg);
	color:#FFFFFF;
}
ul {
	list-style: circle;
	margin:5px 2px 5px 20px;
}
li {
	padding:5px 2px 5px 5px;
}
a {
	color: #ff780f;
	text-decoration: none;
}
a:hover {
	color: #fdc815;
	text-decoration:underline;
}
/* FORMULARIO */

form {
	border:0px;
}
input {
	border:#dddddd 1px solid;
	background-color:#fefefe;
	padding:2px;
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	width:300px;
}
input:hover {
	background-color:#FFFFCC;
}
.select {
	border:#dddddd 1px solid;
	background-color:#fefefe;
	padding:2px;
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}
textarea {
	border:#dddddd 1px solid;
	background-color:#fefefe;
	padding:2px;
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	width:300px;
}
textarea:hover {
	background-color:#FFFFCC;
}
.boton {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/bg-button1.gif);
	width:83px;
	height:30px;
	border:0px;
	display:block;
	float: right;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.boton:hover {
	color: #000000;
	background-image: url(../images/bg-button2.gif);
}
