/*
Theme Name: Vic Photo
*/

/*reseter*/

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
span,
table,
td,
tr {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

/* fonts */



@font-face {
    font-family: 'sd';
    src: url('fonts/santo___-webfont.eot');
    src: url('fonts/santo___-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/santo___-webfont.woff') format('woff'),
        url('fonts/santo___-webfont.ttf') format('truetype'),
        url('fonts/santo___-webfont.svg#SANTOSDUMONTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url(img/fondo.jpg);
    background-color: #B9B9B7;
    background-position: top center;
    background-attachment: fixed;
    font-family: Tahoma, Geneva, sans-serif;
}

/*menu*/
.clear {
    clear: both
}

.header {
    width: 990px;
    margin: 0 auto;
    height: 65px;
    position: relative;
}

.menu_superior {
    position: absolute;
    top: 3px;
    right: 0;
}

.menu_superior {}

.menu_superior li {
    display: block;
    float: left;
    line-height: 28px;
}

.menu_superior li a {
    display: block;
    width: 88px;
    height: 28px;
    background-position: top;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(img/boton_reg.png);
    font-size: 12px;
    color: #333;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
}

.menu_superior li.current_page_item a,
.menu_superior li.current-menu-item a,
li.current-menu-parent a {
    font-weight: bold;
    font-size: 11px;
    background-position: bottom;
}

.menu_superior li.current_page_item a,
.menu_superior li.current-menu-item a,
.menu_superior li a:hover {
    background-position: bottom;
}

a#home_button {
    display: block;
    width: 32px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 529px;
    background-image: url(img/boton_home.png);
    background-position: top;
    background-repeat: no-repeat;
}

a#home_button:hover {
    background-position: bottom;
}

a#isotipo {
    width: 187px;
    height: 57px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(img/187x57logo.png) no-repeat top left;
    overflow: hidden;
    text-indent: -9999px;
}

/*main content*/
.main-content {
    margin: 0 auto;
    width: 990px;
    position: relative
}

.separator {
    width: 990px;
    height: 30px;
    margin: 10px 0;
    border-bottom: 1px solid #CCC;
    clear: both
}

.separator_lt {
    width: 990px;
    height: 10px;
    margin: 5px 0;
    border-bottom: 1px solid #CCC;
    clear: both
}

