/***************************************************************************************************
	MAIN CSS FILE
***************************************************************************************************/
.form-error,
.form-success{	
	border: 1px solid #FF6600;
	color: #FF6600;
	font-size: 14px;
	margin-bottom: 10px;
	min-height: 30px;
}

.form-error{	
	border: 1px solid red;
	color: red;
}

.form-error span,
.form-success span{	
	float: right;
	background: #FF6600;
	color: white;
	padding: 5px;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}

.form-error span{
	background: red;
}

.form-error p,
.form-success p{
	font-size: 16px;	
	padding: 10px !important;
	margin: 0px !important;
}

.form-error li,
.form-success li{	
	padding: 2px 10px !important;
	margin: 0px !important;
}

.form-error ul,
.form-success ul{	
	list-style-type: square;
	margin-left: 30px;
}

/*Header*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#hoaheader{
	margin: 0 auto;
  background: #e2d2a5;
  padding: 10px 0px 15px 0px;
}

#headermenu {
 float: right;
 width: 650px;
 margin-top: 10px;
}

#hoaheader .wrapper{
  width: 100%;
	min-width: 800px;
  max-width: 1200px;
	margin: 0 auto;
  position: relative;
}

#hoaheader .logo a{	
	display: block;
	float: left;
	margin-top: 5px;
}

#hoaheader .logo{	
	float: left;
	margin: 0px 0px 0px 10px;
}

#hoaheader #usermenu{
	margin-top: 9px;
	float: right;
//	background: lightgrey;
	height: 36px;
	width: 650px;
}

#hoaheader #usermenu form{
	
	float: left;
	margin: 4px;
	margin-left: 4px;
	margin-top: 2px;
}

#hoaheader #usermenu form input[type=image]{
	
	position: relative;
	margin-bottom: -5px;
}

#hoaheader #usermenu .welcome{
  margin: 0px;
	float: right;
	color: black;
	padding: 6px;
	margin-right: 3px;
	font-size: 18px;
}

#hoaheader #usermenu .welcome a:hover{
	text-decoration: underline;

}

#hoaheader #usermenu .welcome a{
	text-decoration: underline;
	color: white;
}
#hoaheader #usermenu .welcome a:hover{
	color: #bbb;
}


#hoaheader #menu{	
	clear: both;
}

#hoaheader ul{
  padding: 0px;	
	margin: 0px;
}

#hoasidefooter{
font-size: 18px;
width: 180px;
margin: 10px;
padding-left: 10px;
margin-top: 100px;
padding-top: 5px;
position: fixed;
bottom: 0;
border-top: 2px solid #cea432;
}
#hoasidefooter a:hover{
text-decoration: underline;
cursor: pointer;
}

.menucontainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  margin-bottom: 5px;

	background: #eeeeee;
	background: -webkit-linear-gradient(top,#f8f8f8 0%,#eeeeee);
	background: -moz-linear-gradient(top,#f8f8f8 0%,#eeeeee);
	background: -o-linear-gradient(top,#f8f8f8 0%,#eeeeee);
	background: -ms-linear-gradient(top,#f8f8f8 0%,#eeeeee);
	background: linear-gradient(top,#f8f8f8 0%,#eeeeee);	
	border: 1px solid #CCCCCC;
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,0.7);
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,0.7);

}

#hoaheader #menu li{
	font-size: 14px;
	display: block;
	float: left;
	padding-right: 0px;
	z-index: 1010;
  line-height: normal;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#hoaheader #menu li:last-child{
	
	background: none;
}

#hoaheader #menu li a{
	z-index: 1010;	
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	height: 25px;
	padding: 0px 13px;
	padding-top: 8px; 
	font-size: 14px;
}

#hoaheader #menu li a:hover,
#hoaheader #menu li:hover a{
  background: grey;
/*	background: url('/imagenes/menu_bg_vinvert.jpg') right center repeat-x;  */
	color: white;
	cursor: pointer;
}

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

#hoaheader #menu li.sinsub:hover a{
	
	background: none;
}

#hoaheader #menu li ul{	
	display: none;
	position: absolute;
	background: grey;
	margin-top: 31px;
	z-index: 1010;
	min-width: 150px;
	color: white;

}

#hoaheader #menu li ul li{	
	display: block;
	float: none;
	background: url('/imagenes/menu_hdiv.png') center top repeat-x;
}

#hoaheader #menu li ul li:last-child{
	
	background: url('/imagenes/menu_hdiv.png') center top repeat-x;
}

#hoaheader #menu li ul li a,
#hoaheader #menu li:hover ul li a{	
	padding-left: 20px;
	color: white;
		font-size: 16px;
	float: none;
	display: block;
	background: url('/imagenes/arrow.png') 10px center no-repeat;
}

#hoaheader #menu li ul li a:hover{	
	background: url('/imagenes/arrow.png') 10px center no-repeat;
	color: #FDB61B;
}

#hoaheader #menu li:hover ul{	
	display: block;
}

#searchtype,
#query
{
padding: 2px;
}


/*Terms*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*********/

#terms-page,
#guest{
	background: white;
}

#terms-page h1{
	
	text-align: center;
	font-size: 25px;
	margin-bottom: 5px;
}

#terms-page h2{
	
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#terms-page h3{
	
	text-align: left;
	font-size: 11px;
	margin-bottom: 10px;
}

#terms-page p{
	
	text-align: justify;
	font-size: 12px;
	margin-bottom: 10px;
}

#terms-page ul{
	
	list-style-type: square;
	margin: 10px;
	margin-left: 3em;
}

#terms-page ul li{
	
	margin-bottom: 5px;
}

/*Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#hoafooter{

	width: 100%;

	margin: 0 auto;
/* 	background: url('/imagenes/fondo_footer.jpg') repeat-x;    */
	color: darkgrey;
}

#hoafooter .wrapper{
	margin: 0 auto;
}

#hoafooter #menus{
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
}

#hoafooter #menus p{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
//  font-family: "Montserrat", helvetica, sans-serif;
}

#hoafooter #logo{
	
	float: right;
	width: 320px;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;

}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: lightgrey;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('/imagenes/arrowright.png') no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url('/imagenes/arrowright.png') no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222; 
}

.f-nav{ 
z-index: 9999; 
position: fixed !important; 
top: 1px; 
width: 1044px;
bottom: inherit !important;
} 

.actionlist{
list-style: none;
font-size: 18px;
padding: 0px;
}

.actionlist li{
padding: 3px 3px 3px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #444;
margin: 4px 0px;
}
.actionlist li:hover{
cursor: pointer;
background: #eee;
}
.listactive{
  background: #53a93f !important;
  font-weight: bold;
  color: #444;
}
.listactive a{
   color: white !important;
  }
.fullanchor{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.hoverpointer:hover{
cursor: pointer;
}

#memberpicture:hover,
#eventpicture:hover{
opacity: .8;
cursor: pointer;
}


.hoabutton{
  min-width: 30px;
  padding: 4px 10px;
  text-align: center;
  background-position: left bottom;
  background-repeat: repeat-x;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 1px;
  text-shadow: 1px 1px 1px #333333;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}

.bluebutton{
  background-color: #51b9dc;
  color: white;
  border: 1px solid #666666;
}
.bluebutton:hover{
color: #ddd;
border: 1px solid #888;
text-shadow: 1px 1px 1px black;
}

.greenbutton{
  background-color: #53a93f;
  color: white;
  border: 1px solid #666666;
}
.greenbutton:hover{
color: #ddd;
border: 1px solid #888;
text-shadow: 1px 1px 1px black;
}

.membernum{
    float: right;
    margin-right: 5px;
}