﻿body {
}
.FondoServicios1 {
    padding-top:10px;
    padding-left:10px;
    padding-bottom:0px;
    color:white;
    font-weight:bold;
    cursor:pointer;
    font-family: "Roboto Condensed";
  background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 13%, rgba(246,41,12,1) 51%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(13%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 13%, rgba(246,41,12,1) 51%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 13%, rgba(246,41,12,1) 51%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 13%, rgba(246,41,12,1) 51%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 13%, rgba(246,41,12,1) 51%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );


}
.FondoDetalle {
    background-color:#d1cdcd;
    border-color:gray;
}
.Texto {
    font-family: "Roboto Condensed";
    font-size:14pt!important;
}
    .Texto p {
        text-align:justify;
    }