.header{
    background-color: #00BFFF;
    padding-bottom: 8px;
    padding-top:8px;
    padding-left:15px;
}
.campos{
    padding-bottom:8px;
}
.fechaNacReg{
    padding-right:0 !important; 
    padding-left:0 !important;
    /*padding-bottom:5px !important ;*/
}

.rowPrincipal {
    padding-top:40px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.title-container{
    /*background-image: linear-gradient(to bottom, #337ab7 0, #23b7e5 100%) !important ;*/
    background-image: linear-gradient(to bottom, #114c90 0, #1769c7 100%) !important;
    color:#fff !important;
    padding-top:9px; 
    padding-bottom:9px;
    margin-bottom:10px;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 66px;
    background-color:#f2f2f2;
}

.rowHeader{
    background-color:White;
}

.navbar-text{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.seccion-media {
  background:#f2f2f2;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top:10px;
  padding-bottom:10px;
}

.BarraTop{
    border-bottom: 1px solid #eeeeee !important;
    border-top :1px solid #eeeeee !important;
    padding-top: 5px !important;
    padding-bottom : 5px !important;
    border-bottom-style: ridge !important;
    margin-bottom:5px !important;
    border:0px !important;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
  margin-left:10px;
}
.NOpadding{
    padding-left:0 !important;
    padding-right:0 !important;
}

.bodyPrincipal{
    background: url(../imagenes/Background.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 670px;
    background-position: top center;
    background-repeat: no-repeat;
}
.panel-body1{
    background-color:#5bc0de !important;
    border-color: #5bc0de !important;
    color: #fff !important;
}

.Section-margin{
    margin-left:auto !important;
    margin-right:Auto !important;
    background-color:White;
    max-width: 1090px !important;  
    padding-top: 50px;
    padding-bottom: 50px; 
}

.rowWeb{
   max-width: 1090px; 
}

.RowPrincipalWeb{
    width: 1090px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.items_list{
    padding: 0;
}

.items_list li {
    padding: 12px 0;
    border-bottom: 1px solid #E0E0E0;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 120%;
    list-style:none;
        
}

.footer_container {
    color:#fff;
    background-color: #202020;
}

.footer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.cuadro1{
    padding: 21px 30px 30px;
    background-color: rgb(66, 179, 229);
    min-height: 230px;
}
.cuadro2{
    padding: 21px 30px 30px;
    background-color: rgb(3, 132, 206);
    min-height: 230px;
}
.cuadro3{
    padding: 21px 30px 30px;
    background-color: rgb(49, 86, 163);
    min-height: 230px;
}

.team {
    border: 1px solid #c3c3c3;
    padding: 70px 20px;
    text-align: center;
    opacity: 0.7;
    transition: all 0.8s;
    max-height: 330px;
    max-width: 210px;
    min-width:180px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.team img {
    width: 80px;
    margin: 0 auto;
}
.img-circle {
    border-radius: 50%;
}
.small, .small {
    font-size: 85%;
}
.team hr {
    border-width: 2px;
    border-color: #dcc2a7;
    width: 50px;
}

.team:hover.hire,
.team.hire{
	height: 340px;
	border-color: #c59a6d;
	color: #c59a6d;
	opacity: 1;
}

.team.hire>a{
	color: #c59a6d;
}
.team hr{
	border-width: 2px;
	border-color: #dcc2a7;
}
.team:hover{
	opacity: 1;
	border: 1px solid #222;
}

.imagenes {
    width:100%;
    max-width:303px;
    height:250px; 
    display: block;
}
.logogranade {
    width:100%;
    max-height:200px; 
    display: block;
}

.hrTitulos
{
    border-width: 3px;
    width: 50px;
	border-color: #dcc2a7;
}

/*#field{margin-left:.5em;float:left;}
#field,label{float:left;font-family:Arial,Helvetica,sans-serif;font-size:small;}
br{clear:both;}
input{border:1px solid black;margin-bottom:.5em;}*/
input.error{border:1px solid red;}
label.error{background:url('../Imagenes/unchecked.gif') no-repeat;padding-left:16px;margin-left:.3em;}
label.valid{background:url('../Imagenes/checked.gif') no-repeat;display:block;width:16px;height:16px;}