﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	font-family: 'Montserrat', sans-serif !important;
}

.chat{
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 1000;
	width: 50px;
}
.chat img{
	width: 100%;
}

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

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

.datos span{
	border: 0px solid red;
	font-size: 21px;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.redes{
	text-align: center;
}
.redes img{
	width: 30px;
	margin-top: 40px;
}


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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.imagenes img{
	width: 100%;
	margin: 0 0% 30px;
}


.seccion{
	font-size: 18px;
	line-height: 24px;
}
.seccion strong{
	color: #bb267f;
}

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


footer{
	background: #bb267f;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer a{
	color: white;
}

footer strong{
	text-shadow: 2px 2px 2px black;
}


@media screen and (max-width:768px){
	.datos span{
		width: 100% !important;
		text-align: center !important;
		margin-top: 0;
	}
}