body {
    background-image: url(../images/furley_bg.png);
    margin: 0px;
    font-family:Georgia;
}

a {
    outline: none;
}
a img {
    border : 0;
}
img {
    border : 0;
}

.main {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background-color: #FFF;
    width: 1000px;
    margin: 0 auto;
}
.content {
    margin: 0 auto;
    padding-top: 10px;
    width: 980px;
    height: 1115px;
    margin-bottom: 20px;
}
.nosotros {
   height: 760px;
}
.contacto {
   height: 600px;
}
.gallery {
    height: 1020px;
}

.menu {
    text-align:center;            
    margin: 0 auto;
    margin-top: 6px;
}
.menu ul {
    background-image: url(../images/menu_bg.png);
    height: 30px;
    margin-top: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    
}
.menu li {
    display:inline-block;
    padding-top: 9px;
}
.menu ul a {
    border-right: 1px solid rgb(185, 0, 0);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 40px;
    padding-left: 40px;
    display: block;
    line-height: 13px;
    text-decoration: none;
    font-family: Georgia;
    font-size: 17px;
    color: #FFFFFF;
    font-weight:bold;
}

.menu ul a:hover {
    color:black;
}

.banner {
    margin-top:-8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family:Georgia;
    font-size: 28px;
    color: rgb(80,80,80);
    border-bottom: 1px solid rgb(200,200,200);
    padding-left: 10px;
    
}

.banner .left {
    width:300px;
    display:inline-block;
    font-style:italic;
    padding:15px;
    vertical-align:top;
}

.banner .right {
    width:600px;
    display:inline-block;
    font-style:italic;
    padding-top:15px;
    padding-left:30px;
}

.section {
    display:inline-block;
    border: 1px solid #DDD;
    margin-left: 15px;
    width:300px;
    text-align:center;
    vertical-align: top;
    height: 226px;
    margin-top: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color:black;
}

.sections div h1 {
    font-family: Georgia;
    font-size: 25px;
    text-align: left;
    margin: 0px;
    margin-left: 18px;
    margin-top: 15px;
    color: #222;
    
}

.sections div h2 {
    background-image: url(../images/sectiontitle_bg.png);
    font-family: Georgia;
    font-size: 19px;
    vertical-align: top;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 3px;
}

.services div h1 a {
    text-decoration:none;
    color: #222;
}

.services {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}

.footer {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
}

.clients {
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}

.clients-header {
    margin-bottom: 10px;
}

.clients-slider {
    margin-top: 0px;
}

.more {
    width: 980px;
    text-align: center;
    font-family: Georgia;
    font-size: 22px;
    margin-top: 10px;
}

.more a {
    text-decoration: underline;
    font-size: 21px;
    font-style: italic;
    font-weight:bold;
}

.bx-wrapper {
    margin-bottom: 40px !important;
}

.about div h1 {
    font-family: Georgia;
    font-size: 25px;
    text-align: left;
    margin: 0px;
    margin-left: 18px;
    margin-top: 15px;
    color: #222;
}

.about div div {
    font-family:Georgia;
    padding-left: 20px;
    font-size: 17px;
}

.servicios-detalle, .galeria {
    font-family:Georgia;
    color:#222;
}

.servicios-detalle, .galeria div h1 {
    font-family: Georgia;
    font-size: 25px;
    text-align: left;
    margin: 0px;
    margin-left: 18px;
    margin-top: 15px;
    color: #222;
}
.servicios-detalle, .galeria h2 {
    font-size: 16px;
    margin-left: 18px;
    margin-bottom: 3px;
}

.servicios-detalle div div div {
    font-size: 15px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-left: 18px;
    color: #222;
}

.galeria img {
    width: 225px;
    height: auto;
    max-height: 225px;
    border: 1px solid #ccc;
    margin: 38px;
    margin-bottom: 5px;
}

.album {
    float:left;
}

.contactheader {
    font-size: 20px;
    color: rgb(80,80,80);
    width: 950px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px dotted #888;
}

.contact {
    margin-top: 20px;
    color: rgb(80,80,80);
    padding-bottom: 20px;
}

.contactform {
    width: 550px;
    display: inline-block;
    vertical-align:top;
    border-right: 1px dotted #888;
}

.contactinfo {
    vertical-align:top;
    display: inline-block;
    margin-left: 30px;
}

.contactinfo div {
    font-size: 20px;
}

fieldset {
    border: 0px;
    font-size: 20px;
}

fieldset div {
    margin-bottom: 5px;
}

fieldset div label {
    width: 140px;
    display:inline-block;
    vertical-align:center;
    text-align: right;
}

fieldset div input {
    width: 280px;
    height: 25px;
    font-size: 18px;
}

fieldset div textarea {
    width:350px;
    height: 100px;
    font-size: 16px;
}

fieldset .textarealabel {
    vertical-align:top;
}

.button-send a
{
    display: block;
    width: 100px;
    line-height:10px;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    cursor:pointer;
    text-decoration:none;
    font-weight:bold;
    font-size: 18px;
    background: #23B84F;
    float:right;
}

.button-send {
    width: 500px;
    text-align:right;
}
