@import url("footer.css");

/*GENERIC STYLES*/

body {
	margin:0;
	padding: 0;
	background-color: #ffffff;
	background-image:url(common/bg-body.jpg);
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	}

h3{
	font-size: 14px; 
	font-weight: bold;
	color: #bfbfbf;
	padding: 3px 0 3px 10px;
}
h2{color:#639c2c;
margin:2px 0 2px 2px;
}

/*DIVS*/
#wrapper { 
	width: 900px; 
	margin: auto; 
}
#header{ 
	width: 900px;
	height: 140px; 
	float: left;
	background-image:url(common/logo.png);
	background-repeat: no-repeat;
	background-position: -10px;
	margin:0;
}
#headerLang{ 
	width: 600px;
	float: right;
	margin-top:6px;
	text-align: right;
	color: #bfbfbf;

}

#headerTitle{ 
	width: 600px;
	float: right;
	margin-top:60px;
	text-align: right;
	letter-spacing: 1px;
}

.noBorder {
border:1px solid #fff;
color:#fff;
text-decoration: none;
}

a{
color:#659825;
text-decoration: none;
}
/* MENU */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 0 10px 0;
	background-image: url(common/bgmenu.jpg);
	background-repeat: no-repeat;
	float:left;
	font-family: Trebuchet MS;
	
}

#menu ul {
	margin: 0px ;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	width: 178px;
	height: 30px;
	padding-top: 14px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	color:#CCCCCC;
	
}


#menu a:hover {
	color: #c9fb28;	
}
/* CONTENT */
#content{
	width: 900px;
	float:left;
}

/* COLUMN BIG */

#columnBig{
width: 600px;
float: left;
margin-left: 15px;
text-align: left;
font-size: 14px;
color:#666;
}
.columnCouple{
width: 260px;
float: left;
padding:5px 0 5px 8px;
text-align: left;
font-size: 14px;
color:#666;
background-color:#e7e6e9;
border:1px solid #639c2c;
margin:5px 10px 5px 0;
}
/*divisor intereses 50% */
.dividerChecks{
width: 250px;
margin: 3px;
float: left;
}

/* column 100% */
.columnComplet{
width: 600px;
float: left;
margin:5px 0 5px 0;
}

#columnExpand{
width: 1px;
height: 290px;
float: left;

}


#columnCenterBig{
width: 400px;
margin-left:auto;
margin-right: auto;
text-align: left;
font-size: 16px;
color:#666;
}
input{
border: 1px solid #639c2c;
background-color:#baff98;
margin:1px 0 4px 0;
}
select{
border: 1px solid #639c2c;
background-color:#baff98;
margin:1px 0 4px 0;
color:#333;
}

/*check boxs */
input[type="checkbox"] {
  width: 21px;
  height: 21px;
  margin:1px 1px 0 0;
  background-image: url(check.jpg);
}

textarea{
  border: 1px solid #639c2c;
  background-color:#baff98;
  margin:3px 0 3px 0;
}


// fin checkbox

label {
padding-left: 20px;
height: 16px;
}
.button{
text-align: right;
margin: 10px 0 0 0;
}
/* COLUMNSMALL */
#columnSmall{
width: 280px;
float: left;
}

table{
color: #434b4d;
}

.titleWindows{
font-size: 16px;
width: 260px;
text-align: left;
color: #494e59;
float:left;
padding-left: 10px;
}
.small{
font-size: 12px;
color:#639c2c;
}

#footer{
float:left;
bottom:0;
left:0;
width:100%;

color:#666666;
background-color:#D0FCA4;
background-image:url(common/bgfooter.jpg);
border-top:1px solid #1c2124;
text-align:center;
margin-top:30px;
 }

/* CLEARFIX */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */