/* CSS Document */

/*		general		*/
body{
	color:#333333;
	margin:0 auto;
	background-color: #dadada;
	background-image: url(../images/bg.gif);
	background-position:center top;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
p {
	line-height: 1.2em;
	}
a {
	color: #ff6600;
	text-decoration: none;
	line-height: normal;
	}
a img{

	border: 1px solid #666666;
	}
	
a.miz:hover {
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
	}
h3 {
	color: #222222;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-transform: uppercase;
	letter-spacing: -0.8px;
}
.white{
	color:#ffffff;
	font-size: 12px;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
	}
/*a:visited{
	text-decoration: underline;
	color: #d45100;
	}*/
.h_space{
	width:100%;
	/*background-image: url(../images/sapcer.gif);*/
	height: 10px;
	}
.h_45grey{
	width:100%;
	margin-top: 10px;
	background-image: url(../images/45_grey.gif);
	height: 3px;
	}
.h_dottedspace{
	width:100%;
	/*background-image: url(../images/sapcer.gif);*/
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	margin-bottom: 5px;
	}
.borderimg{
	border: 1px solid #666666;
	}
.ver_mas, a.ver_mas:hover{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	}
.main_container{
	width:910px;
	background-image: url(../images/bg_main.gif);
	background-position:center top;
	background-color: #ececec;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	}

.container{
	width:950px;
	margin:0 auto;
	background:#ffffff;
	}

/*		header		*/
#header{
	width:100%;
	/*background-image: url(../images/bg_head.jpg);*/
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header-logo{
	float: left;
	display:block;
	width:225px;
	height:66px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#login_bar{
	clear: both;
	height: 10px;
	width: 100%;
	position: relative;
	background-color: #FF6600;
}

/* nav*/
.menu_home {
	float: left;
	width: 75px;
	height: 30px;
	/*top: 4px;*/
}
.menu_items {
	float: right;
	width: 835px;
	/*top: 4px;*/
}
.menu {
	width: 100%;
	background-image: url(../images/bg_menu.gif);
	padding: 0px;
	background-color: #FF6600;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: auto;
}
.menu ul {
	margin: 0px;
	float: right;
	padding-left: 0px;
	list-style-type: none;
}
.menu li {
	padding: 0;
	float: left;
	margin-right: 0px;
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;	/*background-image: url(../images/menu_bg.gif);*/
}
.menu a, menu a:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing:-0.6px;
	font-size: 12px;
	color: #000000;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-decoration: none;
	line-height: 100%;
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FC7D29;
	vertical-align: middle;
}
.menu a:hover {
	background-color: #d45100;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FC7D29;
}

/*		Footer		*/
#foot{
	background-image: url(../images/bg_menu.gif);
	background-color: #ff6600;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding-top:35px;
	width: 100%;
	height: 90px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d35100;
}
.piedepagina{
	background-color: #ff6600;
	width: 910px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	

}
.piedepagina a:link, .piedepagina a:visited{
	color: #ffffff;
	text-decoration: none;
}

#logo_footer{
	float: left;
	background: url(../images/logo_club1.gif) no-repeat;
	display:block;
	margin-left: 22px;
	width:200px;
	height:55px;
	margin-top: 20px;
}

#footer_direccion{
	margin-right: 22px;
	float: right;
	text-align: left;
	width: 200px;
	margin-left: 10px;
	color: #682900;
}
#footer_center{
	float: left;
	text-align: left;
	width: 400px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	margin-left: 22px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 90px;
	color: #000000;
}

/*		spot*/
.degree{
	width:910px;
	background-image: url(../images/shadow_g.png);
	height: 11px;
	clear: both;
	position: absolute;
	z-index: 9999999;
}

#hotspot{
	width:100%;
}

/* contenido home*/
  #contenido{
	padding-bottom: 0pt;
	
	width: 910px;
	min-height: 280px;
	background-image: url(../images/bg_cont.gif);
	background-repeat: repeat-x;
	/*overflow: auto;*/
}


/*		(left) Calendario		*/

#calendario{
	width: 200px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;

}

/*		(middle) Producto del mes 		*/

#p_mes{
	width: 420px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
}

/*		(right) noticias / mailist 		*/

#news{
	width: 200px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
}

/* noticias

#noticias {
	width: 200px;
	padding:0;
	margin:0;

}

ul#noticias li {
	list-style-type:none;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

ul#noticias li.last {
	border: none;
}

ul#noticias li:hover {
	background-color: #FFFFFF;
	color: #333333;
}

ul#noticias h2 a:link {
	color: #5277BE;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
}

ul#noticias h2 a:visited {
	color: #666666;
	text-transform: uppercase;
}

ul#noticias h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}


.date {
	color: #FF6600;
	line-height: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
a.date:hover {
	text-decoration: none;
}
*/





