﻿/*
* {
    margin: 0;
    padding: 0;
}
*/

body {
    /*background: url('../Images/background.jpg') repeat-x center top #928788;*/
    background-attachment: fixed;
    color: #444; 
    font-family: Open Sans;
    font-size: 14px;      
    margin: 0;
    padding: 0;
}

a {
    color: #1786b7;
}

img {
    border-style: none !important;
    border-width: 0px !important;
}

h3 {
    color: #666;
    font-weight: 600;
}

.clear {
    clear: both;
}

ul {
  list-style: none;
}

select {
    height: 23px !important;
}

select[disabled] { background-color: #EBEBE4; border: 1px solid #ccc }

select:focus { outline-color: #0093dd; border-color: #0093dd; border-width: 1px; }
select:hover { outline-color: #0093dd; border-color: #0093dd; border-width: 1px; }

div.cmf-skinned-select {
    background: url('../images/dropdown/arrow.png') top right no-repeat;
    border: 1px solid #aaa;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    transition: all 0.2s ease-out;
    behavior: url(/Styles/PIE.htc);
    behavior: none\9; 
    margin-top: 2px;
}

div.cmf-skinned-text {
    padding: 3px;
    font-weight: normal;
}

div.cmf-skinned-select:hover, div.cmf-skinned-select:focus {
    background-color: #e8f4fb;
    border-color: #3490c4;
    transition: all 0.2s ease-out;
}

label.filebutton {
    width:120px;
    height:40px;
    overflow:hidden;
    position:relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../Images/buttons/agregar.png);
    cursor: pointer;
}

label.filebutton:hover {
    width:120px;
    height:40px;
    overflow:hidden;
    position:relative;    
    background-image: url(../Images/buttons/agregar_hover.png);
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}

.subtitle {
    font-weight: normal;
    font-size: 0.9em;
}
