@charset "utf-8";
/* CSS Document */

h1{padding-bottom: 20px;}
h2{padding-top: 20px;}

/*img
{
	margin:0 auto;
	width:90%;
	max-width:1024px;
	height:auto;
}*/

.centradoContenido
{
	text-align:center;
}

table {
	color: #333;
	font-weight: bold;
	/*margin:auto;*/
	background-color: #D7D8DC;
	font-size: 1.3em;
	border-radius: 7px;
}

.noborder{ border:none;}

.letratitulotabla {
	font-size: 32px;
	font-style: italic;
	color: #FFF;
}

.izquierda {
	width: 180px;
}

td {
	border: solid 3px #FFF;
	padding: 10px;
	/*height:auto;*/
	font-size: 28px;
}

table ul {
	float:left;
}

table ul li {
	list-style-type: circle;
}

.colorsubstitulos{ color: #FFF;}

.noborder{ border:none;
border-color: rgba(214, 215, 219, 1);}


.page1, .page2, .page3, .page4 ..page5{padding-top:50px;}
.prevNext{position:absolute;left:50%; margin-top: 20px; margin-left:-66px;text-align:center}
.p_prev, .p_next{display:inline-block;width:45px;height:45px;margin:0 10px;cursor:pointer;}
.p_prev{background:url(../img/p_prev.png) no-repeat}
.p_prev.off, .p_prev:active{background:url(../img/p_prev_off.png) no-repeat}
.p_next{background:url(../img/p_next.png) no-repeat}
.p_next.off, .p_next:active{background:url(../img/p_next_off.png) no-repeat}

.hacerclic {float: right; right: 20px;}