/*
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;
}

/************************ LOGOS ************************/
.lblTitleAppsIntegred { margin-bottom: 35px !important; }
.appsIntegrated { overflow: hidden; }

.igae { height: 105px; margin-top: -10px !important; }
.meyss { margin-top: 10px !important; }
.inap { height: 105px; margin-top: -10px !important; }
.almacen { margin-top: 20px !important; }
.trama { margin-top: 25px !important; }
.sim { height: 80px; margin-top: 0px !important; }
.carpetaCiudadana { margin-top: -17px !important; }
.inside { margin-top: 15px !important; }
.geiser { margin-top: 20px !important; }
.portaFirmas { margin-top: 8px !important; }
.lema { height: 40px; width: 65%; margin-top: 10px !important; }
.sigp { height: 60px; width: 67%; margin-top: 0px !important; }
.intermediacion { height: 60px; width: 60%; margin-top: 0px; }
.ivo { height: 60px; }
.reunete { margin-top: -37px !important; }
.redSara { height: 45px; margin-top: 15px !important; }
.pae { height: 55px; }
.eiel { height: 60px; margin-top: 13px; }
.eugo { height: 60px; width: 67%; margin-top: 0px !important; }
.orve { height: 60px; width: 67%; margin-top: 0px !important; }
.notifica { height: 60px; width: 67%; margin-top: 0px !important; }
.obsae { height: 60px; width: 67%; margin-top: 0px !important; }
.samlLogo { height: 21px !important; margin-left: 18px !important; margin-top: -2px; }
.cas { margin-top: -3px; }
.angular { height: 60px !important; margin-top: -22px; }
.htmlCss3Js { width: 89px; height: 40px !important; margin-top: -12px; }
.bootstrap { width: 110px; margin-top: -3px; }

.icon-plus-sign { position: absolute; cursor: pointer; color: #d2d3d5; }

.tecnologyLogos { max-width: 787px; overflow: hidden; margin: 20px auto; }
.tecnologyLogos .footerContainerLogo { width: 121px; height: 15px; }

.footerContainerLogo { float: left; margin-right: 22px; background-color: #eaeaea;
    				   padding: 18px 7px; border-radius: 5px; }
.footerContainerLogo img { height: 22px; margin-left: auto; margin-right: auto; display: block; }

.footerContainerLogoOtherPages { height: 52px !important; width: 135px !important; }
    					   
/************************ END LOGOS ********************/

.menu .submenu li:hover {
	background-color:#f0f0f0;
}



.grid-container#login{
	background: transparent url(../img/fondo-login2.png) 80% 30% no-repeat;
}


.bordered-bottom{
	border-bottom:thin solid grey;
}

.textoRojo, .error {
    color: #852929;
    font-weight: bold;
    font-size: 20px;
}

.height100Restrictive{
	height:100% !important;
}

	
/**************** Estilos modal********/
.modal-header{background-color: #fafbfc; border-radius: 6px}
.modal-footer{background-color: #fafbfc; border-radius: 6px}

a.submit{
 background-color: #3071a9;
    border: 1px solid #285e8e;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 10px 12px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px #404040;
    text-transform: uppercase;
    font-size: .9em;
    margin-right: 20px;
    margin-left: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    opacity: 1 !important;
}

a.submit:hover{
	background-color: #285f8f;
    border-color: #214e75;
}	
