/*
Aqui meto los estilos de adecuacion de los antigüos en dir4.css a los nuevos del 
framework "Zurb Foundation" en ../aseests/css/app.css. Los pongo aqui para no modificar app.css y poder diferenciar
por ahora que he tenido que tocar respecto a los antiguos.
*/
@charset "ISO-8859-1";


.panelInicial{
	/*border: 1px solid #a3b9cc;*/
	background-color: transparent;
	/*background-color: #fff;*/
	border-radius: 10px;
}


.optionsMenu div {
	font-weight: bold;cursor: pointer;color: #0c416e;text-align: left;
}



.menu .submenu li:hover {
	background-color:#D3D3D3;
}



.grid-container#login{
	background: transparent url(../img/fondo-login2.png) 80% 30% no-repeat;
}


.bordered-bottom{
	border-bottom:thin solid grey;
}

.bordered-top{
	border-top:thin solid #c0c0c0;
	margin-top: 4%;
	padding-top: 3%;
}

.textoRojo, .error {
    color: #CD5C5C;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 800px) {
    .ocultoEnMovil  {
        visibility:hidden;
    }
}

	
	
	
