@charset "utf-8";

/* ----------------------reseteo CSS--------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------Aqui empieza el sitio web ---------------------*/

.logo {
    color: #ffffff;
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
    text-shadow: 0.05em 0.05em #000;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}

.slogan {
	color: #ffffff;
    font-family: 'Great Vibes', cursive;
	font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-shadow: 0.05em 0.05em #000;
    box-sizing: border-box;
}

/*menu*/

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #F2507B;
}

nav ul li {
    display: inline-block;
    width: 75;
    float: none;
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-weight: normal;
}

nav ul li a {
    display: block;
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;	
}

nav ul li:hover {
    background: #000;
}

h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 20px;
}

h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 20px;
    padding-top: 10px;
}

.texto{
    background-color: #F2507B;
    box-sizing: border-box;
}

#foto {
    background-color: #ffffff;
    border-radius: 100%;
}

#piano{
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.texto p {
    color: #ffffff;
    text-align: left;
    font-size: large;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
}

.texto li {
    color: #ffffff;
    font-size: medium;
    padding-left: 50px;
    padding-right: 20px;
}

.footer {
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    background-color: #000000;
}

.footer p {
    text-align: right;
    padding-right: 20px;
    color: #ffffff;
}

.noemi {
    text-align: center;
}
.contenedor .texto audio {
    padding-left: 20px;
}
