/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

/*===============================Estilo1========*/
body{
	overflow: auto;
    text-align: center;
    margin: 0 auto;
    background-color: #530302;
    background: url(../mat/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #530302;
    background-size: cover;
	}		
#medida{
	width: 100%;
	margin: 0 auto;
	text-align:left;
	text-align: center;
}
body ul li a{
	text-decoration:none;
	color:#FFF;
	padding:15px;
	font:normal 12pt/18pt "helvetica", sans-serif;
	padding-left:20px;
  }	
ul{
	padding-left: 550px;}		
.barra{
	position:absolute;
	top: 250px;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	height: 140px;

	}
.barra img{
	padding-left: 500px;
	padding-top: 10px;}	
nav a:visited{ /*version visitada del ancla*/
		color:#ffffff;
		}

nav a:hover{ /*version de cuando pones el mouse arriba*/
		color:#ff0000;
		}
#medida{
	padding-top: 30px;
	padding-bottom: 10px;}

ol li{
	display: inline-block;
}
ol{
	margin: 0 auto;
	text-align: center;
}
.foot{
	background: #A01019;
	padding: 8px;
	border-top-color: white;
	border-top-width: 1px; 
	border-top-style: solid;
	color: white;
}
.foot p{
	font-family: helvetica, arial;
}