/*
    Document   : style
    Created on : 26/04/2013, 03:35:26 PM
    Author     : Baella
    Description:
        Purpose of the stylesheet follows.
*/

root 
{
    display: block;
}
@font-face 
{
    font-family: 'GeorgiaRegular';
    src: url('fonts/georgia.eot');
    src: url('fonts/georgia.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia.woff') format('woff'),
         url('fonts/georgia.ttf') format('truetype'),
         url('fonts/georgia.svg#GeorgiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'CalibriRegular';
    src: url('fonts/calibri.eot');
    src: url('fonts/calibri.eot') format('embedded-opentype'),
         url('fonts/calibri.woff') format('woff'),
         url('fonts/calibri.ttf') format('truetype'),
         url('fonts/calibri.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'GenevaRegular';
    src: url('fonts/geneva.eot');
    src: url('fonts/geneva.eot') format('embedded-opentype'),
         url('fonts/geneva.woff') format('woff'),
         url('fonts/geneva.ttf') format('truetype'),
         url('fonts/geneva.svg#GenevaRegular') format('svg');
}






body
{
    background-color: #E6E6E6;
    font-family: 'CalibriRegular';
}
.contenedor{
    width: 850px;
    margin: 45px auto;
    padding-bottom: 50px;
    margin-bottom: 0px;
    position: relative;
}
header{
    height: 110px;
}
header h1
{
    font-family: 'GeorgiaRegular';
    color:#C1272D;
    letter-spacing: 16px;
    text-align: center;
    font-size: 34px;
    margin-bottom: 45px;
    font-weight: normal;
    text-transform: uppercase;
}
.azul
{
/*    color:#29829C;*/
    color: #004951;
}
.morado
{
    color: #592D47;
}
.color_links
{
    color: #e5ca1b;
}
.color_link_titulo2
{
    color: #39829C;
}

/*MENU*/
nav
{
    margin: 0px auto;
    width: 770px;
}
nav ul
{
    font-family: 'CalibriRegular';
    list-style: none;
    padding: 0px;
}
nav ul li{
    float: left;
/*    padding: 0 26px;*/
/*    padding: 0 20px;*/
    padding: 0 15px;
    border-right: 1px solid #4D4D4D;
    height: 16px;
    line-height: 16px;
    display: inline-block;
}
nav ul li a{
    color: #4D4D4D;
    text-decoration: none;
    letter-spacing: 3px;
    display: block;
    font-size: 14px;
    height: 16px;
    padding: 0px 7px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
nav ul li a:hover{
    border-bottom: 3px solid #4D4D4D;
    height: 25px;
}
nav ul li.active a{
    border-bottom: 3px solid #4D4D4D;
    height: 25px;
}
nav ul li:last-child{
    border-right:none;
}

/**/
section{
    margin-top: 65px;
}
section article{
/*    width: 800px;*/
    margin: 0 auto;
    padding: 0px 45px;
}
.contenido{
    text-align: center;
}
/*ITEM-WORK*/
.item-work{
    width: 293px;
    height: 262px;
    margin: 0px 30px;
    margin-bottom: 75px;
    display: inline-block;
}
.item-work h1{
    color:#F15A24;
    text-align: left;
    font-size: 20px;
    font-family: 'CalibriRegular';
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.item-work h1 a{
    color:#F15A24;
    text-decoration: none;
    height: 33px;
    display: inline-block;
}
.item-work h1 a:hover{
    border-bottom: 2px solid #F15A24;
    height: 31px;
}
.item-work .pic{
    overflow: hidden;
    width: 293px;
    height: 198px;
}
.item-work img{
  width: 293px;
  height: 198px;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.item-work img:hover {
  width: 350px;
  height: 236px;
}

/*FOOTER*/
footer
{
/*    width: 500px;*/
    width: 545px;
    margin: 0 auto;
}
footer nav ul li a{
    font-size: 10px;
    letter-spacing: 1px;
}
footer nav ul li{
    padding: 0px 9px;
}

/* menu footer  */
.contenedor footer nav
{
    margin: 0px auto;
    width: 510px;
}

/*TEXTS*/
.contenido-texts{
    overflow: hidden;
}
.contenido-texts .listado{
    width: 312px;
    margin-bottom: 65px;
    float: left;
    margin-right: 40px;
/*    height: 568px;*/
    height: 825px;
}
#list-texts{
    width: 312px;
    height: 810px;
    overflow: auto;
}
.contenido-texts .listado h1{
/*    font-family: 'CalibriRegular';*/
    font-size: 26px;
/*    color:#004951;*/
color: #29829C;
    margin-bottom: 18px;
    font-weight: 300;
}
.contenido-texts .listado ul{
    list-style: none;
}
.contenido-texts .listado ul li{
    font-size: 14px;
    font-family: 'CalibriRegular';
    color:#4D4D4D;
    padding: 10px 0px;
}
.contenido-texts .listado ul li a{
    color:#4D4D4D;
    text-decoration: none;
}
.contenido-texts .listado ul li a.activo{
/*    color:#004951; */
color: #29829C;
    text-decoration: underline;
}
.contenido-texts .listado ul li a.activo-morado{
    color:#800067;
    text-decoration: underline;
}
.contenido-texts .listado ul li a:hover{
/*    color:#004951;*/
    color:#29829C;
    text-decoration: underline;
    font-weight: 300;
}
.contenido-texts .listado ul li a.morado:hover{
    color:#800067;
    text-decoration: underline;
    font-weight: 300;
}
.contenido-texts .descripcion{
    width: 400px;
    float: left;
    font-family: 'CalibriRegular';
    height: 810px;
    font-size: 14px;
    color: #4D4D4D;
    text-align: justify;
    line-height: 16px;
    margin-top: 44px;
}
.contenido-texts .descripcion .item{
    margin-bottom: 30px;
}
.contenido-texts .descripcion  h1{
    font-size: 20px;
/*    color:#004951;*/
color: #29829C;
    margin-bottom: 15px;
}
/*.contenido-texts .descripcion .item p{
    margin: 10px 0px;
    font-size: 14px;
    color: #4D4D4D;
    text-align: justify;
    line-height: 16px;
}*/


/*EXHIBITION*/
h1.morado2{
    color: #800067 !important;
}
.center{
    text-align: center;
}
.left{
    float: left;
}
.right{
    float: right;
}
.contenido-texts .descripcion-ex{
    width: 293px;
    float: left;
    font-family: 'CalibriRegular';
    margin-left: 65px;
}
.contenido-texts .descripcion-ex .item{
    margin-bottom: 30px;
}
.contenido-texts .descripcion-ex .item h1{
    font-size: 20px;
    color:#004951;
}
.contenido-texts .descripcion-ex .item p{
    font-size: 14px;
    color: #4D4D4D;
    text-align: justify;
    line-height: 16px;
    margin: 10px 0px;
}
.clear{
    clear: both;
}
.contenido-texts .descripcion-ex a{
    text-decoration: none;
    color: #4D4D4D;
}
.contenido-texts .descripcion-ex a:hover{
    text-decoration: underline;
}
.listado .item{
    margin-bottom: 30px;
}
.descripcion-ex .pic{
    overflow: hidden;
    width: 293px;
    height: 198px;
}
.descripcion-ex img{
      width: 293px;
  height: 198px;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.descripcion-ex img:hover {
  width: 350px;
  height: 236px;
}

/*ARTIST*/
.body-artist
{
    background-color: #080808;
}
.azul2{
    color:#0071BC;
}
.body-artist nav ul li a{
    font-family: 'CalibriRegular';
    color: #f7f7f7;
    text-decoration: none;
    letter-spacing: 3px;
    display: block;
    font-size: 14px;
    height: 16px;
    padding: 0px 7px;
    font-weight: normal;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.body-artist nav ul li a:hover{
    border-bottom: 3px solid #f7f7f7;
    height: 25px;
}
.body-artist nav ul li.active a{
    border-bottom: 3px solid #f7f7f7;
    height: 25px;
}
.body-artist nav ul li:last-child{
    border-right:none;
}
.body-artist footer
{
/*    width: 500px;*/
    width: 545px;
    margin: 0 auto;
}
.body-artist footer nav ul li a{
    font-size: 10px;
    letter-spacing: 1px;
}
.body-artist footer nav ul li{
    padding: 0px 9px;
}
.body-artist section{
    margin-top: 30px;
    overflow: hidden;
}
.contenido-artist{
    width: 340px;
    float: right;
    height: 500px;
    color:#fff;
}
.contenido-artist h1{
    font-family: 'GenevaRegular';
    font-size: 20px;
    color:#fff;
    letter-spacing: 4px;
    text-align: right;
    margin-top: 65px;
    font-weight: normal;
}
.contenido-artist p{
    font-family: 'GenevaRegular';
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 20px;
    margin: 10px 0px;
}
.contenido-artist .educacion h1{
/*    font-family: 'CalibriRegular';*/
    color:#0071BC;
    font-size: 22px;
    margin-bottom: 25px;
}
.contenido-artist .educacion{
    margin-top: 65px;
}
.contenido-artist .educacion ul{
    list-style: none;
}
.contenido-artist .educacion ul li{
    font-size: 12px;
    font-family: 'GenevaRegular';
    color:#fff;
    padding: 15px 0px;
    line-height: 16px;
}
.body-artist .contenedor{
    background-image: url('../img/artist/artist.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.contenedor-slider{
    width: 650px;
margin-bottom: 35px;
}
input[type="submit"]{
    background-color: #29829C;
    color: #fff;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 2px #333;
    text-align: center;
}


/* Detalles - subrrayado t�tulo */
.stitulo-work-cat
{
    margin-bottom: 30px !important;
}
.line1 span
{
    color: #F15A24;
    padding-right: 10px;
    border-bottom: 2px solid #F15A24;
}

/* Detalles - Redes */
section#detalles
{
    position: relative;
}

section#detalles #redes
{
    position: absolute;
    left: 0px;
}
section#detalles #redes img
{
    cursor: pointer;
    margin-right: 7px;
}

/*ul.home-slider li a{
    color: #FFFFB3 !important;
}*/

ul.home-slider li a{
    color: #4D4D4D !important;
}

a.morado-a:hover{
    color: #800067 !important ;
}


.enlace1_text
{
    color: #4D4D4D;
}




/**      HOME    **/

body.home
{
    background-color: #e6e6e6;
}

body.home .contenedor
{
   position:absolute;
   top:50%;
   left:50%;
   margin-top: -310px;
   margin-left: -360px;
   width: 720px;
   height: 620px;
   
   
}

.slider_home
{
    overflow: hidden;
    width:720px;
    height:446px;
    margin:0px auto;
/*    margin-top: 70px;*/
/*    margin-top: 35px;*/
}

.slider_home #slider 
{
        width:720px;
        height:446px;

        /*IE bugfix*/
        padding:0;
        margin:0;
}

.slider_home #slider li { list-style:none; }

.home header
{
    overflow: hidden;
    width: 590px;
    margin: auto;
    height: auto;
/*    margin-top: 80px;*/
    margin-top: 40px;
}

.home header h1
{
    color: #F15A24;
    letter-spacing: 12px;
    font-size: 29px;
    margin-bottom: 43px;
}



footer span.baella
{
    font-size: 12px;
    color:#CCC;
    margin:20px auto;
    width:130px;
    display:block;
    padding-top: 50px;
}

footer span.baella a
{
    font-size: 12px;
    color:#CCC;
    text-decoration:none;
}

footer span.baella a:hover
{
    font-size: 12px;
    color:#CCC;
    text-decoration:underline;
}