/* noticias*/

#noticias {
	width: 200px;
	padding:0; 
	margin:0; 
}

ul#noticias li {
	list-style-type:none;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

ul#noticias li.last {
	border: none;
}

ul#noticias li:hover {
	background-color: #ECECEC;
}

ul#noticias h2 a:link {
	color: #FF6600;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
}

ul#noticias h2 a:visited {
	color: #FF6600;
	text-transform: uppercase;
}

ul#noticias h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}


.date {
	color: #FF6600;
	line-height: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
}







/*		forms		*/
.formstyle {
	border: 1px solid #999999;
	position: relative;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	padding: 2px;
	margin-top: 5px;
}
#formbut {
	padding-left: 5px;
	margin-top: 3px;
	text-align: right;
	width: 18px;
	float: right;
	height: 18px;
}

/*		PRODUCTOS 	*/

#prod_spot{
	width:100%;
	height: 270px;
	background-color: #FFFFFF;
}
#info_spot{
	width:280px;
	height: 200px;
	background-image: url(../images/bg_prodspot.gif);
	float: right;
	padding-left: 20px;
	padding-top: 50px;
}
#image_spot{
	width:350px;
	height: 250px;
	padding-left: 220px;
	text-align: center;
	float: right;
}
#prod_tit{
	width:260px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 130px;
	margin-right: 20px;
	text-align: justify;
}
.spod_tit {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding: 5px;
	margin-top: 15px;
}
.spod_tit a{
	text-decoration: none;
	background-color: #333333;
	padding: 2px;
}
h2 {
	color: #333333;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	text-transform: uppercase;
	letter-spacing: -0.8px;
}


/*	 barra colores	old
#colores{
	float: right;
	margin-right: 20px;
}

.color_box {
	width: 100%;
	padding: 0px;
	overflow: auto;
	list-style-type: none;
}
.color_box ul {
	margin: 0px;
	float: left;
	padding-left: 0px;
	list-style-type: none;
}
.color_box li {
	padding: 0;
	float: left;
	margin-right: 0px;
	text-align: center;
	margin-top: 0;
}

.color_box a {
	color: #FFFFFF;
	line-height: 100%;
	display: block;
	vertical-align: middle;
	border: 2px solid #FFFFFF;
	height: 15px;
	width: 15px;
	margin-left: 10px;
}


.color{
	background-color:#464646;
	float: left;
	padding-right: 10px;
}
img.color_box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	
	
	*/
	
	
	
	#color_container {
	float: right;
	width: 130px;
	margin-right: 22px;
	}
	
	#box_color  {
	background-color: #999999;
	float: right;
	padding-left: 5px;
	}
	
	#box_color ul{ 
		list-style: none; 
		padding:0px;
		margin:0px
	}
	#box_color ul li  {
	display: inline;
	padding-left:0px;
	padding-right:5px;
	}
	#box_color ul img  {
	margin-bottom:5px;
	border: 2px solid #ffffff;
	margin-top: 5px;
		
	}

	#box_color ul a:hover{ 
		color: #fff;
	 }
	 
	 

	#box_color ul a:hover img {
		border: 2px solid #ffffff;

	}
	
	
	
	
/*		Cont prod		*/
#blue45{
	width:200px;
	height: 4px;
	/*background-image: url(../images/45_blue.gif);*/
	float: left;
	margin-left: 22px;
	margin-top: 6px;
}

#cont_left{
	width: 200px;
	float: left;
	padding-left: 22px;

}
.categoria_tit {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff6600;
	padding: 5px;
	width: 190px;
	text-transform: uppercase;
}






#navcontainer {
	width: 190px;
	background-image: url(../images/degree_black.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	}

#navcontainer ul
{
	background-image: none;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navcontainer a:link, #navlist a:visited, #navcontainer a:visited
{
text-decoration: none;
	background-image: url(../images/2arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#FF6600;
}

#navcontainer a:hover
{
color: #fff;
	background-color: #FF6600;
	text-decoration: none;
	background-image: url(../images/2arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
}


/* collapse styles	*/
.iconspan{
float: left;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}
.eg-bar{
color:#333333;
font-weight: bold;
padding: 3px;
}

div.eg-bar{
width: 380px;
}

.icongroup1{
	padding-left: 20px;
	width: 360px;
	text-indent: 0px;
	padding-top: 5px;
}
/*		galeria		*/
#galeria_container {
	width: 170px;
	background-image: url(../images/degree_black.gif);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	}
	
	#portfolio  {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	}
	
	#portfolio ul{ 
		list-style: none; 
		padding:0px;
		margin:0px
	}
	#portfolio ul li  { 
		display: inline; 
		padding-left:1px;
		padding-right:1px;
	}
	#portfolio ul img  {
	
		margin-bottom:10px;
		border: 1px solid #333333;

		
	}

	#portfolio ul a:hover{ 
		color: #fff;
	 }
	 
	 

	#portfolio ul a:hover img {
		border: 1px solid #d1eefa;

	}

