/* CSS Document */
body{
background-color:#FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

a.menu:link{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; white-space:nowrap; font-size:12px; font-weight: bold; }
a.menu:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#ffffff; white-space:nowrap; font-size:12px; font-weight: bold; }
a.menu:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#aeb108; white-space:nowrap; font-size:12px; font-weight: bold; }

a.menu2:link{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; white-space:nowrap; font-size:10px; font-weight: bold; }
a.menu2:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#ffffff; white-space:nowrap; font-size:10px; font-weight: bold; }
a.menu2:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#aeb108; white-space:nowrap; font-size:10px; font-weight: bold; }

.green{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#aeb108; white-space:nowrap; font-size:12px; font-weight: bold; }

.green2{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#aeb108; white-space:nowrap; font-size:10px; font-weight: bold; }

.logo{
color:#aeb108; font-size:50px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
}

.subtitle{
color:#aeb108; font-size:25px; font-family: Arial, Helvetica, sans-serif;
}

.txt1{
color:#ffffff; font-size:18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.txt2{
color:#ffffff; font-size:13px; font-family: Arial, Helvetica, sans-serif;
}

.txt3{
color:#ffffff; font-size:17px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.txt4{
color:#ffffff; font-size:14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}
a.txt4:link{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; white-space:nowrap; font-size:14px; font-weight: bold; }
a.txt4:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#ffffff; white-space:nowrap; font-size:14px; font-weight: bold; }
a.txt4:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; color:#aeb108; white-space:nowrap; font-size:14px; font-weight: bold; }

.mini{
color:#ffffff; font-size:10px; font-family: Arial, Helvetica, sans-serif;
}

.minib {
color:#ffffff; font-size:10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

/* 
   Stilos para scrolling 
*/

#scroll_box{
margin:10px;
text-align:right;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
}
h1.text_title{
font-weight:bold;
margin:10px;
padding-bottom:5px;
font-size:13px;
}

.scroll-track{
height:5px;
width:5px;
background:#616250;
}
.scroll-handle{
border: 0px solid black;
height:5px;
width:5px;
background:#AEB108;
cursor:pointer;
}

/*form*/
form{
font-family:Arial, Helvetica, sans-serif;
color:#dadbc1;
font-size:11px;
font-weight:bold;
margin-right:15px;
}
input{
background-color:#dadbc1;
border-top:1px solid #333333;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #333333;
height:12px;
margin:2px 5px 2px 2px;
}
select{
background-color:#dadbc1;
border-top:1px solid #333333;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #333333;
height:17px;
margin:2px 5px 2px 2px;
}
textarea{
background-color:#dadbc1;
border-top:1px solid #333333;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #333333;
margin:2px 5px 2px 2px;
}
.boton{
background-color:#838831;
border:none;
text-transform:capitalize;
color:#FFFFFF;
font-weight:bold;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.alineadas{
display:inline;
}