body {
	font-family: 'Lato', sans-serif; font-weight: 400; color: #222;
	background: #b4d2f1;
}

header {
	background: url(../imgCustom/banner.jpg?1) no-repeat top left;
	height: 230px;
}

header h1 {
	display: none;
}

#myCarousel {
	width: 300px;
	margin: 40px 40px 0 0;
}

.container {
	background:  #fff;
}

#main-nav {
	padding-left: 40px;
}

nav {
	background: #035389;
}

nav ul {
	margin: 0;
	padding: 20px 0 0 0;
}

nav ul li {
	margin: 0 0 10px 0;
	padding: 8px 8px 8px 12px;
	text-decoration: none;
	list-style: none;
	color: #fff !important;
	font-size: 14px;
	cursor: pointer;
	border-bottom: solid 1px #347bb6;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, .nav-tabs.nav-stacked>li>a {
	border: 0px;
	background-color: #035389;
	padding: 0;
	margin: 0;
	cursor: pointer;
		color: #fff !important;

}

.active {
	color: #E8FF87;
	background: url(../imgCustom/btActive.jpg) no-repeat center right;
	}

nav ul li:hover {
	color:  #b7d5df;
	background: url(../imgCustom/bt.jpg) no-repeat center left;
}

article {
	padding: 10px 30px 0 30px;
	background: #fff;
	min-height: 400px !important;
}
@media(max-width:767px){
article {padding: 10px 2px;}
.publicidad {
	display:none;}
}

footer {
	background: url(../imgCustom/footer.jpg) no-repeat bottom right;
	height: 60px;
	text-align: right;
	margin-top: 20px;
	padding: 30px 130px 0 0;
	color: #3F3E38;
}

#foot {
	line-height: 11px !important;
}

.text-center {
	text-align: center;
}

.text-fecha {
	font-size: 13px;
	font-weight: 600;
	color: #FF3333;
}

h2 {
	color: #035389;
	font-size: 21px;
	line-height: 23px;
	margin: 0 0 20px 0;
}

h3, h4 {
	color: #1568AC;
}
h3 {
	font-size: 17px;
	line-height: 19px;
	margin: 20px 0 10px 0;
}

h4 {
	font-size: 15px;
	line-height: 17px;
	margin: 25px 0 15px 0;
}

p {
	font-size: 13px;
	line-height: 21px;
	color: #3F3E38;
	margin: 0 0 17px 0;
}

.text-justify {
	text-align: justify;
}

.table th {
	background: #035389;
	color: #fff;
}

.accordion-toggle {
	background: url(../imgCustom/accordion.jpg) no-repeat center right;
	}

.img-group {
	margin: 0 0 20px 0;
}


.infoGral img {
	margin-right: 10px;
}

.dowloadFile {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
}
.files_nav_dias{
	padding:8px 12px !important;
}
.form-actions 
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.well{
	margin-bottom:0 !important;
}

.well2 {
	color: #fff;
	font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #006dcc;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}


.link {
	cursor: pointer;
	margin-bottom: 25px !important;
}

 @media only screen and (max-width: 480px) {
header {background: url(../imgCustom/banner-min.jpg?1) no-repeat top center;}}

