/* popimg */

.popimg {
    position:fixed;
    z-index:99999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url(../media/web-stock/popimg_bg.png);
    background-repeat: repeat;
    text-align:center;
    visibility:visible;
}

.popimg .theimage {
    margin-top:100px;
    display:inline;
    background-color:white;
    background-image: url(../media/web-stock/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.popimg .close {
    position:relative;
    top:-507px;
    left:-20px;
}

.popimg .theobj {
    position:relative;
    top:130px;
    border:4px solid white;
    display:inline-block;
    z-index:990;
    background-color:white;
    background-image: url(../media/web-stock/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.popimg .obj-close {
    position:relative;
    top:-180px;
    left:-10px;
    z-index:999;
}

/* top level classes */

html * {
    font-family: Helvetica,Arial,sans-serif;
    color: #393939;
    margin:0;
    padding:0;
}

body {
    background-color: #E0DFDF;
}

a {
    text-decoration:none;
}

p {
    text-align:left;
}

hr {
    display:none;
    visibility:hidden;
}

/* general classes */

.left {
    float:left;
}

.right {
    float:right;
}

.violet {
    color:#96238A;
}

.bold {
    font-weight:bolder;
}

.underline {
    text-decoration:underline;
}

.w_normal {
    font-weight:normal;
}

.hand {
    cursor:pointer;
}

.big {
    font-size:1.2em;
}

.small {
    font-size:.8em;
}

.cursive {
    font-style:italic;
}

/* header */

.header {
    position:relative;
    width:960px;
    z-index:999999;
    top:0;
    left:50%;
    margin-left:-480px;
    height:100px;
}

.header h1 {
    position:absolute;
    left:25px;
    top:20px;
    width:165px;
    height:45px;
    font-size:0px;
    background-image: url(../media/web-stock/frescota_logo.png);
    background-repeat: no-repeat;
    background-position: right top;
    color:#E0DFDF;
    cursor:pointer;
}

.header h2 {
    position:absolute;
    left:25px;
    top:66px;
    width:165px;
    height:15px;
    font-size:0px;
    background-image: url(../media/web-stock/frescota_slogan.png);
    background-repeat: no-repeat;
    background-position: right top;
    color:#E0DFDF;
    cursor:pointer;
}

.header h3 {
    position:absolute;
    right:0;
    top:110px;
    width:200px;
    margin-right:33px;
    line-height:17px;
    font-size:16px;
}

.header p {
    margin-right:33px;
    position:absolute;
    right:0;
    top:160px;
    font-size:10px;
    width:200px;
}

.header p cite {
    display:inline-block;
    margin-bottom:10px;
    font-style: normal;
}

.header p.busca-empresa {
    margin-right:-5px;
    position:absolute;
    right:0;
    top:0px;
    font-size:12px;
    width:225px;
    height:63px;
    background-image: url(../media/web-stock/buscatuempresa.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight:bold;
    padding-top:7px;
    padding-left:20px;
    letter-spacing:-.1px;
}

.header p.busca-empresa a {
    font-weight:normal;
    text-decoration:underline;
}

.header ul {
    list-style-type:none;
    font-size:11px;
    position:absolute;
    right:240px;
    top:66px;
    margin-right:8px;
    height:10px;
}

.header ul li {
    display:inline;
    margin-left:7px;
    padding-right:9px;
    border-right:1px solid #393939;
    text-align:center;
}

/* content */

.content {
    position:relative;
    width:960px;
    z-index:990;
    top:0;
    left:50%;
    margin-left:-480px;
    padding-bottom:20px;
    height:auto;
    margin-bottom:40px;
}

.baseG {
    background-image: url(../media/web-stock/baseGrande.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.baseG-fade {
    background-image: url(../media/web-stock/baseGrande_fade.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.holder {
    width:720px;
    /*clear:both;*/
    margin-bottom:12px;
    background-repeat: no-repeat;
    background-position: top left;
}

.half-holder {
    width:355px;
    margin-right:8px;
    margin-bottom:12px;
    height:450px;
    background-image: url(../media/web-stock/baseMini.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.slim-holder {
    width:230px;
    margin-right:8px;
    margin-bottom:12px;
    height:491px;
    background-image: url(../media/web-stock/baseHome.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.half-holder img, .slim-holder img {
    margin-top:20px;
    margin-left:23px;
    border:0;
}

.half-holder h1, .slim-holder h1 {
    font-size:16px;
    margin-top:20px;
    margin-bottom:7px;
    margin-left:23px;
    margin-right:23px;
}

.half-holder p, .slim-holder p {
    margin-left:23px;
    margin-right:23px;
    font-size:12px;
    margin-bottom:10px;
}

.slim-holder p {
    font-size:11px;
    margin-bottom:5px;
    line-height: 13px;
}

.half-holder h1 small, .slim-holder h1 small {
    font-size:10px;
}

.half-holder ul, .slim-holder ul {
    font-size:11px;
    margin-left:23px;
    margin-right:25px;
}

.slim-holder ul {
    margin-top:15px;
    margin-bottom:12px;
}

.half-holder ul li, .slim-holder ul li {
    margin-top:5px;
    margin-left:15px;
}

/* footer */

.footer {
    position:fixed;
    width:100%;
    z-index:990;
    left:0;
    height:35px;
    background-image: url(../media/web-stock/patternFooter.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    bottom:0;
}

.footer p {
    text-align:center;
    font-size:10px;
    padding-top:14px;
}

/* case-study */

.case-study {
    width:100%;
    display:inline-block;
    height:auto;
    padding-top:25px;
    padding-bottom:5px;
}

.case-study span.img-holder {
    float:left;
    width:215px;
    text-align:center;
    margin-left:5px;
    margin-top:3px;
}

.case-study span.img-holder img {
    width:70%;
    height:auto;
}

.case-study h2 {
    font-size:12px;
    width:65%;
    float:right;
    margin-right:30px;
    margin-bottom:10px;
}

.case-study p {
    font-size:11px;
    width:65%;
    float:right;
    margin-right:30px;
}

.case-study .link {
    float:right;
    text-align:right;
    color:#96238A;
    font-weight:bold;
}

.case-study .link a {
    color: #393939!important;
    text-decoration:underline;
    font-weight:normal;
}

/* philosophy */

.philosophy {
    height:390px;
}

.philosophy img {
    margin-top:20px;
    margin-left:23px;
}

.philosophy h1 {
    font-size:16px;
    margin-top:15px;
    margin-bottom:7px;
    margin-left:23px;
    margin-right:23px;
}

.philosophy ul {
    font-size:11px;
    margin-left:23px;
    width:45%;
    text-align:left;
    display:inline-block;
    height:auto;
}

.philosophy ul li {
    margin-top:5px;
    margin-left:15px;
}

/* contact */

.contact {
    height:390px;
}

.contact img {
    margin-top:20px;
    margin-left:23px;
}

.contact h1 {
    font-size:16px;
    margin-top:15px;
    margin-bottom:7px;
    margin-left:23px;
    margin-right:23px;
}

.contact h2 {
    font-size:12px;
    margin-left:23px;
    margin-right:23px;
}

.contact p {
    width:180px;
    margin-left:23px;
    font-size:11px;
    font-weight:bold;
    font-style:italic;
    text-align:left;
    margin-bottom:20px;
}

.contact address {
    width:180px;
    margin-left:23px;
    font-size:11px;
    text-align:left;
    font-style:normal;
    margin-bottom:20px;
}

.contact p a {
    font-style:normal;
    color:#96238A!important;
}

.contact ol {
    margin-left:23px;
    margin-right:23px;
    list-style-type:none;
    margin-top:10px;
    margin-bottom:10px;
}

.contact ol li {
    margin-bottom:4px;
}

.contact ol li p {
    margin:0;
    padding:0;
    width:320px;
    font-size:11px;
    font-style:normal;
    margin-bottom:12px;
    font-weight:normal;
}

.contact ol h3 {
    margin:0;
    padding:0;
}

.contact h3 {
    font-size:12px!important;
    margin-left:23px;
    font-weight:normal;
    margin-bottom:5px;
}

.contact p.textual {
    font-style:normal;
    font-weight:normal;
    width:320px;
    margin-bottom:10px;
}

/* projects */

.projects {
    background-image: url(../media/web-stock/proyectos.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.small-projects {
    background-image: url(../media/web-stock/baseGrande_fade.png);
    background-repeat: no-repeat;
    background-position: top left;
}

/* contact form */

.vcard {
    display:none;
}

.contact-form h4 {
    margin-left:2px;
}

.contact-form {
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    width:670px;
}

.contact-form fieldset {
    width:320px;
    margin-top:20px;
    border:0;
}

.contact-form label {
    display:inline-block;
    font-size:10px;
    font-weight:bold;
    margin-left:5px;
    margin-bottom:3px;
}

.contact-form textarea {
    width:329px;
    height:63px;
    background-image: url(../media/web-stock/sms_box.png);
    background-repeat: no-repeat;
    background-position: top left;
    border:0;
    background-color:transparent;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    font-size:12px;
}

.contact-form input[type=text] {
    width:294px;
    height:19px;
    background-image: url(../media/web-stock/textBox.png);
    background-repeat: no-repeat;
    background-position: top left;
    border:0;
    background-color:transparent;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
}

.contact-form input[type=button] {
    width:82px;
    height:43px;
    background-image: url(../media/web-stock/enviar.png);
    background-repeat:no-repeat;
    background-position:top left;
    border:0;
    background-color:transparent;
    font-weight:bold;
    text-transform:uppercase;
    float:right;
    margin-top:16px;
}

/* misc */

.ver-presentacion {
    position:absolute;
    width:223px!important;
    height:148px!important;
    font-size:11px;
    background-image: url(../media/web-stock/vervideo.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight:bold;
    top:343px!important;
    right:-20px!important;
    padding-top: 15px!important;
    text-indent:20px;
    cursor:pointer;
}

.client-shot {
    border:4px solid silver;
    margin-right:4px!important;
    margin-top:23px!important;
}

/* blog */

.blog-sidebar {
    width:210px;
    margin-right:20px;
}

.blog-sidebar h2 {
    text-shadow:white 1px 1px 0px,silver 2px 2px 1px;
    font-size:20px;
    margin-bottom:5px;
    clear:both;
}

.blog-sidebar ul {
    list-style:none;
    text-transform:capitalize;
    margin-bottom:30px;
    border-top:1px solid silver;
    padding-top:5px;
}

.blog-sidebar ul li {
    font-size:12px;
    border-bottom:1px solid silver;
    padding-bottom:5px;
    padding-left:10px;
    margin-bottom:5px;
    color:#96238A;
}

.blog-sidebar ul li:hover {
    font-weight:bold;
    cursor:pointer;
}

.blog-sidebar .half {
    width:47%;
}

.blog-high {
    height:390px;
}

.blog-high div.img-roll {
    border:1px solid silver;
    overflow:hidden;
    height:200px;
    margin-left:20px;
    margin-right:27px;
    margin-top:20px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

.blog-high div.img-roll div {
    background-color: #96238A;
    height:100%;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

.blog-high div.img-roll div h2 {
    position:relative;
    padding:10px;
    font-size:40px;
    letter-spacing:-3px;
    padding-bottom:0;
    color:white;
    text-shadow:#fc97f2 0px 0px 7px,gray 1px 1px 0px;
}

.blog-high div.img-roll div p {
    position:relative;
    padding:10px;
    text-indent:1px;
    padding-top:0;
    font-weight:bold;
    letter-spacing:-1px;
    color:white;
    text-shadow:gray 0px 0px 7px;
}

.blog-high ul {
    margin-left:20px;
    margin-right:27px;
    list-style-type:none;
    margin-top:10px;
}

.blog-high ul li {
    border-top:1px solid silver;
    display:inline-block;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    font-size:14px;
}

.blog-high ul li .date {
    background-color:silver;
    position:relative;
    padding:1px 5px;
    top:-5px;
    right:5px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    text-shadow:white 0px 1px 0px;
    background-image: url(../media/web-stock/gr-white.png);
    background-repeat: repeat-x;
    background-position: left 0px;
    border:1px solid silver;
    border-top:0;
}

.blog-high ul li .title {
    text-indent:5px;
    text-shadow: white 1px 1px 0px;
}

.post-list {
    display:inline-block;
    margin-bottom:60px;
    padding-top:5px;
}

.the-post {
    margin-left:20px;
    margin-right:27px;
    padding-bottom:20px;
    border-bottom:1px solid silver;
    display:inline-block;
}

.the-post h2 {
    font-size:30px;
    text-shadow:white 1px 1px 0px;
    letter-spacing:-2px;
    margin-bottom:10px;
    margin-top:10px;
    width:64%;
    margin-left:5px;
}

.the-post p.the-date {
    background-color:silver;
    position:relative;
    padding:3px 5px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    text-shadow:white 0px 1px 0px;
    margin-left:5px;
    margin-right:5px;
    float:right;
    background-image: url(../media/web-stock/gr-white.png);
    background-repeat: repeat-x;
    background-position: left 0px;
    border:1px solid silver;
    border-top:0;
}

.the-post p {
    font-size:12px;
}

.the-post .the-excerpt {
    width:64%;
    text-indent:15px;
    margin-left:5px;
}

.the-post .the-comments {
    width:30px;
    height:23px;
    background-image: url(../media/web-stock/bubble.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align:center;
    padding-top:2px;
    text-shadow:white 1px 1px 0px;
    margin-top:10px;
    margin-left:20px;
}

.the-post .misc-data {
    width:34%;
    margin-top:27px;
}

.the-post .the-tags {
    line-height:22px;
    margin-left:10px;
}

.the-post .the-tags a {
    background-color:white;
    text-transform: uppercase;
    font-size:9px;
    padding:3px;
    -moz-border-radius:3px;
}

.navigation {
    float:right;
    display: inline-block;
    margin-right:27px;
}

.navigation ol {
    display: inline-block;
}

.navigation ol li {
    color:silver!important;
    text-shadow:white 0px 1px 0px;
    display:inline-block;
    float:left;
    padding:5px;
    background-color:silver;
    margin-right:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    background-image: url(../media/web-stock/gr-white.png);
    background-repeat: repeat-x;
    background-position: left 15px;
    border:1px solid silver;
    border-top:0;
}