body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    font-family: 'Roboto', sans-serif;
	font-weight:300
}

 h1, h2, h3, h4, h5, h6{
 	margin-top: 0;
 }


body{
	background: url(../../imgs/bg.jpg) no-repeat center top;
}

header nav ul {
    margin: 0 auto;
    text-align: center;
}

header nav ul li {
    transition: background-color .3s;
    display: inline-block;
    float: none;
    padding: 0;
}

.titulo-esp{
	font-weight: bold;
	color: #1a237e;
	padding-top: 40px;
	border-bottom: 2px solid #ea5b0c;
	padding-bottom: 4px;
	margin-bottom: 30px;
	text-align: center;
}
.texto{
	text-align: justify;
}

section .row{
	margin-bottom: 0;
	padding-bottom:30px;

}
.texto table td{
	border:1px solid #1a237e;
}

.orange.darken-4{
	color: #fff;
}
.orange.darken-4 h3{
	color: #fff;
	border-bottom: 2px solid #1a237e; 
}

.foresp{
	padding-bottom: 0 !important;
}

.f-nav{
	position: fixed;
	z-index: 90;
	top: 0;
}
nav ul li.ico-soci {
    height: 60px;
}
.ico-soci a {
    padding: 5px 5px 0px 5px;
}

/* COL-MD */
@media only screen and  (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media only screen and  (max-width:992px) and (min-width:767px){
    
}
/* COL-XS */
@media only screen and  (max-width:767px){

	

}