/*Reset*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/*End reset*/



/*Header*/
/*Nav*/


a[href*="index" i] {
        background-color: red;
        font-weight: 300;
       
}


.linkspr {
        display: flex;
        justify-content: space-around;
        background-color: rgb(145, 74, 74);
        border: solid blue;
}

a {
        text-decoration: none;
        color: black;
}
a:visited {
        color: rgb(154, 155, 197);
}

a:hover {
        background-color: blue;
        color: red;

}

.links {
        display: flex;
        background-color: rgb(163, 114, 114);
        border: solid rgb(34, 34, 138);

        


}


.link {
        font-style: italic;
        font-size: medium;
        margin: 10px;

}

.volver {
        font-style: italic;
        font-size: medium;
        margin: 10px;

}



/*Body*/
.titulo h1 {
        font-size: 50px;
        padding: 20px;
        margin: 5px;
        border-bottom: double;
        border-top: double;
}

h1 {
        color: rgb(29, 29, 160);
        text-align: center;
        text-decoration:underline;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.cuerpo {
        padding: 10px;

}

.articulo {
        box-sizing: border-box;
        float: left;
        width: 50px;
}

img {
        width: 500px;
        padding: 20px;
}

.imagen {
        text-align: center;
}

.imagenarti {
        float: left;
        width: 250px;
}

.descripcionimagen {
        text-align: center;
        font-style: italic;
        padding: 5px;
}

.bloque {
        display: block;
        background-color: brown;
}




/*Footer*/

.footer {
        position: fixed;
        bottom: 10px;
        right: 10px;
        font-style: italic;
}
      




    


  