@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
#cabecera {
	margin: 0px auto;
	text-align: center;
	background-image:url(fondo_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
}
#botonera {
	margin: 0px auto 20px auto;
	text-align: center;
	background-color: #00a3e3;
	height: auto;
	font-family:'Prompt', Verdana, Geneva, sans-serif;
	font-size1em;
	font-weight:400;
}
#botonera ul {
	display: inline-block;
	margin: 0px auto;
	height: 40px;
	
}
#botonera li {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	list-style: none;
	margin: 7px 20px;
	width:auto;
	color: #fff;
}
#botonera a {
	text-decoration: none;
	text-align: center;
	list-style: none;
	color: #fff;
}
#botonera a:hover {
	text-decoration:underline;
}
footer {
	font-family:'Prompt', Verdana, Geneva, sans-serif;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #59595b;
	padding:2px;
	clear:both;
	height:60px;
	position:fixed;
	bottom:0px;
	width:100%;
}
footer ul {
	display: block;
	margin: 0px auto;
	height: 40px;
}
footer li {	
	text-decoration: none;
	text-align: center;
	list-style: none;
	margin: 5px auto;
	color: #fff;
	width: 550px;;
}
footer a {
	text-decoration: none;
	text-align: center;
	list-style: none;
	color: #fff;
	margin-bottom:5px;
}
footer a:hover {
	text-decoration: none;
	text-align: center;
	list-style: none;
	color: #fff;
	text-decoration:underline;
}
main{
	width:560px;
	height:350px;
	padding:20px;
	background-color:#F2F2F2F2;
	margin:0px auto;
	position:relative;
	
}
#centrar_main{
	height:350px;
	text-align:center;
	font-family:'Prompt', Verdana, Geneva, sans-serif;
	font-size:1.3rem;
	font-weight:300;
	font-style:italic;
	vertical-align:middle;
	top:8%;
	position:relative;
	
	
}
#pie_main{
	margin:30px auto 0px auto;
}
.pie_main1{
	font-family:'Prompt', Verdana, Geneva, sans-serif;
	font-size:25px;
	font-weight:700;
	text-align:center;
}
.pie_main2{
	font-family:'Prompt', Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:right;
	font-weight:400;
}
