/*Esto hace que se mueva el menu secundario*/

.mousefuera {
border-top: 5px solid rgb(51, 51, 51); border-bottom: 5px solid rgb(51, 51, 51);
border-left: 3px solid rgb(51, 51, 51); border-right: 5px solid rgb(51, 51, 51); }
.mouseSobre {
border-top: 3px solid rgb(51, 51, 51);
border-bottom: 7px solid rgb(51, 51, 51); border-left: 05px solid rgb(51, 51, 51);
border-right: 3px solid rgb(51, 51, 51);}
.mousepulsado {
border-top: 6px solid rgb(51, 51, 51);
border-bottom: 4px solid rgb(51, 51, 51); border-left: 5px solid rgb(51, 51, 51);
border-right: 3px solid rgb(51, 51, 51);}
.MouseArriba {
border-top: 5px solid rgb(51, 51, 51);
border-bottom: 5px solid rgb(51, 51, 51); border-left: 5px solid rgb(51, 51, 51);
border-right: 3px solid rgb(51, 51, 51);}

/*estilos*/

/*textos formlog*/
.estilotextformlog{
	font-family:arial;
	font-size: 90%;
	color:rgb(255, 255, 255);
	font-weight: 700;
	font-style: italic;
}

.estilotextgeneral{
	font-family:arial;
	font-size: 90%;
	color:rgb(51, 51, 51);
	font-weight: 500;
	font-style: italic;
}



/*boton aceptacookies*/
.estilobotonaceptacookies{
	font-family:arial;
	font-size: 90%;
	color:rgb(51, 51, 51);
	font-weight: 700;
	font-style: italic;
        background:rgb(200, 162, 223);
        border:0px;

}


/*estilo1*/
	#estilo1{color:#FFF;background:#BFC0BC;}
/*estilo2*/
	#estilo2{color:black;background:grey;}
/*estilo3*/
	#estilo3{background:#9346BA;}
/*estilo4*/
	#estilo4{background:rgb(51, 51, 51);}
/*estilo5*/
	#estilo5{font: 90% arial; color:white; background:rgb(51, 51, 51);}
/*estilo6*/
	#estilo6{font: 90% arial; color:white;background:#BFC0BC;}
/*estilo7 fondo morado letra grande arial  */
	#estilo7{font: 110% arial; color:#FFF;  background:rgb(200, 162, 223);}



/* estilo div aceptar cookies*/

#overbox3 {
    position: fixed;
    bottom: 50px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background:rgb(200, 162, 223);
}
#infobox3 p {
    margin-left: 25px;
    margin-right:25px;
    line-height:18px;
    font-size:15px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}

