@charset "iso-8859-1";
/*------------------------------------------------------- FRONTend --*/
td{
font-family: Arial, Verdana;
font-size: 12px;
color: #434343;
}
/*-------------------------------------------------------- LINKS -----*/
a {
text-decoration: none;
color: black;
font-family: arial;
font-size: 11px;
}
a:hover {
	color: #e07a2c;
}
a.tipo {
	text-decoration: none;
	color: white;
	font-family: arial;
	font-size: 12px;
}
a.tipo:hover {
	color: black;
}
a.tipo0 {
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 12px;
}
a.tipo0:hover {
	color: #e07a2c;
}
a.tipo1 {
	text-decoration: none;
	color: white;
	font-family: arial;
	font-size: 10px;
}
a.tipo1:hover {
	color: black;
}
a.tipo2 {
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 10px;
}
a.tipo2:hover {
	color: white;
}
a.tipo3 {
	text-decoration: underline;
	color: #2486bb;
	font-family: arial;
	font-size: 10px;
}
a.tipo3:hover {
	color: #e07a2c;
}
a.tipo4{
text-decoration: none;
color: white;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
}
a.tipo4:hover {
color: #bcbcbc;
}
a.tipo5{
text-decoration: none;
color: #434343;
font-family: Arial, Verdana;
font-size: 11px;
}
a.tipo5:hover{
color: red;
}
a.tipo5a{
text-decoration: none;
color: red;
font-family: Arial, Verdana;
font-size: 11px;
}
a.tipo5a:hover{
color: #434343;
}
a.tipo6{
text-decoration: underline;
color: blue;
font-family: Arial, Verdana;
font-size: 11px;
}
a.tipo6:hover{
color: #434343;
}
/*-------------------------------------------------------- TEXTOS  ----*/
.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #2486bb;
}
.title1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #d9772c;
}
.txt {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.txt1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
.txt2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}
.txt3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
/*-------------------------------------------------------- INPUTS ----*/
.input1 {
border: 1px solid;
border-top-color: #2486bb;
border-left-color: #2486bb;
border-bottom-color: #9dbecf;
border-right-color: #9dbecf;
background: transparent;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #9dbecf;
width:150px;
height: 20px;
}
.input2 {
border: 0px solid;
border-top-color: #2486bb;
border-left-color: #2486bb;
border-bottom-color: #9dbecf;
border-right-color: #9dbecf;
background: transparent;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #434343;
width:500px;
height: 12px;
}
.input3 {
border: 1px solid;
border-top-color: white;
border-left-color: white;
border-bottom-color: #dedede;
border-right-color: #dedede;
background: white;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #434343;
width:120px;
height: 20px;
}
/*-------------------------------------------------------- TEXTAREAS ----*/
.textarea1 {
border: 0px solid;
border-top-color: #bcbcbc;
border-left-color: #bcbcbc;
border-bottom-color: #dedede;
border-right-color: #dedede;
background: transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: black;
width:500px;
height: 200px;
}
.textarea2 {
border: 0px solid;
border-top-color: #bcbcbc;
border-left-color: #bcbcbc;
border-bottom-color: #dedede;
border-right-color: #dedede;
background: transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: black;
width:198px;
height: 58px;
}
/*-------------------------------------------------------- DIVS ----*/
.div1 {
	border: 1px solid;
	border-left-color:#dedede;
	border-right-color: #bcbcbc;
	border-bottom-color: #dedede;
	border-top-color: #bcbcbc;
}
.div2 {
	border: 0px solid;
	overflow:hidden;
	width:1px;
	height:1px;
}
/*-------------------------------------------------------- SELECTS ----*/
.sel1 {
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	font-family: Helvetica, Verdana, Arial;
	font-size:12px;
	color: #474747;
}