@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

body {
        font-size: 11pt;
        background: url("images/fondo.jpg") repeat;
		color: #ffffff;
		font-family: "Indie Flower", "Source Sans Pro", sans-serif;
		line-height: 1.5;
        /*text-transform: uppercase;*/
        margin-right: 10%;
        margin-left: 10%;
	}

a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: dotted 1px #ffffff;
}


    a:hover {
        color: #cccccc;
        border-bottom: transparent;
    }


nav {
    display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
}

    nav ul {
        display: flex;
        padding: 0;
        border: solid 1px #ffffff;
        border-radius: 5px;
    }

        nav ul li {
            display: block;
            min-width: 7.5rem;
            line-height: 3.5;
            padding: 0px 15px;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            font-size: 85%;
        }

footer {
    background-color: black;
    border-top: solid 1px #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2em;
}

    footer p {
        line-height: 0.5;
        text-align: center;
        font-size: 85%;
    }

#contenido {
    text-align: center;
}

    #contenido h1 {
        position: relative;
        border-bottom: solid 1px #ffffff;
        letter-spacing: 2px;
        max-width: 30%;
        left: 35%;
        right: 35%;
    }

    #contenido h2 {
        position: relative;
        border-bottom: solid 1px #ffffff;
        letter-spacing: 2px;
        max-width: 15%;
        left: 42.5%;
        right: 42.5%;
    }

table {
    display: inline;
}

img {
    display: block;
    border: 1px solid white;
    margin: 0 auto;
    height: 50%;
    width: 50%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

form {
    line-height: 2em;
}