/* botones rounded jquery*/

 a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
  
  .button {
    color: #fff;
    background-color: #f00;
    padding: 5px 7px;
		border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }
   .button:visited {
    color: #fff;
    background-color: #f00;
    padding: 5px 7px;
  }


  .button:hover {
  	color:#000;
    background-color: #fff; /*#cee;*/
  }
  
  
  
 .buttonPeq,.buttonPeq:visited  {
    color: #fff;
    background-color: #f00;
    padding: 2px 7px;
		 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }
  .buttonPeq:hover {
   	color: #fff;
    background-color: #000; /*#cee;*/
  }
  
  .buttonPeqNegro, .buttonPeqNegro:visited {
    color: #fff;
    background-color: #000;
    padding: 2px 7px;
			 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }
  .buttonPeqNegro:hover {
   	color: #fff;
    background-color: #444; /*#cee;*/
  }
  
  
  .roundedTop {
	  border-radius-bottomleft:0px;
	  border-radius-bottomright:0px;
	  border-radius-topleft:5px;
	  border-radius-topright:5px;
	  
  	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
   }
   
 .roundedTopGrande {
	  border-radius-bottomleft:0px;
	  border-radius-bottomright:0px;
	  border-radius-topleft:15px;
	  border-radius-topright:15px;
	  
  	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
   }
   
 .roundedBottom {
 	  border-radius-bottomleft:5px;
	  border-radius-bottomright:5px;
	  border-radius-topleft:0;
	  border-radius-topright:0;
	  
	  
  	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
   }
.roundedPeq {
	border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
}

  
   .button2,.button2:visited {
    color: #000;
    background-color: #fff;
    padding: 5px 7px;
	border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }

  .button2:hover {
    background-color: #333; /*#cee;*/
	color:#fff;
  }
  
 
  .buttonNaranja, .buttonNaranja:visited {
    color: #fff;
    background-color: #FF6600;
    padding: 2px 7px;
	font-size:16px;
	 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }
  .buttonNaranja:hover {
   	color: #fff;
    background-color: #444; /*#cee;*/
  }
  
  .buttonGris, .buttonGris:visited {
    color: #fff;
    background-color: #444;
    padding: 2px 7px;
	font-size:16px;
	 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }
  .buttonGris:hover {
   	color: #8CF200;
    background-color: #333; /*#cee;*/
  }
  
  .buttonVerde, .buttonVerde:visited {
    color: #666;
    background-color: #8CF200;
    padding: 2px 7px;
	font-size:16px;
	 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  
	
	-moz-box-shadow: 4px 4px 9px #333; 
  		-webkit-box-shadow: 4px 4px 9px #333; 
      box-shadow: 4px 4px 9px #333; 
	  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #8CF200); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #8CF200)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#8CF200'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#8CF200')"; /* IE8 */
  }
  .buttonVerde:hover {
   	color: #000;
    background-color: #8CF200;
	
	-moz-box-shadow: 6px 6px 9px #333; 
  		-webkit-box-shadow: 6px 6px 9px #333; 
      box-shadow: 6px 6px 9px #333; 
  }
  
    .buttonVerde2, .buttonVerde2:visited {
    color: #fff;
    background-color: #8CF200;
    padding: 2px 7px;
	font-size:16px;
	 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  opacity:0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
  }
  .buttonVerde2:hover {
   	color: #fff;
     opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
  }
  
   .buttonPeqGris {
    color: #FF6600;
    background-color: #444;
    padding: 2px 7px;
	font-size:12px;
  }
  
  .buttonPeqGris:visited {
    color: #FF6600;
    background-color: #444;
    padding: 2px 7px;
  }

  .buttonPeqGris:hover {
   	color: #fff;
    background-color: #666; /*#cee;*/
  }
  
  
  /* menu principal*/
   .buttonMenu {
    color: #fff;
    background-color: #74CA00;
    padding: 5px 7px;
		 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }

  .buttonMenu:hover {
    background-color: #93FF00; /*#cee;*/
  }

 .buttonMenu2 {
    color: #fff;
    background-color: #545456;
    padding: 5px 7px;
		 border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
  }

  .buttonMenu2:hover {
    background-color: #333333; /*#cee;*/
  }
  
 .inputGrande {
	background-color:#F2F2F2;
	border:1px solid #666666;
	font-size:16px;
	margin:7px;
	padding:5px;
	border-radius : 5px; 
  -moz-border-radius : 5px; 
  -webkit-border-radius : 5px; 
}
.inputGrande:focus {
	background-color:#fff;
}

.formaLabels {
	list-style:none;
	width:400px;
}
.formaLabels li label {
	float:left;
	clear:left;
	width:110px;
	margin:16px 0px 0 0;
	display:block;
	text-align:right;
}

