﻿@charset "utf-8";
/* CSS Document */

/* <SECCION> */
#fSeccion {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 30px;
    color:#111;
}

#fSeccion h1 {
    font-size: 180%;
    font-weight: 900 !important;
    margin-top: 0px;
}

@media only screen and (max-width: 992px) {
    #fSeccion h1 {
        font-size: 150%;
        font-weight: 900 !important;
        margin-top: 30px;
    }
}
/* </SECCION> */

/* <CONTENIDO> */
#fContenido {
    background-color:#F1F5F6;
    padding:50px 0px 60px 0px;
    background-image: url(../images/pixel-weave.png);
    background-repeat: repeat;
    color:#111;
}

#fContenido h1 {
  font-weight:900 !important;
  font-size:170% !important;
  margin-top:0px;
  margin-bottom:10px;
}

#fContenido h3 {
  font-weight:900 !important;
  font-size:120% !important;
  margin-top:25px;
}

#fContenido ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#fContenido ul li
{
	background-image:url(../images/vineta-verde.png);
	background-repeat:no-repeat;
	background-position:13px 8px; 
	padding-left:30px;
	margin-top:6px;
	margin-bottom:6px;
}
/* </CONTENIDO> */

/* <CALL> */
#fCall {
    padding-top: 35px;
    padding-bottom: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#163248+0,3b4a77+50,4693b7+100 */
    background: #163248; /* Old browsers */
    background: -moz-linear-gradient(left, #163248 0%, #3b4a77 50%, #4693b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #163248 0%,#3b4a77 50%,#4693b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #163248 0%,#3b4a77 50%,#4693b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163248', endColorstr='#4693b7',GradientType=1 ); /* IE6-9 */
}

#fCall h3 {
  font-weight:700 !important;
  font-size:200% !important;
  margin-top:0px !important;
  margin-bottom:0px;
  color:#fff !important;
}

#fCall h4 {
  font-weight:400 !important;
  font-size:90% !important;
  margin-top:0px !important;
  margin-bottom:0px;
  color:#A8B1BD !important;
  letter-spacing:3px;
}

@media only screen and (max-width: 992px) {
    #fCall h3 {
      font-size:150% !important;
    }
}
/* </CALL> */ 

/* <FORMULARIO> */
.text-danger {
    color: #ED1D24 !important;
}

.fformulario label.error {
    color: #ED1D24 !important;
}
/* </FORMULARIO> */