/*		club POLARIS 		*/

#mizona{
	width: 200px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
}

.mizona_head{
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ff6600;
	width: 150px;
  }
 #head_userl{
	width: 150px;
	float: right;
}
#header_club{
	width:100%;
	background-image: url(../images/bg_header_club.jpg);
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#login_barclub{
	clear: both;
	height: 30px;
	width: 100%;
	position: relative;
	/*background-color: #214c8b;*/
}


.mizona_head_top{
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	width: 150px;
  }
 #user_head_top{
	float: right;
	background-image: url(../images/degree_user.png);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	width: 250px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
  }
   #head_user_top{
	width: 150px;
	float: right;
	text-align: right;
}
   #thumb_top{
	width: 40px;
	float: right;
	padding-right:20px;
	padding-left:5px;
}
.estilov {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.estilov img {
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	border:none;
	font-weight: bold;
	color: #FFFFFF;
}
.estilov h3 {
border-bottom-width: 0px;
	margin: 0;
	padding: 0;
	color:#FF6600;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 5px;
}

.estilov h3 a {
	color:#FF6600;
	font-size: 12px;
	text-decoration:underline;
}
.estilov h3 a:hover{
	color:#000000;
	font-size: 12px;
	text-decoration:none;
}



/*		PAGINA INN		*/
#images_inn{
	width: 200px;
	float: right;
	padding-left: 22px;
	padding-top: 10px;
	text-align: right;
}
#cont_inn{
	width: 640px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
}
#middle_inn{
	width: 390px;
	float: left;
	/*padding-left: 22px;*/
	padding-top: 10px;
}
#middle_home{
	width: 100%;
	float: left;
	/*padding-left: 22px;*/
	padding-top: 10px;
	display:block;
}

/*		contact		*/
.error-message{
	display: block;
	color:#F00000;
	font-size: 0.9em !important;
	font-weight:normal;
	padding-top: 5px;
}
label.error { 
	display: block;
	color:#F000000;
	font-size: 0.9em !important;
	font-weight:normal;
}
#messageRecipient {
	display: none !important;
}
#message {
	font-weight:bold;
	color:#F00000;
	display: none !important;
}
#tbContact td {
	text-align:left;
}

/*		usados /galeria index	*/
/*.clearAll {  clear:both;
  margin:0; padding:0;
}*/
.gcap {
	padding:0;
	margin-right: 6px;
	margin-left: 6px;
	height: 25px;
}
.gtit, a.gtit:visited {
	padding:0;
	color: #000000;
	font-weight: bold;
	height: 25px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
}
/*a.gtit:hover {
	
	color: #000000;

}*/
.gtit_gallery {
	padding:0;
	color: #ff6600;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
}
.gcon {
	width:122px;
	border:1px solid #999999;
	float:left;
	margin-right: 10px;
	margin-top: 15px;
	padding-bottom: 5px;
	background-color: #d2d2d2;
}
.scap { 
  margin:6px 6px 3px 6px;
  padding:0;
}
.scon {  width:480px;
  margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;
}
#gallery {  
/*height:320px;*/
}

#gallery ul
{
	background-image: none;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#gallery li a
{
	display: block;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5277BE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#gallery li a:link, #gallery ul a:visited
{
text-decoration: none;
	background-image: url(../images/2arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#FF6600;
}

#gallery li a:hover
{
color: #fff;
	background-color: #202020;
	text-decoration: none;
	background-image: url(../images/2arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -38px;
}
















#gallery img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}.gcon_gallery {
	width:192px;
	background:#ffffff;
	border:1px solid #999999;
	float:left;
	margin-right: 10px;
}
.grey {
	color: #333333;
	text-align: left;
}
.grey_tit {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#bike_motor {
	float: right;
	text-align: left;
	width: 205px;
}

.prdGallery {
	background:#ffffff;
	border:1px solid #999999;
	float:left;
	padding-bottom: 5px;
}
.vulcan, a.vulcan:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B04600;
	text-decoration: none;
	}