/* Inicio - Codigo Adicional */

@font-face {
	font-family: "Myriad Pro Cond";
    src: url(../fonts/Myriad_pro.ttf);
}

#Pagina_login.ui-page {

	background: url(../img/Fondo.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}

.Pie_pagina_fondo {

	background: transparent;
}

input::-webkit-input-placeholder {
color: #D8D8D8 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #D8D8D8 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #D8D8D8 !important;  
}
 
input:-ms-input-placeholder {  
color: #D8D8D8 !important;  
}

/* Panel - Lateral */

.ui-panel {
    
    background: url(../img/Fondo_codigo.jpg) no-repeat center center fixed !important;
    height: 100%;

}