/* Estilos generales */
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
color: #333;
}
h1 {
color: #2c3e50;
text-align: center;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
h2 {
color: #34495e;
margin-top: 30px;
}
.section {
background-color: white;
padding: 15px;
margin: 15px 0;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.info {
background-color: #f8f9fa;
padding: 15px;
border-radius: 3px;
border-left: 4px solid #3498db;
}
.contact {
color: #e74c3c;
text-decoration: none;
font-weight: bold;
}
.contact:hover {
text-decoration: underline;
}
strong {
color: #2c3e50;
}
p {
margin: 8px 0;
line-height: 1.5;
}
