@charset "utf-8";
/* CSS Document */

#centrar_contenido h1{
	display: block;
	font-size: 44px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 45px;
	padding-left: 0px;
}

div#informacion{
	width: 1100px;
	height: 700px;
	position: absolute;
	top: 170px;
	left: 70px;
	background-color: #2A2A2A;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 40px;
	color: black;
}

table {
  border-collapse: collapse;
  border: 2px solid black;
  letter-spacing: 1px;
  font-size: 15px;
  color: black;
}

td, th {
  border: 2px solid black;
  padding: 15px 25px;
}

th {
  background-color: #C04D00;
}

td {
  text-align: left;
}

tr:nth-child(even) td {
  background-color: white;
}

tr:nth-child(odd) td {
  background-color: white;
}

section#contenido{
	width: 100%;
    height: 1010px;
}

section#mapa{
	width: 100%;
	height: 270px;
}
#centrar_mapa iframe{
	width: 100%;
	height: 190px;
	margin-top: 20px;
}
div#centrar_mapa{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#centrar_mapa p1{
	color: #C04D00;
	font-size: 15px;
	margin-left: 20px;
}


