@charset "utf-8";
/* CSS Document */
* {
	margin      	: 0;
	padding    		: 0;
	list-style  	: none;
	font-family 	: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	vertical-align	: middle;
	font-smooth     : always;
	color           : #069;
}

a { font-size: 13px }

a:hover { background-color:transparent; color:blue; text-decoration:none }

blockquote { font-size:1.2em }

blockquote a, p a { text-decoration:underline }

body,html {
	width:100%;
	height:100%;
	font-size:62.5%
}

body       {
	background-color           : #fff;
	background-image           : url(../images/background.jpg);
	background-position        : center 0;
	text-align                 : center;
	SCROLLBAR-FACE-COLOR       : #fff;
	SCROLLBAR-HIGHLIGHT-COLOR  : #fff;
	SCROLLBAR-SHADOW-COLOR     : #c67;
	SCROLLBAR-3DLIGHT-COLOR	   : #c67;
	SCROLLBAR-ARROW-COLOR	   : #c67;
	SCROLLBAR-TRACK-COLOR	   : #fff;
	SCROLLBAR-DARKSHADOW-COLOR : #fff;
	color					   : #fff;
 	font-size				   : 10px;
	2overflow:hidden;
}

button {
    font-size          : 11px;
    font-family        : Verdana,Helvetica;
    font-weight        : bold;
    color              : #606060;
    background         : #E9EFFE;
    border-color       : #CFCFCF #CFCFCF;
    border-style       : ridge;
    border-width       : 1px 2px 2px 1px;
    width              : 100px;
    height             : 23px;
}

em { color:#960 }
em strong { color:#F90; }

fieldset {
	clear:both;
	background-color:transparent;
	background-image:url(../images/texturas/trp_fff.png);
}
fieldset * { float:left }
fieldset li, fieldset option { float:none; clear:left }
fieldset li { padding:5px }
fieldset label {
	width: 100px;
	text-align:right;
	font-size:14px;
	background-color:#a63;
	color:#fff;

}
fieldset span { padding:10px 4px }
fieldset table * { float:none }

h1, h2, h3, h4, h5, h6 { text-align:left; font-stretch:condensed; font-weight:normal }
h1 { font-size:27px }
h2 { font-size:27px }
h3 { font-size:24px }
h4 { font-size:21px }
h5 { font-size:14px }
h6 { font-size:11px }

hr {
    clear:both
	size				: 1px;
	text-align			: Left;
}

legend {
	font-size:18px;
	color:#fff;
	padding:5px;
	margin:5px 0;
	margin-left:120px;
	background-image:url(../images/texturas/trp_fff.png);
	background-color: #c97;
}

p {
	font-size  	: 11px;
	font-family : Verdana, Helvetica, Geneva, sans-serif;
	margin		: 0 auto;
	text-align	: left;
	margin-top:10px
}

p * { font-size  	: 13px; font-family:inherit }

table {
	float      : center;
	margin     : 0 auto;
}

td {
    margin      : 2px;
}


option {
	font-size  	: 11px;
	font-family : Verdana, Helvetica, Geneva, sans-serif;
	margin		: 0 auto;
	text-align	: left;
	margin-top:10px
}

th { background-color:#09C; }

tr { text-align	: left; }

span, label { font-size: 11px }

label {
	display	: block;
	padding	: 5px;
}

input {
}
