@charset "utf-8";
/* CSS Document */
/***************************************
5A: TABLE STYLES
****************************************/

#tablaContent table#llegarTbl {
	width: 540px;
	border: 1px solid #333;
	margin: 0 auto;
	border-collapse:collapse;
	background:#060;
}
#tablaContent #llegarTbl caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #060;
	text-align: left;
	padding-bottom: .5em;
}
#tablaContent #llegarTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}
#tablaContent #llegarTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #fff;
	text-align:center;
}
#tablaContent #llegarTbl th {
	
	vertical-align:top;
	font-weight: normal;
	border: 1px solid #333;
	text-align: center;
	padding-bottom: 0.5em;
}
#tablaContent #llegarTbl th {
	background:#690;
}
#tablaContent #llegarTbl th.3 {
	background:#690;
}
#tablaContent #llegarTbl td.specs {
	text-align: left;
	font-weight: bold;
}
#tablaContent #llegarTbl td {
	padding: 1.5em 1em;
	border: 1px solid #333;
	}
#tablaContent #llegarTbl tr.odd {
	background:#008000;
}
#tablaContent #llegarTbl tr:hover {
	background:#693;
}

/***************************************
6A: FORM STYLES
****************************************/

#formWrap {
	background: #999;
	padding: 1em 0;
	}
form#frmContact {
	width: 505px;
	margin: 0 auto;
	}
fieldset {
	background: #EBE6CD;
	border: none;
	margin: 1em 0;
	padding-bottom: .5em;
	}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #602E0C;
	line-height: 1.4;
	background: #EBE6CD;
	padding: 0.2em .5em;
	margin-left: 0.5em;
}
#formWrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #602E0C;
	font-size: 0.85em;
	line-height: 1.2;
	margin: 1.4em 0;
}
input.text {
	width: 250px;
}
textarea {
	width: 300px;
	margin-top: .5em;
}
label.top {
	display: block;
	margin-bottom: .5em;
}
label.check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1;
	color: #000;
}
span.aside {
	font-style: italic;
}
p.required {
	position: relative;
}
span.required {
	position: absolute;
	left: 320px;
	padding-left: 35px;
	background: url(../_images/notice_icon.gif) no-repeat left center;
	color: #c00;
	height: 25px;
	line-height: 25px;
}

input.text:focus, textarea:focus {
	background: #F9D59D;
}

