@charset "utf-8";

#Gestion_intro table{
	width: 90%;
	margin: 5px auto 40px auto;
	border-collapse: separate;
}

#Gestion_intro table th{
	font-weight: bold;
	font-size: 1.8em;
	height: 70px;
	background: #e3e3e3;
	color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier*/
	text-shadow: 2px 2px 3px #c3c3c3;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	word-spacing: 4px;
}

#Gestion_intro table td{
	font-weight: bold;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	font-size: 1.2em;
	padding: 5px;
	text-align: center;
	height: 60px;
	background: #e3e3e3;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier*/
	cursor: pointer;
}

#Gestion_intro table td:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	color: #000;
}

#Gestion_intro a{
	text-decoration: none;
	color: #000;
}
.center{
	max-width: 100%;
}

.center h1{
	margin-top: 15px;
	text-align: center;
}

.center ol{
	max-width: 500px;
	margin: 22px auto 50px auto;
	list-style: none;
}

.center ol li{
	margin-top: 25px;
}
.center ol li:first-child{
	margin-top: 0px;
}

.center ol li:last-child{
	margin-bottom: 25px;
}

.center ol li a {
	font-size: 2em;
	color: #000;
}

.center #ancho{
	max-width: 900px;
}

.center #ancho li a{
	font-size: 1.4em;
}

#page_wrapper #menu{
	max-width: 100%;
	position: relative;
	height: 40px;
}

#page_wrapper #menu h1{
	width: 150px;
	height: 40px;
	background: #848484;
	font-size: 1.4em;
}

#page_wrapper #menu h1 a{ 
	color: #fff; 
	display: block;
}

#page_wrapper #menu  #anterior{
	position: absolute;
	left: 8%;
}

#page_wrapper #menu  #anterior a{
	text-align: center;
	margin-top: 5px;
}

#page_wrapper #menu  #siguiente{
	position: absolute;
	right: 8%;
}

#page_wrapper #menu  #siguiente a{
	text-align: center;
	margin-top: 5px;
}
