
.button {
	background: url(../images/buttons/button.png);
	width:114px; 
	height:23px;
	line-height: 20px;
	text-align: center;
	float:left; margin-left:0px;
	no-repeat; 	
	border-width:0px;
    border-style:none;
    color:white;
		

}

.amenu {
color:white;
}

.tableborder {
	border.radius: 10px;  
	-moz-border-radius:10px;  
	-webkit-border-radius:10px;
	box-shadow: 0px 0px 8px #000; /* Sombra */
}

.tableborderblack {
	background:#e6e6e6;
	border.radius: 10px;  
	-moz-border-radius:10px;  
	-webkit-border-radius:10px;
	box-shadow: 0px 0px 8px #000; /* Sombra */
}

.blura { 
		  text-decoration:none;		  
		  color: black; 
		  margin: 0px; 
		  text-shadow: 0px 0px 6px #000;
		  -webkit-transition: all 0.5s ease; 
		  -moz-transition: all 0.5s ease; 
	      -ms-transition: all 0.5s ease; 
	      -o-transition: all 0.5s ease; 
          transition: all 0.5s ease;
}

.blura:hover { 
		  text-decoration:none;		  
		  color: rgba(0,0,0,0); margin: 10px; text-shadow: 0px 0px 6px #000, 0px 0px 3px #000;
		  -webkit-transition: all 0.5s ease; 
		  -moz-transition: all 0.5s ease; 
	      -ms-transition: all 0.5s ease; 
	      -o-transition: all 0.5s ease; 
          transition: all 0.5s ease;
}

.bluragrey { 
		  text-decoration:none;		  
		  color: grey; 
		  margin: 0px; 
		  text-shadow: 0px 0px 6px #000;
		  -webkit-transition: all 0.5s ease; 
		  -moz-transition: all 0.5s ease; 
	      -ms-transition: all 0.5s ease; 
	      -o-transition: all 0.5s ease; 
          transition: all 0.5s ease;
}

.bluragrey:hover { 
		  text-decoration:none;		  
		  color: rgba(0,0,0,0); margin: 10px; text-shadow: 0px 0px 6px #000, 0px 0px 3px #000;
		  -webkit-transition: all 0.5s ease; 
		  -moz-transition: all 0.5s ease; 
	      -ms-transition: all 0.5s ease; 
	      -o-transition: all 0.5s ease; 
          transition: all 0.5s ease;
}

.redondeado {
	border-radius: 10% / 10%; /* Borde redondeado */
	box-shadow: 0px 0px 8px #000; /* Sombra */
	padding:0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.redondeado2 {
	border-radius: 5% / 10%; /* Borde redondeado */
	box-shadow: 0px 0px 12px #000; /* Sombra */
	padding:0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.inputbox {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.inputborder2 {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;

}

.inputborder2:hover {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 0px 12px #000; /* Sombra */
	background-color:#e3f5ff;
}

.buttonimg{
	background-image:url(../images/buttons/button.png);
  	width:114px; 
	height:23px;
	border-width:0px;
    border-style:none;
    color:white;
}

.buttonleft {
	line-height: 35px;
	float:left; 
	margin-left:0px; 
	text-align:center;
	background: url(../images/menu/buttonleft.png); 
	no-repeat; 
	width:106px; 
	height:38px;
	color:white;
	font-weight:bold;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}

.buttoncenter , .buttoncenter  a:hover{
	line-height: 35px;
	text-align: center;
	text-decoration:none;
	float:left; margin-left:0px;
	background: url(../images/menu/button.png); 
	no-repeat; 
	width:106px; 
	height:38px;
	font-weight:bold;
	color:white;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}

.buttonright, .buttonright  a:hover{
	line-height: 35px;
	float:left; margin-left:0px; text-align:center;
	background: url(../images/menu/buttonright.png); 
	no-repeat; 
	width:106px; 
	height:38px;
	font-weight:bold;
	color:white;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}


.buttonleft:hover {
	line-height: 35px;
	float:left; margin-left:0px; text-align:center;
	background: url(../images/menu/buttonleft.png); 
	no-repeat; 
	width:106px; 
	height:38px;
	color:black;
	text-shadow: 0.5em 0.5em #333
	filter:alpha(opacity=50); 
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

.buttoncenter:hover {
	line-height: 35px;
	text-align: center;
	float:left; margin-left:0px;
	background: url(../images/menu/button.png); 
	no-repeat; 
	width:106px; 
	height:38px;
	color:black;
	text-shadow: 0.5em 0.5em #333
	filter:alpha(opacity=50); 
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

.buttonright:hover {
	line-height: 35px;
	float:left; margin-left:0px; text-align:center;
	background: url(../images/menu/buttonright.png); 
	no-repeat; 
	width:106px; 
	height:38px;
	color:black;
	text-shadow: 0.5em 0.5em #333
	filter:alpha(opacity=50); 
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

.individ1 {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.individ1:hover {
	border-radius: 10% / 10%; /* Borde redondeado */
	box-shadow: 0px 0px 12px #000; /* Sombra */
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}