﻿a
{
    text-decoration:none;
}

body
{
    background-color:black;
    padding:0;
    margin:0;
    font-family: Calibri, Arial;
}

.head
{
    background-image:url('imgs/header.jpg');
    height:75px;
}

.head_in
{
    width:1000px;
    height:70px;
    margin-left:auto;
    margin-right:auto;
}

.nav_bar
{
    height:35px;
    /*background:white;*/
    position:relative;
    top:20px;
    float:right;
}

.nav_bar > div, .nav_bar > a
{
    float:left;
    height:25px;
}

.nav_bar_tope
{
    width:60px;
    background-image:url('imgs/nav_tope.png');
}

.nav_bar_tope.left
{
    background-position:left;
}
.nav_bar_tope.right
{
    background-position:right;
}

.nav_item
{
    color: #CCCCCC;
    cursor: pointer;
    font-size: 20px;
    padding: 0 15px;
    display:block;
    text-decoration:none;
}
.nav_item:hover
{
    color:white;
}

.nav_item.activo
{
    font-weight:700; padding:0 12px;
    font-size:21px;
}

.nav_padding
{
    width:100px;
}


.nav_bar > div.nav_split
{
    width:1px;
    background-color:#8f8f8f;
    height:25px;
}

/*.logo
{
    position:relative;
    top:10px;
    width:254px;
    height:43px;
    background-image: url("imgs/logo.png");
    float:left;
}*/

.slash
{
    background-image: url("imgs/slash.png");
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
}
/**************/

.bod_container
{
    background-image:url('imgs/back.png');
    background-attachment:fixed;
    background-position:center;
}

.bod
{
    /*background:black;*/
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    position:relative;
    padding:1px;
    height:554px;
}

/**/
.carrousel
{
    position:relative;
    margin-top:10px;
    left:100px;
    width:800px;
    height:300px;
}

#bullet_contcont {
    position:absolute;
    height:35px;
    top:265px;
    width:800px;
    left:0px;
    background-image:url(imgs/clear.png);
}

.carrousel_bullet_container
{
    position:absolute;
    height:16px;
    top:10px;
    width:110px;
    left:345px;
    display:none;
}
.carrousel_viewport
{
    position:absolute;
    overflow:hidden;
    width: 800px; height: 300px;
}

.carrousel_viewport > img
{
    display:none;
    width:800px;
    position:absolute;
    top:0;
}

.carrousel_bullet
{
    width:16px;
    height:16px;
    background-image: url("imgs/bullet.png");
    cursor:pointer;
    float:left;
    margin-left:5px;
    margin-right:5px;
    background-position:left;
}

.carrousel_bullet.act
{
    background-position:right;
}
a * {
    border: 0 none;
}



/**/
.highlights
{
    position:relative;
    width:1000px;
    height:165px;
    padding-bottom:10px;
}

.highlight_item
{
    border:1px solid black;
    height:160px;
    width:300px;
    float:left;
    margin:0 15px;
    cursor:pointer;
}

#spotlight_0 {
    background-image:url(imgs/spotlight_0.jpg);
}
#spotlight_1 {
    background-image:url(imgs/spotlight_1.jpg);
}
#spotlight_2 {
    background-image:url(imgs/spotlight_2.jpg);
}


.intro
{
    position:relative;
    width:800px;
    min-height:30px;
    color:black;
    font-size:20px;
    padding:20px 100px;
}

/***********/
.foot
{
    margin-left:auto;
    margin-right:auto;
    background:black;
    height:70px;
    color:white;
    text-align:center;
    position:relative;
}

.foot > .slash
{
    margin-bottom:10px;
}



/*Redes sociales*/
#face_btn, #gplus_btn, #ln_btn {
  /*position: absolute; */
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  /* top: 15px; */
  background-size: cover;
  margin: auto;
}

#face_btn {
    background-image:url('imgs/face.png');
    right:45px;
}

#gplus_btn {
    background-image:url('imgs/gplus.png');
    right:85px;
}

#ln_btn
{
    background-image:url('imgs/LinkedIn-Logo.png');
    right:125px;
}

/*****PROYECTOS******/

.proyecto
{
    min-height:130px;
    padding:5px;
    margin-top:10px;
}

.proyecto > *
{
    float:left;
}

.proyecto img
{
    margin-right:15px;
    border:1px solid #808080;
}
.proyecto .tit
{
    width: 825px;
    /*margin-top: 5px;*/
    font-weight:bold;
}

.proyecto .desc
{
    margin-top: 10px; width: 825px;
}

.ver_portfolio
{
    width:65px;
    height:45px;
    background-image:url('imgs/ver_portfolio.png');
    cursor:pointer;
}

.showcase_titulo
{
    font-weight: 700; font-size: 20px; margin-top: 10px;
}

.showcase_volver
{
    width:120px;
    height:35px;
    background-image:url('imgs/volver.png');
    cursor:pointer;
    margin:10px 0;
    display: block;
    margin-left: 800px;
}

/*CONTACTO*/

.contacto_div
{
    background-image:url('imgs/contact.png');
    background-repeat:no-repeat;
    height: 400px;
    padding-left: 30px; padding-top: 5px; width: 440px; padding-right: 10px;
    margin-left: 280px; margin-top: 82px; margin-bottom: 10px;
}

.contacto_div > form > div
{
    margin-bottom:5px;
    padding-left: 10px; padding-right: 10px;
}

.contacto_div > h2
{
    font-size: 16pt;
    font-weight: bold;
    color: White;
    margin-bottom: 15px;
    margin-top:0px;
    padding-left:30px;
}

.contacto_div textarea
{
    width: 380px; height: 165px;
    resize: none;
}
#but
{
    border:1px solid black;
    float:right;
}
input, textarea
{
    border:1px solid black;
}

/*Portfolios*/

.showcase_container
{
    width:900px;
    height:600px;
    margin-left: 50px;
    border: 1px solid #808080;
    margin-top: 10px; margin-bottom: 10px;
    background:white;
}

.showcase
{
    position:relative;
}

.flecha_cont_l
{
    position:absolute;
    top:0px;
    left:0px;
    height:560px;
    width:100px;
    background-image:url(imgs/showcase_arrow_cont_left.png);
}

.flecha_cont_r
{
    position:absolute;
    top:0px;
    left:800px;
    height:560px;
    width:100px;
    background-image:url(imgs/showcase_arrow_cont_right.png);
}

.flecha_izq
{
    top: 270px; width: 60px; height: 60px;
    position:absolute;
    background-image:url('imgs/showcase_arrows.png');
    background-position:right;
    cursor:pointer;
    left:0px;
}
.flecha_der
{
    left:40px;
    top: 270px; width: 60px; height: 60px;
    background-image:url('imgs/showcase_arrows.png');
    position:absolute;
    background-position:left;
    cursor:pointer;
}

.card
{
    width:900px;
    height:600px;
    display:none;
}

.card > div
{
    padding-top: 5px; padding-left: 20px; padding-right: 20px;
    border-top: 1px solid #808080;
}

/*
.showcase
{
    position:absolute;
    background-color:white;
    width:900px;
    height:600px;
    z-index:60;
    top:40px;
    border: 1px solid #c7c7c7;
}

.showcase_mid
{
    height: 540px;
}

#pic_holder
{
    width:900px;
    height:540px;
    position:absolute;
}


.cerrar_showcase
{
    background-image:url('imgs/cerrar_imagenes.png');
    cursor:pointer;
    height:30px;
    width:85px;
    position:absolute;
    top: 5px; left: 800px;
}*/