﻿/*Estilos para sobreescribir Sharepoint*/
.s4-bodyContainer{
    padding-bottom: 0;
}
html.ms-dialog body{
    padding-top:0 !important;
    padding-bottom: 15px !important;
}
input[type=password], input[type=text], input[type=file], select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
  background-color: #fff;
  background-color: rgb( 255,255,255 );
}
input[type=password], input[type=text], input[type=file], select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
  border: 1px solid #ccc;
}
input[type=password], input[type=text], input[type=file], textarea, .ms-inputBox {
    padding: 2px 12px;
}
#s4-bodyContainer {
    padding-bottom: 0;
}
#ms-designer-ribbon{
    top:0;
}
.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a{
    color: #074678;
    font-family:"FreightSans-Bold";
}
div.contenedor-contenido h2.ms-webpart-titleText{
    border-bottom: #EDEDED solid 1px;
    padding-bottom: 15px;
    color: #074678;
    font-weight: normal !important;
    font-size: 18px;
}
h2.ms-webpart-titleText{
    border-bottom: #FE8916 solid 1px;
    padding-bottom: 15px;
    color: #074678;
    font-weight: normal !important;
    font-size: 22px;
}
h2.ms-webpart-titleText a{
    color: #074678;
    font-family: "FreightSans-Bold";
}
.ms-rtestate-field h2, h2.ms-rteElement-H2 {
    line-height: 1.1;
    color: #074678;
    font-size: 30px;
}
.ms-rtestate-field h4, h4.ms-rteElement-H4 {
    line-height: 1.2;
    color: #074678;
    font-size: 18px;
}