﻿
	.bMenuRadioContenedor{
		width:267px; 
		
		height:217px;
		background:transparent;
		background-image:url('../img/menu/menu.png');
		background-size:267px 217px;
		position:absolute;
		
		margin-top:-2px;
		margin-left: 370px;
		z-index:2;
		
		 cursor: pointer; cursor: hand;
	}

	.bCirculoInt {
		width: 156px;
		height: 156px;
		border: 3px solid transparent;
		#background-color:green;
		
		-moz-border-radius: 78px;
		-webkit-border-radius: 78px;
		border-radius: 110px;
		
		position: relative;
		left:30px;
		top:28px;
	}
	
	.bCirculoExt {
		width: 220px;
		height: 220px;
		border: 1px solid transparent;
		-moz-border-radius: 110px;
		-webkit-border-radius: 110px;
		border-radius: 110px;
		
		position: relative;
		left:23px;
		top:5px;
	}