body{
	background: url(../images/fondo-lavanderia-pompas-de-jabon.png) fixed;
	font-family: 'Open Sans', sans-serif;
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}


#cintillo{width:100%;position:relative;z-index:10;}
#cintillo-conten{width:1100px;}

#cintillo, #cintillo-conten{
	border:0px solid blue;
	background-color:black;
	height:5px;
	margin:0px auto;
}

#wrapP{
	width:1100px;
	margin: 0px auto;
}

#pagina{
	border:0px solid red;
	background: white;
	width:1100px;
	float: left;
	
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

#cabecera{
	border:0px solid black;
	width:1100px;
	float: left;
}

nav{
	border:0px solid green;
	background: #168dc5;
	width:100%;
	float: left;
}

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

nav ul{
	width: 100%;
	float: left;
}

nav ul li{
	float:left;
}

.menu{
	border:0px solid red;
	text-align: center;
	color: white;
	text-align: center;
	padding:16px 57px;
	float: left;
}

.menu:hover, .activo{
	background: #0a397c;
	cursor: pointer;
}

.diferente{
	padding: 8px 57px;
}

#efecto{
	border:0px solid black;
	width:100%;
	float: left;
	margin: 0 0 30px 0;
}

#contenido{
	border:0px solid green;
	width:1100px;
	float:left;
}

#titulo-pestana{
	background: #f4f7ff;
	width: 100%;
	font-size: 30px;
	text-align: center;
	padding: 15px 0;
	float: left;
	margin: 0 0 10px 0;
}

footer{
	border:0px solid blue;
	background-color:#09518c;
	width:100%;
	height:320px;
	float:left;
}

#footer-conten{
	border:0px solid red;
	background: #09518c;
	width:1100px;
	height:320px;
	margin:0px auto;
}

.seccion-footer{
	border:0px solid black;
	width:328px;
	float:left;
	padding:10px;
}

.seccion-footer a{
	color:white;
	text-decoration: none;
}

.seccion-footer a:hover{
	text-decoration: underline;
}

.titulo-seccion-footer{
	border-bottom:1px solid gray;
	font-weight:bold;
	font-style: italic;
	color:white;
	padding:0px 0px 6px 10px;
}

.desarrollo-seccion-footer{
	line-height:18px;
	color:white;
	text-align:justify;
	font-size:14px;
	padding:10px;
}

table{
	width: 95%;
	float: left;
	margin: 0 2.5%;
}

table tr td{
	border: 4px solid white;
	padding: 6px;
}

.titulos td{
	background: #5fcbef;
	color: white;
	font-size: 18px;
	line-height: 23px;
}

.azul td{
	background: #d2ecf9;
}

.azul-claro td{
	background: #eaf6fc;
}


.p{
	width: 25%;
	text-align: center;
	font-weight: bold;
	float: left;
}