/* CSS Document */
/*****************BEGIN default element styles******************/
html,body{
	margin:0;
	padding:0;
}
body{
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
line-height:1em;
background-color: #F4F9FC;
color: #333;
background:url(images/backimage.jpg) repeat-x;
}

#head_repeat{
float:left;
width:100%;
margin:0px auto 0px auto;
background-image:url(images/head_bgg.jpg);
background-repeat:no-repeat;
background-color:#C7FB8C;
}

input,select,textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;/* as body*/
	font-size:100%;
	color: #333;
	
}
form
{
    margin:0;
    padding:0;
}

h1{
	margin:0;
	font-size:220%;
	color:#000;
}
h2{
	margin:0;
	font-size:180%;
	color:#333;
}
h3{	
	margin:0;
	font-size:160%;
	color:#333;
}
h4{
	margin:0;
	font-size:130%;
	color:#333;
}
/* Set default margins for h5 & h6 as they may be part of free-form content*/
h5{
	margin:0 0 1.1em 0;
	font-size:110%;
	color:#333;
}
h6{
	margin:0 0 0.5em 0;
	font-size:110%;
	color:#333;
}
ul{  
	margin-left:2em;
	padding:0;
    list-style-type:disc;   
}
ul li{
	/*add numbered list margins/padding if needed*/
}
ol{
	margin-left:2em; /*allow room for 2-digit numbers*/
	padding:0;
}
ol li{
	/*add numbered list margins/padding if needed*/
}
/*set a common margin for elements that may be stacked in free-form content*/
ul,ol,p{
	margin-top:0em;
	}
table{  
    border-collapse:collapse;   
    border-spacing:0;   
} 
td,th{
	font-size:100%;
}
a,a:visited{
	text-decoration: none;	
}
a:hover, a:active{	
}
fieldset,img {    
    border:0;   
}
/*****************BEGIN basic layout******************/
div.wrapper{
width:100%;
margin:0 auto;

background-color:#fff;
}
	

/*begin header*/
div.header{
width:1004px;

margin:0px auto 0px auto;
clear:both;

/*do not float this*/
}

div.logoimg{
width:469px;
height:144px;
float:left;
}
div.cubeimg{
width:535px;
height:144px;
background-image:url(images/rightcube.jpg);
background-repeat:no-repeat;
float:left;
}
div.orlinks{
width:395px;
height:33px;
margin-top:111px;
margin-left:63px;
}
div.links{
background-image:url(images/middlelink.jpg);
background-repeat:repeat-x;
width:350px;
height:33px;
float:left;
}
div.links ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0px;
}
div.links ul li {
float:left;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 7px 0;
}
div.links ul li a{
color:#000;
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
/*end header*/

/*begin main*/
div.main {
	width:100%;
	background:url(images/backimage.jpg) repeat-x;
	height:1584px;
	clear:both;
	/*do not float this*/
}
/*end main*/
div.maincontent{
width:864px;
clear:both;
margin:0 auto;
}
div.menunav{
width:100%;
height:35px;
/*background-color:#7BBE31;*/
padding-top:0px;
}
#menuContenido {
	width: 865px;
	height: 34px;
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

#sunMenux {
	background-image: url(images/subMenu.png);
	background-repeat:no-repeat;
	padding-top:1px;
	
	position: absolute;
	height: 100px;
	width: 235px;
	margin-left: 120px;	
	line-height: 1px;
	z-index:1000;
	
}

div.menunav ul{
float:left;
}
#contenidoTexto h2 {
	font-family: Verdana;
	color: #004599;
	font-size: 17px;
	margin-bottom:5px;
}
#contenidoTexto {
font-family: Verdana;
	font-size: 12px;
	line-height:15px;
margin-left:40px;
margin-top:16px;
padding-right:28px;
}
#contenidoTexto_testimonial h2 {
	font-family: Verdana;
	color: #004599;
	font-size: 17px;
	margin-bottom:5px;
}

#contenidoTexto_testimonial {
	font-family: Verdana;
	font-size: 12px;
	line-height:15px;
	margin-left:20px;
	margin-top:16px;
	padding-right:28px;
	height: 1600px;
	overflow:auto;
}


div.content{
width:864px;
position:absolute;
background-image:url(images/bgcontent.jpg);
background-repeat:repeat-y;
}
div.logindata {
background-color:#098EAD;
float:left;
width:287px;
}
div.joindata{
width:287px;

padding-right:0px;
margin-right:100px;
padding-top:0px;
padding-bottom:25px;
float:right;
background-color:#098EAD;
margin-bottom:10px;
margin-top:20px;
}
#green_rect{
float:left;
padding-left:109px;
margin-left:51px;
background-color:#7cbe33;
width:378px;
}
#join_today_text{
color:#004597;
font-size:18px;
font-weight:bold;
padding-left:50px;
margin-top:30px;
padding-bottom:10px;
}
/*index*/
div.contentArea{
width:577px;
float:left;
background-color:#D5F2B8;

}

