/* 
    Document   : base_template
    Created on : 24/10/2012, 16:43:06
    Author     : Federico
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    color: #666666;
    font-family: sans-serif;
    font-size: 12px;
}

#cabecera {
    /*padding: 6px 6px 8px 6px;*/
    background-color: #6699FF;
    color: #ffffff;
    
    background: url("../img/128b.jpg") repeat scroll center top transparent;
  
    height: 55px;
    padding: 3px 5px 0;
}
#cabecera h1, h2, h3 {
    margin: 0px 0px 0px 0px;
}
#menu {
  /*  background-color: #000000;*/
    color: #ffffff;
    padding: 4px 0px 4px 0px;
    float: left;
}
#menu a {
   /* width: 100px;
    background-color: #000000;
    padding: 4px 8px 4px 8px;*/
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
#menu a:hover {
  /*  background-color: #F9F9F9;
    color: #fff;*/
}
#menu li {
    list-style:none;
    height: 20px;
}
#menu ul {
    padding-left: 15px;
    /*width: 130px;*/
}
#menu #us li:hover {
    border: 1px solid silver;
    background-color: #F9F9F9;
    color: #666666;
    list-style:none;
}
#mensaje {
    margin: 20px;
    border: 1px solid #990033;
    background-color: #f4f4f4;
    padding: 8px;
    color: #2981E4;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 170px;
    width: 500px;
}
#formulario {
    margin: 16px 20px 10px 20px;
    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
    padding: 8px;
    text-align: left;
    float: left;
    height: auto;
    width: 80%;
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px; /*para IE */
    behavior:url(/LCMS/site_media/css/border.htc);
}

#formulario_login{
    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
    margin: 16px auto;
    padding: 8px;
    text-align: left;
    width:900px;
    height: auto;
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
   
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px; /*para IE */
    behavior:url(/LCMS/site_media/css/border.htc);
}
#info2 {
    margin-left: 25px;
    background-color:#cccccc;
    margin-bottom: 25px;
    width: 270px;
}
#result1, #info2, #result2 {
    margin: 0;
    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
    padding: 8px;
    text-align: left;
    float: left;
    height: auto;
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px; /*para IE */
    behavior:url(/LCMS/site_media/css/border.htc);
}

.item_requerid {
    width: 150px;
    height: 22px;
    padding-right: 4px;
    font-weight: bold;
    
    clear: left;
    text-align: left;
}

.permisos .item_requerid{
    width: 100px;
    height: 41px;
}

.form_requerid {
    /*height: 22px;
    width: 20px;*/
    clear: right;
}
input, select {
    border: 1px solid #c0c0c0;
}

input[type="radio"],input[type="checkbox"]  {
    border: 0px solid #c0c0c0;
}
#scene input[type="text"]{
    margin-bottom: 0px;
}

.form_button {
   /* padding-top: 15px;
    margin-left: 154px;*/
    clear: both;
   
}
h3 .form_edit_acc{
    vertical-align: middle;
}
.form_edit_acc{
    margin: 0px;
    display: inline-block;
    background: none;
    border-color: transparent;  
    vertical-align: top;
    
}
#enviar {
    padding: 5px 10px 5px 10px;
    border: 2px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
#enviar:hover {
    background-color: #6699FF;
}
.title{
  
    font-weight: bold;
}

#sitecontent{
    display: inline-block;
}
#sitecontent button{
    display: inline-block;
}

.absolute{
     background-color: #F9F9F9;
}

.fix{
    background-color: #CCCCCC !important;
    left: 5px;
    position: fixed;
    top: 5px;
}

#mini_div{
    background-color: #f3f3f3;
    border: 1px solid #C0C0C0;
    border-radius: 15px 15px 15px 15px;
    float: left;
    height: auto;
    margin-left: 6px;
    margin-bottom: 6px;
    padding: 8px;
    text-align: left;
}