﻿
.boton_home {
	border-width: 0px;
	opacity : 0.50;
}
.boxShadow
{
	-webkit-box-shadow: 1px 1px 3px gray, -1px -1px gray;
	-moz-box-shadow: 1px 1px 3px gray,-1px -1px gray;
	box-shadow: 1px 1px 3px gray, -1px -1px gray;
}
.round_border
{
	border-radius:6px;
	-moz-border-radius:6px; /* Firefox 3.6 and earlier */
	-webkit-border-radius:6px; /* Safari */
	
}
.textShadow
{
	text-shadow: 2px 2px #d1d1d1;
}

