/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label
{
    font-weight: bold;
}
fieldset
{
    padding: 1.6em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}
legend
{
    font-weight: bold;
    font-size: 18px;
    color:Black;
}


/* Form fields
-------------------------------------------------------------- */
input, textarea, select
{
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 120%;
    color: #333;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
input
{
    padding: 2px 0 2px 0;
}
input.checkbox, input.radio
{
    line-height: 1.4em;
    margin: 6px 0 0 3px;
    width: 13px;
    height: 13px;
    text-align:center;
}
select[class]
{
    margin: 0;
    padding: 1px 0 1px 0;
}
*:first-child + html select.select[class]
{
    margin: 1px 0;
}
.safari select.select
{
    margin-bottom: 1px;
    font-size: 120% !important;
}
input:focus, textarea:focus, input.sffocus, textarea.sffocus
{
    background: #f6f6f6;
    border: 1px solid #cccccc;
}

form.inline
{
    line-height: 3;
}
form.inline p
{
    margin-bottom: 0;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success
{
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error
{
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.success
{
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.error a
{
    color: #8a1f11;
}
.notice a
{
    color: #514721;
}
.success a
{
    color: #264409;
}


/* botones
-------------------------------------------------------------- */

.buttons 
{
    border-right: #bbb 1px solid;
    padding-right: 10px;
    border-top: #dedede 1px solid;
    
    padding-left: 10px;
    font-size: 100%;
    background: url(../imagenes/fondo-boton.png) #eaeaea repeat-x left top;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    padding-bottom: 6px;
    margin: 0px 0px 0px 0px;
    border-left: #dedede 1px solid;
    cursor: pointer;
    color: #464646;
    line-height: 130%;
    padding-top: 5px;
    border-bottom: #bfbfbf 1px solid;
    text-decoration: none;
    -webkit-box-shadow: rgba(0,0,0,.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.15) 0px 1px 3px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;

}
.buttons_index
{
	border-right: #bbb 1px solid;
    padding-right: 9px;
    border-top: #dedede 1px solid;
    padding-left: 9px;
    font-size: 100%;
    background: url(../imagenes/fondo-boton.png) #eaeaea repeat-x left top;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
    border-left: #dedede 1px solid;
    cursor: pointer;
    color: #464646;
    line-height: 130%;
    padding-top: 4px;
    border-bottom: #bfbfbf 1px solid;
    text-decoration: none;
    -webkit-box-shadow: rgba(0,0,0,.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.15) 0px 1px 3px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;

}
.buttons:hover
{
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    border-left: #336699 1px solid;
    color: #000;
    border-bottom: #336699 1px solid;
}
BUTTON.active
{
    border-left-color: #ccc;
    background: url(/images/white-grad-active.png) #fff repeat-x left top;
    border-bottom-color: #ccc;
    border-top-color: #ccc;
    border-right-color: #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.buttons A:active
{
    border-left-color: #ccc;
    background: url(/images/white-grad-active.png) #fff repeat-x left top;
    border-bottom-color: #ccc;
    border-top-color: #ccc;
    border-right-color: #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
A.button:active
{
    border-left-color: #ccc;
    background: url(/images/white-grad-active.png) #fff repeat-x left top;
    border-bottom-color: #ccc;
    border-top-color: #ccc;
    border-right-color: #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
BUTTON.positive
{
    font-weight: bold;
    color: #63a142;
}
A.positive
{
    font-weight: bold;
    color: #63a142;
}
A.positive:hover
{
    border-right: #7cb043 1px solid;
    border-top: #7cb043 1px solid;
    border-left: #7cb043 1px solid;
    color: #63a142;
    border-bottom: #7cb043 1px solid;
}
BUTTON.positive:hover
{
    border-right: #7cb043 1px solid;
    border-top: #7cb043 1px solid;
    border-left: #7cb043 1px solid;
    color: #63a142;
    border-bottom: #7cb043 1px solid;
}
A.positive:active
{
    border-right: #94b717 1px solid;
    border-top: #94b717 1px solid;
    background: #94b717;
    border-left: #94b717 1px solid;
    color: #fff;
    border-bottom: #94b717 1px solid;
    text-shadow: #607710 1px 1px 1px;
}


