* {
	font-family: 'Inconsolata', sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#encabezado {
	margin-bottom: 20px;
}
header h1, section h1 {
	font-weight: bold;
}
header h1 {
	font-size: 28px;
	line-height: 18px;
	margin-bottom: 5px;
}
section h1 {
	font-size: 23px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
}
hgroup {
	margin-bottom: 10px;
}
a {
	color: #00f;
	text-decoration: underline;
}
#vcard {
	background: #f5f5f5;
	padding: 5px;
	margin-bottom: 10px;
}
#vcard, #vcard * {
	font-size: 14px;
	line-height: 14px;
}
#vcard, #vcard span {
	color: #555;
}
#vcard a {
	color: #55f;
	text-decoration: none;
}
#vcard span {
	font-weight: bold;
}
h3 a {
	color: #000;
	text-decoration: none;
}
#aviso {
	padding: 5px 5px 5px 30px;
	background: url(../imagenes/icono-advertencia.png) no-repeat 5px 5px #ffffdf;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
}
#aviso span {
	font-weight: bold;
}
.proyecto {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
section h1, .proyecto {
	border-bottom: dashed 1px #000;
}

.data {
	font-size: 13px;
	line-height: 15px;
}
.url {
	font-size: 15px;
	margin-bottom: 5px;
}
.data span {
	font-weight: bold;
	font-size: 14px;
}
footer {
	margin-bottom: 20px;
}
footer, footer * {
	font-size: 13px;
}
footer span {
	font-weight: bold;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #f0f0f0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
}
