body	{
	font-family: Tahoma, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/mainbg.jpg);
	}

a:active, a:link, a:visited
	{
	color: #b9e800;
	text-decoration: none;
	}

#container
	{
	width: 550px;
	margin: auto;
	background-color: #d9ffd5;
	}

#header	{
	width: 550px;
	height: 112px;
	background-image: url(../imagenes/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: 0px solid #000;
	}

#main	{
	width: 550px;
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	}

/* --- Menu --- */

#menu	{
	float: left;
	height: auto;
	overflow: auto;
	font-size: 11px;
	}

.menuItemOn
	{
	width: 87px;
	height: 20px;
	border: 0px solid #ff0;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 1px;
	background-image: url(../imagenes/menuItemOn.png);
	background-repeat: no-repeat;
	color: #b9e800;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: default;
	}

.menuItemOn a:active, .menuItemOn a:link, .menuItemOn a:visited
	{
	color: #b9e800;
	}

.menuItemOff
	{
	width: 87px;
	height: 20px;
	bgcolor: #030;
	border: 0px solid #00f;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;	
	margin-bottom: 1px;
	background-image: url(../imagenes/menuItemOff.png);
	background-repeat: no-repeat;
	color: #030;
	letter-spacing: -1px;
	cursor: pointer;
	}

.menuItemOff a:active, .menuItemOff a:link, .menuItemOff a:visited
	{
	color: #030;
	}

.menuItemOff:hover
	{
	color: #b9e800;
	background-image: url(../imagenes/menuItemOn.png);
	font-weight: bold;
	}

/* --- Fin Menu --- */

#leftcol
	{
	float: left;
	width: 300px;
	height: auto;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	overflow: auto;
	}

#leftcol a:link, a:active, a:visited
	{
	color: #090;
	}

.sectionTitle
	{
	width: 294px;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #b9e800;
	background: #030;
	padding: 3px;
	}

#rightcol
	{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 115px;
	border-left: 0px solid #030;
	font-size: 11px;
	clear: right;
	overflow: auto;
	}

#footer	{
	width: 550px;
	height: 91px;
	margin: auto;
	border: 0px solid #000;
	color: #fff;
	text-align: center;
	background-image: url(../imagenes/bottom_bg.png);
	}

.footertext
	{
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	}

/* --- Formulario --- */

#contactform
	{
	overflow: auto;
	border: 0px solid #030;
	}

.fieldTitle
	{
	float: left;
	background-color: #030;
	padding: 3px;
	width: 76px;
	text-align: right;
	color: #b9e800;
	font-weight: bold;
	margin-bottom: 1px;
	}

.fieldInput
	{
	float: left;
	}

.fieldInput input
	{
	height: 16px;
	width: 194px;
	border: none;
	background-color: transparent;
	color: #030;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #030;
	border-right: 1px solid #030;
	border-bottom: 1px solid #030;
	padding: 2px 0px 0px 2px;
	margin-top: 0px;
	margin-bottom: 1px;
	}

.fieldInput textarea
	{
	width: 191px;
	height: 100px;
	background-color: transparent;
	border: 1px solid #030;
	margin-top: 0px;
	padding: 2px;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 12px;
	}

.fieldReq
	{
	float: left;
	height: 16px;
	width: 16px;
	padding: 0px;
	border: 0px solid #030;
	padding: 1px;
	margin-left: 1px;
	text-align: center;
	clear: right;
	}

.fieldReq img
	{
	margin-top: 3px;
	vertical-align: middle;
	}

.inputButton
	{
	border: 0px solid #030;
	padding: 0px;
	text-align: center;
	margin-top: 3px;
	}

.inputButton input
	{
	border: 1px solid #030;
	background-color: #030;
	font-weight: bold;
	color: #b9e800;
	}

.redText
	{
	color: #f00;
	font-weight: bold;
	}
