@charset "utf-8";
/* CSS Document */

.buttonIco {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width: 244px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.4s 0.4s;
	-moz-transition: all 0.4s 0.4s;
	-ms-transition: all 0.4s 0.4s;
	-o-transition: all 0.4s 0.4s;
	transition: all 0.4s 0.4s;
}

.buttonIco1 {
	margin: 3px;
	background-color: #A3C413;
	-webkit-transition padding-top:5px ;
	-moz-transition padding-top:5px ;
	-ms-transition padding-top:5px ;
	-o-transition padding-top:5px ;
}
.buttonIcoTex {
	height: auto;
	width: auto;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2em;
	color: #4E1C41;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
}
.Img {
	margin-top: 5px;
	margin-bottom: 5px;

}
.buttonIco1:hover {
	background-color: #FFFFFF;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	border: 1px solid #A3C413;
	
}
.ImgIco{
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	position: relative;
	float: left;
	margin-left: 1%;
	}

.ImgIco:hover{
	-webkit-transition box-shadow: 0px 0px 5px 5px #fff;
	-moz-transition box-shadow: 0px 0px 5px 5px #fff;
	-ms-transition box-shadow: 0px 0px 5px 5px #fff;
	-o-transition box-shadow: 0px 0px 5px 5px #fff;
	transition box-shadow: 0px 0px 5px 5px #fff;
	box-shadow: 0px 0px 5px 5px #fff;

	
	-webkit-transition border-radius:50% ;
	-moz-transition border-radius:50%;
	-ms-transition border-radius:50%;
	-o-transition border-radius:50%;
	transition border-radius:50%;
	border-radius: 50%;
	background-color: #FFF;
	float: left;

}
.ldiomas {
	height: auto;
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ldiomasTex {
	background-color: #060;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	width: auto;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
