@charset "utf-8";

a.lk_index_boton_morado{
	font-size: 12px;
	color: white;
	text-decoration: none;
	display: block;
	width: 140px;
	height:30px;
	background-color: #6C116C;
	cursor: pointer;
	margin-bottom: 11px;
	padding-left: 17px;
	padding-top: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

a.lk_index_boton_morado:hover{
	background-color: #FF9205;
}

a.lk_complementos_boton_morado{
	font-size: 12px;
	color: white;
	text-decoration: none;
	display: block;
	width: 160px;
	height:30px;
	background-color: #6C116C;
	cursor: pointer;
	margin-bottom: 11px;
	padding-left: 27px;
	padding-top: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

a.lk_complementos_boton_morado:hover{
	background-color: #FF9205;
}

a.lk_contacto_enviar{	
	display: block;
	width:52px;
	height: 31px;
	cursor: pointer;
	text-decoration: none;
	background-color: #ED1C24;
	color: white;
    -webkit-appearance: none;
    -moz-appearance: none;    
	box-shadow:         1px 1px 1px 1px #aaa;
    border: 0px solid rgba(219, 184, 154, 1);
    border-radius: 5px;
    padding-top:5px;
    text-align: center;
    margin-left: 430px;
}

.lk_complementos_button{
	display: block;
	width: 151px;
	height: 31px;
	cursor: pointer;
	text-decoration: none;
	color: #6C116C;
	text-align: center;
	background-image: url(../archivos/general/bouton_cuadro.png);
	position: absolute;
	top:-22px;
	left: 8px;
	padding-top: 5px;
	font-size: 15px;
}

.lk_complementos_button:hover{
	color: white;
	background-image: url(../archivos/general/bouton_cuadro_selected.png);
}

a.lk_globos_opciones{
	font-size: 13px;
	color: black;
	text-decoration: none;
	position: absolute;
}

a.lk_globos_opciones:hover{
	color: #6C116C;
}

.lk_complementos_xl_button{
	display: block;
	width: 260px;
	height: 31px;
	cursor: pointer;
	text-decoration: none;
	color: #6C116C;
	padding-left: 30px;
	background-image: url(../archivos/general/bouton_cuadro_xl.png);
	position: absolute;
	top:-49px;
	left: 0px;
	padding-top: 5px;
	font-size: 15px;
}

.lk_complementos_xl_button:hover{
	color: white;
	background-image: url(../archivos/general/bouton_cuadro_xl_selected.png);
}