.main-slider {
    display: block;
    width: 990px;
    height: 660px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.main-train {
    display: block;
    width: 9900px;
    height: 660px;
    position: absolute;
}

.ticks {
    width: 100px;
    position: absolute;
    top: -25px;
    right: 0px;
    z-index: 1;
    display: block;
    height: 30px
}

.ticks a {
    width: 24px;
    height: 30px;
    display: block;
    background-image: url(img/patitas.png);
    float: left;
    overflow: hidden
}

.ticks a:hover {
    background-image: url(img/patitas-over.png);
}

.tickover {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*modulo*/
.modulo {
    width: 990;
    height: 660px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left
}

.over-img {
    position: absolute;
    z-index: 99;
    background-image: url(img/894x500_slide.png);
    width: 990px;
    height: 660px;
    display: block;
}

.over-img>a {
    display: block;
    height: 660px;
    width: 990px
}

.modulo-imagen {
    z-index: 10;
    display: block;
}

.modulo-titulos {
    z-index: 90;
    display: block;
    position: absolute;
    left: -3px;
    bottom: 30px;
    height: 30px;
    background-color: #FFF;
    background-image: url(img/flechita.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: 2px dotted #CCC;
    line-height: 30px;
    padding: 0 30px 0 10px;
    font-size: 10px;
}

.modulo-titulos a {
    color: #333;
    font-size: 14px;
    margin: 0 0 0 10px;
}

/*textos*/
.textos {
    margin: 0 auto;
    display: block;
    width: 990px;
    height: 190px
}

.textos-mod {
    float: left;
    width: 320px;
    display: block
}

.textos-sep {
    float: left;
    width: 15px;
    display: block;
    height: 100px;
}

.textos h1 {
    font-family: 'sd';
    font-weight: normal;
    font-size: 50px;
}

.textos p {
    font-size: 11px;
    line-height: 23px;
    font-style: italic;
    padding: 0px 20px;
    color: #666;
}

.textos a {
    display: block;
    padding-right: 30px;
    background: url(img/flechita.png) center right no-repeat;
    text-decoration: none;
    float: right;
    font-size: 12px;
    text-align: right;
    color: #333
}

.textos a:hover {
    color: #CCC;
}

/*footer*/
.footer {
    width: 990px;
    margin: 0 auto;
    position: relative;
    clear: both;
    margin-bottom: 10px;
    text-align: right;
    display: block;
    font-size: 9px;
    line-height: 18px;
}

.footer img {
    float: right;
    margin: 0 5px;
}

/*modulos personales*/

.modulos-personales {
    float: left;
    width: 289px;
    height: 219px;
    margin: 5px 20px;
    display: block;
    overflow: hidden;
    position: relative;
}

.modulo-personal {
    z-index: 10;
    width: 289px;
    height: 219px;
    display: block;
    overflow: hidden;
    position: relative
}

.over-personal {
    position: absolute;
    z-index: 99;
    background-image: url(img/289x219_galeries.png)
}

.over-personal a {
    display: block;
    width: 289px;
    height: 219px;
}

.modulo-personal img.wp-post-image {
    width: 330px;
    height: 220px;
    display: block;
    position: absolute;
    left: -19px;
}

.titulo_pagina {
    width: 990px;
    height: 70px;
    text-align: center;
}

.titulo_pagina h1 {
    font-family: 'sd';
    font-weight: normal;
    font-size: 80px;
    text-transform: lowercase;
    line-height: 70px
}

.
/*contenido*/

.single {
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
}

a.nextBtn {
    position: absolute;
    top: 34px;
    right: 1px;
    display: block;
    line-height: 20px;
    font-size: 10px;
    color: #000
}

a.prevBtn {
    position: absolute;
    top: 34px;
    left: 1px;
    display: block;
    line-height: 20px;
    font-size: 10px;
    color: #000
}

a.nextBtn:hover,
a.prevBtn:hover {
    color: #666;
}

.single h1 {
    font-family: 'sd';
    font-weight: normal;
    font-size: 70px;
    width: 990px;
    border-bottom: 1px solid #CCC;
    text-transform: lowercase;
    line-height: 70px;
    text-indent: 270px
}

.single h2 {
    font-family: 'sd';
    font-weight: normal;
    font-size: 70px;
    width: 990px;
    text-transform: lowercase;
    line-height: 70px;
    text-align: center
}

.content {
    width: 990px;
    display: block;
    font-size: 10px;
    line-height: 19px;
    margin: 0 auto;
}

.content>div {
    text-align: left;
    margin: 4px 20px;
    width: 330px;
    float: right;
    display: block;
    font-size: 12px
}

.single-content a {
    color: #333;
    text-decoration: underline;
}

.single-ex {
    font-weight: bold;
    line-height: 16px;
}

.single-content {
    font-style: italic;
    font-size: 10px;
    color: #999;
}

.imagenes {
    width: 990px;
    display: block;
    clear: both;
}

.imagenes img {
    margin: 10px auto;
    display: block
}

.imagenes #gallery-1 .gallery-item {
    background: url(img/under.jpg) no-repeat bottom left;
}

.imagenes-int {
    width: 990px;
    display: block;
    clear: both;
}

.imagenes-int img {
    border: 2px solid #333
}

.social {
    text-align: right;
}

.social iframe {
    float: right;
    overflow: hidden
}

.modulo-imagen-x {
    width: 480px;
    float: left;
    margin: 5px;
    background-color: #000;
    overflow: hidden
}

.modulo-imagen-x p {
    display: none;
}

a.volver_btn {
    position: absolute;
    text-decoration: none;
    color: #333;
    font-size: 32px;
    line-height: 30px;
    top: 25px;
    left: 0px;
    display: block;
    margin: 10px 0px;
    font-family: 'sd';
}

a.volver_btn:hover {
    color: #ccc
}

p.image-caption {
    font-size: 11px;
    line-height: 17px;
    display: block;
    width: 990px;
    height: 20px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #333;
}

p.image-caption:after,
p.image-caption:before {
    content: '      '
}

.page-foto {
    float: left;
    display: block;
    width: 300px;
    text-align: left;
    float: left;
}

.page-content {
    font-size: 11px;
    color: #333;
    float: left;
    line-height: 14px;
}

.page-contact {
    font-size: 11px;
    color: #333;
    float: left;
    line-height: 14px;
}

.page-content>p {
    margin: 5px 14px 0 0;
    float: left;
    display: block;
    width: 320px;
    line-height: 18px;
}

.page-content>p a {
    color: #333;
    font-weight: normal;
    text-decoration: underline;
    font-style: italic;
}

.page-contact div p {
    margin: 10px 0px;
}

.page-contact div p input,
.page-content div p textarea {
    border: none;
    text-indent: 4px;
}

.wpcf7-mail-sent-ok {
    border: none;
}

.floota>p {
    text-indent: 5px;
    line-height: 17px
}

.floota p input,
.floota p textarea {
    text-indent: 0px;
}

.floota {
    width: 330px;
    float: left;
    display: block;
}

.floota p.der textarea {
    width: 330px;
    line-height: 30px;
    height: 150px;
    border: none;
    margin: 0px 5px;
}

.floota p.izq input {
    width: 330px;
    line-height: 30px;
}

.floota input.boton {
    margin-left: 250px;
    width: 76px;
    height: 31px;
    line-height: 31px;
    background: url(img/76x31.png) center no-repeat;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase
}

.floota input.boton:hover {
    color: #CCC;
}

.page-social {
    height: 100px;
    display: block;
    margin: 10px 0px
}

.contacts {
    clear: both
}

.page-contact h1 {
    line-height: 30px;
    width: 300px;
    text-align: right;
    float: left;
}

.page-contact ul {
    display: block;
    float: left;
    height: 100px;
    width: 300px
}

.page-contact ul li {
    float: left;
    display: block;
    margin: 5px 10px;
    width: 110px;
    height: 21px
}

#link-facebook {
    background-image: url(img/i_fb.jpg)
}

#link-twitter {
    background-image: url(img/i_tw.jpg)
}

#link-linkedin {
    background-image: url(img/i_in.jpg)
}

#link-flickr {
    background-image: url(img/i_fl.jpg)
}
#link-instagram {
    background-image: url(img/i_inst.jpg)
}
#link-behance {
    background-image: url(img/i_be.jpg)
}
.page-contact ul li a {
    width: 110px;
    height: 21px;
    line-height: 21px;
    text-indent: 26px;
    text-decoration: underline;
    color: #333;
    background: no-repeat center left;
    display: block
}

.page-contact ul li a:hover {
    color: #999;
    text-decoration: line-through;
}

.separador_home {
    height: 70px;
    display: block;
    width: 990px;
}

.t-navega {
    display: block;
    width: 990px;
    height: 90px;
    clear: both;
    position: relative;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
}

.t-siguiente {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    line-height: 20px;
    width: 90px;
}

.t-anterior {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    line-height: 20px;
    width: 90px;
}

.t-siguiente a {
    float: right
}

.t-anterior a {
    float: left
}

.t-t-anterior {
    float: left
}

.t-t-siguiente {
    float: right
}

.t-navega img.attachment-60x40 {
    border: 1px solid #000;
}

.t-navega img.attachment-60x40:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.t-navega a {
    display: block;
    height: 27px;
}