﻿body , html{
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #808080;
}
/*
    .wrapper(Contenedor de toda la pagina)
    * Envuelve toda la pagina
    * Necesario para tener el sitio sentrado
*/
.wrapper {
    min-height: 100%;
    position: relative;
}

/*
    .page(Contenedor de seccion)
    * Centra la seccion y su contenido a 960px
    * Cambiar valor de width en caso necesario
*/
.page {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.clearfix {
    clear: both;
}

.col {
    float: none;
    display: block;
    height: auto;
    overflow: hidden;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #DFDFDF;
}


/*
    #header-section(Contiene la seccion de cabezera del sitio)
    * Ajustar estilos de acuerdo a diseño
*/
#header-section {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    position: relative;
}
/* .logo(logotipo de la empresa)
        * Sustituir url y nombre del logo
        * Ajustar ancho y alto
    */
.logo {
    background: url(../images/axial-logo.png) no-repeat;
    width: 280px;
    height: 100px;
    float: left;
    text-indent: -9999px;
    cursor: pointer;
}
    /* .logo a (area interactiva al raton "link")
            * link de logo
            * ancho y alto debe ser igual la clase .logo
        */
    .logo a {
        display: block;
        background: transparent;
        width: 280px;
        height: 100px;
    }

.navigation {
    float: right;
    margin-top: 35px;
}

#menu {
    float: left;
    padding: 5px 0px 0px 10px;
}

    #menu li {
        display: inline-block;
        float: left;
        padding: 0 30px 0 0;
    }

        #menu li a {
            font-family: Arial;
            font-size: 14px;
            color: #363636;
            display: inline-block;
            padding: 5px 10px;
            margin: 0 0 5px;
        }

            #menu li a.active, #menu li a:hover {
                background: #000;
                color: #FFF;
            }

.social-wrapper {
    float: left;
}

    .social-wrapper a {
        display: block;
        width: 29px;
        height: 28px;
        text-indent: -9999px;
        float: left;
        margin: 0 5px 0 0;
    }

.icon {
    background: url(../images/social-icons.png);
}

a.fb {
    background-position: 0px 0px;
}

    a.fb:hover {
        background-position: 0px -38px;
    }

a.tw {
    background-position: 0px -76px;
}

    a.tw:hover {
        background-position: 0px -114px;
    }

#slider-section {
    height: 280px;
    border-bottom: 1px dotted #ebebeb;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width: 960px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    display: none;
}

    /*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

    .slides_container a {
        width: 960px;
        height: 250px;
        display: block;
    }

        .slides_container a img {
            display: block;
        }
/*
	Pagination
*/

.pagination {
    margin: 10px auto 0;
    width: 100px;
}

    .pagination li {
        float: left;
        margin: 0 4px;
        list-style: none;
    }

        .pagination li a {
            display: block;
            width: 12px;
            height: 0;
            padding-top: 12px;
            background-image: url(../images/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -12px;
        }

#content-section {
    margin: 2em 0;
    overflow: hidden;
}

.clear {
    width: 1px;
    height: 1px;
    clear: both;
}

.book {
    overflow: hidden;
    margin-bottom: 1em;
    height: auto;

}
.book .book-image , .col .book-body {
    display: block;
    float: left;
}

.book .book-image {
    width: 83px;
    margin-right: 1em;
}

.book .book-body {
    width: 820px;
    margin: 0 1em;
}

.book-body h2 {
    font: 24px/32px Arial;
    margin: 0;
}
.book-body .date-book {
    display: block;
    font: 14px/16px Arial;
    font-style: italic;
}
.book-body p {
    font: 14px/18px Arial;
}

#footer-section {
    width: 100%;
    height: 30px;
    padding: 20px 0;
    border-top: 1px dotted #ebebeb;
}

    #footer-section p {
        font-family: Arial;
        font-size: 13px;
        line-height: 13px;
        color: #363636;
        float: left;
    }

        #footer-section p.sign-mw {
            float: right;
        }

.button {
    display: inline-block;
    background: #f4f4f4;
    text-shadow: 1px 1px 0px #ffffff;
    padding: 7px 8px;
    display: block;
    border-color: #c9cdd1;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 12px;
    color: #959595;
    font-weight: bold;
}

    .button:hover {
        background: #ebebeb;
    }

    .button:active {

    }

.headline {
    font: 24px/28px Arial;
    margin: 10px 0;
}
.about p {
    margin: 20px 0;
}
p {
    font: 13px/18px Arial;
}

p b {
    display: block;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}
table {
    display: block;
    padding: 1em;
    font: 13px/18px Arial;
}

table tr, table td {
    padding: 0.5em;
}

/* Form */
* {
    outline: none;
}
.quick-contact {
    width: 300px;
    float: left;
    margin-right: 60px;
}
.get-in {
    width: 600px;
    float: left;
}
.get-in label {
    display: block;
    padding: 10px 0px;
    font-weight: bold;
}

.get-in label.error {
    background: #d83e3e;
    color: #FFF;
    display: inline-block;
    width: auto;
    padding: 5px 10px;

}

.get-in .form-control {
    display: block;
    float: left;
    width: 300px;
}

.field {
    display: block;
    width: 95%;
    height: 24px;
    padding: 5px 2px;
    background: #ebebeb;
    border: 1px solid #d7d7d7;
}
textarea.field {
    width: 98%;
    height: 150px;
}

.btn-theme {
    float: right;
    background: #1e1e1e;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #FFF;
}