/*registration*/
div.joincontentArea{
width:577px;
float:left;
background-color:#D5F2B8;
padding-bottom:5px;
  /* #padding-bottom:154px;  */
}
div.login{
width:247px;
height:127px;
clear:both;
background-image:url(images/loginbg.jpg);
background-repeat:no-repeat;
margin:10px 0 0 19px;
text-align:center;
}
div.login p{
color:#0E6C86;
font-size:18px;
font-weight:bold;
padding-top:10px;
}
div.user{
width:225px;
clear:both;
padding-left:10px;
}
div.username{
width:107px;
float:left;
color:#6F7072;
font-size:12px;
font-weight:bold;
line-height:1.5em;
padding-left:5px;
}
div.username input{
width:100px;
border:0 none;
background:url(images/inputback.jpg) no-repeat;
height:18px;
}
div.username label{
margin-bottom:5px;
}
div.password{
width:107px;
float:left;
color:#6F7072;
font-size:12px;
font-weight:bold;
line-height:1.5em;
}
div.password input{
width:100px;
border:0 none;
background:url(images/inputback.jpg) no-repeat;
height:18px;
}
div.loutton{
width:200px;
clear:both;
margin-top:10px;
display:table;
}
div.member{
width:287px;
text-align:center;
padding-top:15px;
}
div.member a.big{
color:#FFFFFF;
font-size:23px;
font-weight:bold;
clear:both;
line-height:1.3em;
}
div.member a.small{
color:#FFFFFF;
font-size:19px;
font-weight:bold;
clear:both;
}
div.informat{
width:253px;
clear:both;
padding-top:25px;
margin:0 auto;
}
div.infotext{
width:264px;
clear:both;
display:table;
}
div.infoarea{
width:130px;
float:left;
line-height:1.5em;
}
div.infoarea label{
color:#FFF;
font-size:13px;
font-weight:bold;
}
div.infoarea1{
width:128px;
float:left;
line-height:1.5em;
}
div.infoarea1 label{
color:#FFF;
font-size:13px;
font-weight:bold;
}
div.infoarea input{
width:120px;
}
div.infoarea1 input{
width:116px;
}
div.singletext{
width:247px;
clear:both;
display:table;
}
div.infoareas{
width:128px;
float:left;
line-height:1.5em;
}
div.infoareas label{
color:#FFF;
font-size:13px;
font-weight:bold;
}
div.infoareas input,select{
width:246px;
font-size:11px;
}
div.activity{
width:260px;
color:#FFF;
font-size:13px;
font-weight:bold;
}
div.activity span.check{
font-size:11px;
font-weight:bold;
}
div.radiotext{
font-size:11px;
font-weight:bold;
padding-left:30px;
}
div.infoareass{
width:158px;
float:left;
line-height:1.5em;
}
div.infoareass label{
color:#FFF;
font-size:12px;
font-weight:bold;
}
div.infoareass input,select{
width:116px;
}
div.para{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding:15px 0px 0px 0px;
}
div.promocode{
width:267px;
color:#FFF;
font-size:13px;
font-weight:bold;
display:table;
}
div.promocode p{
float:left;
margin-right:25px;
margin-top:4px;
}
div.promocode input{
width:119px;
border:0 none;
background:url(images/inputback119.jpg) no-repeat;
height:18px;

}




div.checklist{
width:267px;
clear:both;
color:#FFF;
font-size:14px;
font-weight:bold;
display:table;
}
div.checklist input{
float:left;
}
div.checklist p{
float:left;
padding-top:3px;
}
div.submit{
width:265px;
text-align:center;
padding-bottom:180px;
}
div.joinsubmit{
width:265px;
text-align:center;
padding-bottom:5px;
}
div.submit p{ 
color:#FFF;
line-height:1.5em;
}
div.footerline{
width:287px;
clear:both;
display:table;
color:#FFF;
font-size:10px;
font-weight:bold;
line-height:35px;
}
div.footerline ul{
text-align:center;
}
div.footerline ul li{
list-style:none;
float:left;
font-weight:bold;
padding:0px 2px 0px 2px; 
}
div.footerline ul li a{
color:#FFF; 
}
div.secondary{
width:485px;
clear:both;
display:table;
padding:10px 0px 30px 50px;
}
div.calender{
width:470px;
clear:both;
padding-bottom:20px;
display:table;
}
div.spring{
width:210px;
float:left;
margin-right:50px;
}
div.spring a{
line-height:2em;
color:#3135D4;
font-size:14px;
}
div.spring1 a{
line-height:2em;
color:#3135D4;
font-size:14px;
}
div.spring1{
width:210px;
float:left;
}
div.paras{
font-size:16px;
line-height:1.1em;
}
/*begin footer*/
div.footer{
	/*do not float this*/
}
/*end footer*/

/************************************* dropdown menu ****************************************/
#popitmenu{
position: absolute;
background-color:#85be47;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
display: block;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

#popitmenu a:hover{ /*hover background color*/
/*background-color: #CCFF9D;*/
background-color:#85be47;
}

/*****************END basic layout******************/


