body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	font-family: arial;
	color: white;
	background-position:top;
	background-repeat: repeat-x;
	background-color: black;
}

p{
	margin: 5px;
}

#wrapper {
	width: 100%;
}

#wrapper #cabecera {
	text-align: left;
	width: 800px;
	height: 62px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/menu_back.png);
	background-color: black;
}

#wrapper #cabecera #menu {
	margin-top: 35px;
}

#wrapper #cabecera #menu A {
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
	color: white;
}

#wrapper #cabecera #menu A:hover {
	color: #ffa00b;
}

#wrapper #cuerpo {
	height: 338px;
	width: 800px;
	text-align: center;
}

#wrapper #cuerpo #cont {
	margin: 15px;
	background-position: center;
	background-repeat: no-repeat;
	height: 325px;
	width: 736px;
	text-align: justify;
}

#wrapper #cuerpo #cont_res {
	margin: 0px 15px 15px 15px;
	background-position:top center;
	background-repeat: no-repeat;
	height: 325px;
	width: 736px;
	text-align: left;
}

#cont_img {
	font-size: 11px;
	margin: 15px;
	width: 470px;
	text-align: justify;	
}

#cont_img A{
	text-decoration: none;
	color: #ffa00b;
}

#cont_map {
	color: black;
	font-size: 11px;
	margin: 15px;
	width: 470px;
	text-align: justify;	
}

#wrapper #pie {
	padding-top: 10px;
	font-size: 10px;
	background-position: right;
	background-image: url(../img/pie_back.png);
	height: 62px;
	background-repeat: no-repeat;
	width: 800px;
	text-align: center;
}

#wrapper #pie A {
	text-decoration: none;
	color: #ffa00b;
}

H1 {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #ffa00b;
}

#selecion_gal{
	width: 100%;
	text-align: center;
	padding-top: 25px;
}

#selecion_gal A{
	margin: 0px 10px 0px 10px;
}

#carta{
	text-align: center;
}


#carta A{
	margin-left: 20px;
	margin-right: 20px;
}
