

body {
	font: 13px 'Public sans', sans-serif;
	padding-top: 15px;
}

a {
	text-decoration: none;
    color: #333;
}

a:hover {
	text-decoration: underline;
}

h1 {
    text-transform:inherit;
    text-align: left;
    color: #9d9d9d;
    font-size: 35px;
    margin-top: 0;
    font-weight:normal;
}

h2 {
	color: #2a343d;
	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: 16px;
	background-color: #c08501;
	color: #fff;
	padding: 6px;
	font-weight: bold;
}

td {
	vertical-align: top;
	padding: 6px 4px;
}

td td {
	padding: 8px 6px;
	font-size: 15px;	
	border-left: 1px solid #f1f1f1;	
	text-align: center;
}
td tr {
	    background-color: #f1f1f1;
}

td tr:nth-child(odd)  {
	background-color: #d9d9d9;
}

td b {
	font-size: 1.5em;
	color: #000;
}

.n {
	color: #333;
	font-weight: 600;
}

.p {
	text-align: center;
	color: #c08501;
	font-weight: 600;
}

.p1 td, .p2 td, .p3 td, .p4 td, .p5 td {
	font-weight: bold;
	font-size: 1.2em;
	color: #de2c57;
	border: 2px dotted #AF963C;
}

.p1 .n {
	font-size: 1.6em;
}

.p1 .p {
	font-size: 1.7em;
}

.pie {
	text-align: center;
	
	margin-top: 15px;
}

.pie p {
	color: #7b868f;
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.enlaces_pie {
	margin-bottom: 15px;
}

.enlaces_pie a {
	display: inline-block;
	background-color: #e5e5e5;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #333;
	font-size: 15px;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	padding: 0 10px;
}
.enlaces_pie a:hover {	
	background-color: #aab7c1;	
	color: #333;
	}
.enlaces_pie a.activo {
	background-color: #c08501;
	color:#fff;
}
.box-caption {
	text-align: center;	
	margin: 20px auto;
	
	}
.leyenda .h1 {    
    color: #333;
    font-size: 16px;   
    font-weight: normal;
	display: inline-block;
	border-radius: 3px;
	background: #fff;
	padding: 20px 30px;
	border: 1px solid rgba(0,0,0,.125);
	font-style: italic;
	}
.leyenda-lista {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.leyenda-lista li {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-right: 30px;
}

.leyenda-lista .icon-letra {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #333;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
}

.logo-ep {
	color: #000;
	font-style: normal;
}

.logo-ep-rojo {
	color: #c00;
	font-style: normal;
}
