@font-face {
    font-family: 'RobotoCondensed';
    src: url('../../fonts/RobotoCondensed-Regular.eot');
    src: url('../../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('../../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('../../fonts/RobotoCondensed-Regular.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 13px Arial, Helvetica, Sans-Serif;
	padding-top: 15px;
}

a {
	text-decoration: none;
    color: #222;
}

a:hover {
	text-decoration: underline;
}

h1 {	
    font-family: RobotoCondensed, 'Arial Narrow', sans-serif;
	text-transform:inherit;
    text-align: center;
    color: #b3932d;
    font-size: 40px;
    margin-top: 0;
	letter-spacing: 0;
	font-weight:normal;
}

h2 {
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	margin: 0 0 15px 0;
}

p {
	margin: 5px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	color: #666;
	margin-bottom: 15px;
}

th {
	font-size: 1.5em;
	background-color: #bb0000;
	color: #fff;
	border: 1px solid #bb0000;
	padding: 0px;
}

td {
	vertical-align: top;
	padding: 3px;
}

td td {
	padding: 0 8px;
	font-size: 1.1em;
	line-height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 15px;
	text-align: center;
}

td tr:nth-child(2n) td {
	background: #f2f2f2;
}

td b {
	font-size: 1.5em;
	color: #000;
}

.n {
	color: #333;
}

.p {
	text-align: center;
	color:#bb0000;
}

.p1 td, .p2 td, .p3 td, .p4 td, .p5 td {
	font-weight: bold;
	font-size: 1.2em;
	color: #AF963C;
	border: 2px dotted #AF963C;
}

.p1 .n {
	font-size: 1.6em;
}

.p1 .p {
	font-size: 1.7em;
}

.pie {
	text-align: center;
	font-style: italic;
	margin-top: 15px;
}

.pie p {
	margin-bottom: 15px;
}

.enlaces_pie {
	margin-bottom: 15px;
}

.enlaces_pie a {
	display: inline-block;
	width: 160px;
	background-color: #f3f3f3;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	color: #222;
	font-size: 18px;
	margin: 0 5px 5px 0;
	padding: 8px 0;
}
.leyenda .h1 {
	font-family: RobotoCondensed, 'Arial Narrow', sans-serif;
    text-transform: inherit;
    text-align: center;
    color: #b3932d;
    font-size: 30px;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
	}
.leyenda-lista {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.leyenda-lista li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 15px;
}

.leyenda-lista .icon-letra {
	vertical-align: middle;
	width: 30px;
	height: auto;
}

.logo-ep {
	color: #000;
	font-style: normal;
}

.logo-ep-rojo {
	color: #c03;
	font-style: normal;
}