/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark

http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* CLEARFIX */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/* Personalizacion de elementos SharePoint */

body.v4master {
    overflow: auto;
}

body #s4-workspace {
    overflow: inherit !important;
    left: inherit !important;
}

body #s4-bodyContainer {
    min-width: 100%;
}

body #s4-ribbonrow {
    min-height: 0px;
}

.ms-cui-ribbonTopBars {
    display: none;
}

#s4-workspace {
    top: -46px;
}

.shptoolbar {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

.welcome.blank-wp {
    margin-top:-5px !important;
    padding:0px !important;
}

.ms-cui-menu {
    z-index:9999 !important;
}

/* Personalizacion de TAGS de HTML */

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    resize:none;
    outline:none;
}

li {
    list-style:none;
}

strong {
    font-weight:bold;
}

/* Personalizacion de clases generales propias de los sitios de YPF */

.DN {
    display:none;
}

.left {
    float: left;
}

.right {
    float: right;
}

h2 {
    text-transform: uppercase;
}

.may {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #808080;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #808080;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #808080;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #808080;
}

/** BREADCRUM **/

.breadcrumb-container {
    background: rgba(232,232,232, 0.85);
    padding-left: 10px;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 12px;
}

.breadcrumb-container a {
    color: #808080;
    text-decoration: none;
}

.breadcrumb-container a:hover {
    color: #3a3939;
}

.breadcrumb-container .layout {
    margin: 0 auto;
    width: 1170px;
}

.breadcrumb-container ul.breadcrumb {
    float: left;
}

.breadcrumb-container li {
    display: inline-block;
}

.breadcrumb-container li a, .breadcrumb-container ul a {
    color: #5e5e5e;
    display: inline-block;
    line-height: 36px;
    font-family:  arial, Helvetica, Sans-serif;
}

.breadcrumb-container li.last a,
.breadcrumbCurrentNode {
    font-family: "din-black";
    color: #0063be;
}

@media (max-width: 1199px) {
    .breadcrumb-container .layout {
        margin: 0 auto;
        width: 100%;
    }
}

/*  FONTS */

@font-face {
    font-family: "din-regular";
    src: url("../fonts/din-regular.eot");
    src: local("?"),
        url("../fonts/din-regular.woff") format("woff"),
        url("../fonts/din-regular.ttf") format("truetype"),
        url("../fonts/din-regular.svg#blaimim_-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "din-light";
    src: url("../fonts/din-light.eot");
    src: local("?"),
        url("../fonts/din-light.woff") format("woff"),
        url("../fonts/din-light.ttf") format("truetype"),
        url("../fonts/din-light.svg#blaimim_-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "din-medium";
    src: url("../fonts/din-medium.eot");
    src: local("?"),
        url("../fonts/din-medium.woff") format("woff"),
        url("../fonts/din-medium.ttf") format("truetype"),
        url("../fonts/din-medium.svg#blaimim_-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "din-black";
    src: url("../fonts/din-black.eot");
    src: local("?"),
        url("../fonts/din-black.woff") format("woff"),
        url("../fonts/din-black.ttf") format("truetype"),
        url("../fonts/din-black.svg#blaimim_-webfont") format("svg");
    /*font-weight: normal;*/
    font-style: normal;
}

/*  HEADER LOGIN */

.onlyMob {
    display: none !important;
}
.onlyDesk {
    display: inline-block !important;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    font-family: "din-medium";
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #000;
    text-shadow: 0 0 2px #fff;
    padding: 4px 8px;
    border: 1px solid rgba(25,25,25,0.25);
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

.ua-ie-7 #tiptip_content {
    background-color:#fff;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(25,25,25,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #000;
    border-bottom-color: rgba(25,25,25,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #000;
    border-right-color: rgba(25,25,25,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #000;
    border-left-color: rgba(25,25,25,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(255,255,255);
    border-top-color: rgba(255,255,255,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(255,255,255);
    border-bottom-color: rgba(255,255,255,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(255,255,255);
    border-right-color: rgba(255,255,255,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(255,255,255);
    border-left-color: rgba(255,255,255,0.92);
}

/* Webkit Hacks  */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(255,255,255,0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(255,255,255,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}

/* RESPONSIVE */

.openmenu {
    display: none;
}
@media (max-width: 1023px) {
    .onlyMob {
        display: block !important;
    }
    .onlyDesk {
        display: none !important;
    }
    .breadcrumb-container {
        display: none;
    }
}