/*************************************** MODE preview y life ***************************************************/

/* Formulario password */
.attrib {border-bottom: 1px solid #ccc; margin: 5px 0px 2px 0px; padding: 5px 0}
.txtLogin, .txtLogin2 {font-size: 1.1em;}
.txtLogin2 {color: #666}
.txtLogin {margin-right: 10px}

#formValidation {width:74em; margin: 0 auto; padding-right: 12px; text-align: center;}
#user, #password {font-size: 1.1em; border: 1px solid #666; padding-left: 5px}
#user {margin-right: 10px}
#loginButton {width:72px; height: 19px; color: #333; border: 1px solid #333; background: #F3F2F2; margin-left: 25px; font-size: 1.1em; cursor: pointer }

/* Formulario Logout */
#formLogout {text-align:right; margin: 8px 50px 0 0} 
#logoutButton {border: none; font-size: 1.1em; color: #DE0026; border-bottom: 1px solid #DE0026; background: #FFF; cursor: pointer}

/* Menu de Modos */
#optionsEdition {width: 950px; text-align: center; list-style:none;	margin: 10px 0 0 16px ;	padding:0;}
#optionsEdition li {margin:2px;	padding:0; float:left }
#optionsEdition li a {font-weight: bold; display:block; width:148px; padding:4px 0; text-decoration:none; text-align:center; font-size:1em;color:#DE0026;background-color:#fff; border-left:1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc}
#optionsEdition li a:hover { font-weight: bold; color: #FF0008; background: #F8E6E9; }
#optionsEdition li .selected { font-weight: bold; color: #FF0008; background: #F8E6E9; }


			