/*
 * SimpleModal OSX Style Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#formIdentificacio,#osx-modal-content, #osx-modal-data {display:none;}


/* Overlay */
#osx-overlay {background-color:#000;}
#osx-overlay1 {background-color:#000;}

/* Container */
#osx-container {background-color:#fff; padding-bottom:6px; width:350px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; 
-moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:6px; -moz-box-shadow:64px #000; 
-webkit-box-shadow:64px #000; box-shadow:64px #000;}
#osx-container #osx-modal-title {color:#FFF; background-color:#417B5E; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:20px;}
#osx-container .osx-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}

#osx-container1 {background-color:#FFF;height: auto !important;text-align: center;padding-bottom:6px; width:815px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; 
-moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:6px; -moz-box-shadow:64px #000; 
-webkit-box-shadow:64px #000; box-shadow:64px #000;}
#osx-container1 #osx-modal-title {color:#FFF; font-size:18px;background-color:#417B5E; border-bottom:1px solid #ccc; font-weight:400; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container1 .close {display:none; position:absolute; right:0; top:0;}
#osx-container1 .close a {display:block; color:#FFF; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container1 .close a:hover {color:#000;}
/*#osx-container1 #osx-modal-data {padding:20px;}*/
#osx-container1 .osx-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}


.avisErrorModel {/*estilo del div que muestra texto de error*/
    background: #F7D9D9;
    background-position: 10px center;
    border: 1px solid;
    color: #AF2626;
    margin: 3px 0 0 0;
    padding: 5px;
    position: relative;    
}

/*

body {background:#fff; color:#333; font: 12px/22px verdana, arial, sans-serif; height:100%; margin:0 auto; width:100%;}
h1 {color:#3a6d8c; font-size:34px; line-height:40px; margin:0;}
h3 {color:#3a6d8c; font-size:22px; line-height:26px; font-weight:normal; margin:0 0 8px 0;}
img {border:0;}
#logo {margin-bottom:20px; width:300px;}
#logo h1 {color:#666; letter-spacing:-1px; font-weight:normal;}
#logo h1 span {color:#444; font-weight:bold;}
#logo .title {color:#999; font-size:12px;}
#container {margin:0 auto; padding-top:20px; width:800px;}
#content {border-bottom:1px dotted #999; border-top:1px dotted #999; padding:20px 0;}
#footer {clear:left; color:#888; margin:20px 0;}
#footer a:link, #footer a:visited {color:#888; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}*/