@charset "utf-8";
@import url("../webfonts/fuentes.css");
@import url("../webfonts/OpenSans_ExtraBold/stylesheet.css");
#mapa {
	padding: 0px;
	width: 100%;
	float: left;
	margin-top: 10px;
	background-color: #F0F0F0;
	height: 200px;
	background-image: url(../images/subfondo.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#mapasection {
	width: 150px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#dirsection {
	width: 300px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mapasection  .tittle{
	font-family: "OpenSans ExtraBold";
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#dirsection .tittle {
	font-family: "OpenSans ExtraBold";
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#mapasection .tittle a{
	font-family: "open_sansbold";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0px;
}
#mapasection .tittle a:hover {
	color: #000000;
	text-decoration: underline;
	width: 100%;
	font-size: 14px;
}
#mapasection .enlace {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	margin-left: 10px;
	color: #000000;
}
#dirsection .enlace {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	width: 100%;
	margin-left: 0px;
	color: #000000;
}
#mapasection  a{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#mapasection  a:hover{
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	width: 100%;
}
