@charset "utf-8";
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #466A82;
	margin: 0px;
	padding-top: 20px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}
* {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px auto;
	width: 955px;
	background: #F2F0E1;
}
#language {
	height: 26px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/bg_lang.jpg);
}
#language a {
	color: #FFFFFF;
	text-decoration: none;
}

#flash {
	height: 586px;
	width: 420px;
	float: right;
}
#flash .padding {
	padding: 0px;
}
#menu {
	overflow: auto;
	background-color: #F2F0E1;
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .padding {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#menu p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#menu p.a {
	margin-left: 30px;
}
#menu p.b {
	margin-left: 65px;
}

#menu p.c {
	margin-left: 100px;
}
#menu p.d {
	margin-left: 135px;
}
#menu p.e {
	margin-left: 180px;
}
#container {
	margin-right: 435px;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#container .padding {

}
#container  .textarea {
	margin: 10px;
}
#container .textarea ul {
	margin-left: 15px;
}

#container   .galeria    img  {
	margin-right: 5px;
	margin-left: 5px;
}


#footer {
	clear: both;
	color: #F2F0E1;
	font-size: 11px;
	background-color: #314D62;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}

.padding {
	padding: 10px;
}
.titulo {
	color: #005490;
	font-weight: bold;
}
.titulo1 {
	color: #005490;
	font-weight: bold;
	font-size:18px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 5000px;
  width: 460px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.payment {
	background-color: #466A82;
}
.payment  img{
	margin:10px;
}
