﻿body{
	font-family: 'Montserrat', sans-serif !important;
}

.cabecera{
	padding-top: 10px;
	padding-bottom: 10px;
}

.logotipo{
	text-align: center;
}
.logotipo img{
	width: 60%;
}


nav a, nav a:hover{
	color: black;
	text-decoration: none;
}

.menu-r{
	cursor: pointer;
	display: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	width: 20%;
	float: left;
}

.menu, .menu-r{
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}


.contenido{
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
}

.imagen-seccion img{
	width: 100%;
}

.seccion{
	font-size: 17px;
	line-height: 22px;
}

.seccion strong{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.blanco{
	border: 3px solid #d7405e;
	background: white;
	width: 80%;
	text-align: center;
	margin: 0 10% 20px;
	padding: 0 50px;
}




@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
	.logotipo img{
		width: 30%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	.logotipo2{
		text-align: center;
	}
	.logotipo2 img{
		width: 30%;
	}
}

@media screen and (max-width:576px){
    
}