@charset "utf-8";
.grup1a .grup1 .menu {
}
@font-face {
    font-family: OpenSans-Regular;
    src: url("fuentes/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: OpenSans-Bold;
    src: url("fuentes/OpenSans-Bold.ttf") format("truetype");
}
.barra {
	float: left;
	width: 100%;
	background-color: #434242;
	height: 44px;
	z-index: 0;
}
.block1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
.block1 .menu {
	float: left;
	width: 1000px;
	font-family: Krub;
	margin-top: -44px;
	background:#FFF;		
	height: 44px;
	padding-bottom:20px;
}
.block1 .menu a {
    font-size: 12px;
    color: #FEFEFE;
    text-decoration: none;
    margin-left: 28px;
    margin-right: 25px;
}
.block1 .menu .item {
	float: left;
	width: auto;
	min-width: 155px;
	height: 44px;
	margin-left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#9d9e9e;
}
.block1 .menu #item1:hover {
	float: left;
	width: auto;
	height: 44px;
	margin-left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#2082a5;
}
.block1 .menu #item2:hover {
	float: left;
	width: auto;
	height: 44px;
	margin-left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#b855a5;
}
.block1 .menu #item3:hover {
	float: left;
	width: auto;
	height: 44px;
	margin-left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#ed6f1e;
}
.block1 .menu #item4:hover {
	float: left;
	width: auto;
	height: 44px;
	margin-left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#009846;
}
.block1 .menu .resto {
	background-color: #9d9e9e;
    float: left;
    height: 44px;
    width: 329px;
  	margin-left:1px;
}
.contenido{
	display:flex;
	align-items: center;
}
.contenidor{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	margin-top:50px;
}
.contenidor .imgVertical{
	float:left;
	width:200px;
	height:525px;
	margin-left:30px;
	margin-right:41px;
}
.contenidor .contenidoInterno{
	float:left;
	margin-left:35px;
	margin-top:25px;
    width: 690px;
}
.contenidor .contenidoInterno .logo img{
	margin-left: 10px;
}
.contenidoInterno .tabla table{
	margin-bottom:40px;
	margin-left:5px;
}
.contenidoInterno .tabla table thead{
	font-variant:small-caps;
	font-family: OpenSans-Bold;
	font-size: 13px;
	color: #2b2a29;
	line-height:230%;
}
.contenidoInterno .tabla table tbody{
	font-family: OpenSans-Regular;
	font-size: 13px;
	color: #2b2a29;
	line-height:100%;
}
.contenidoInterno .tabla table,tbody,td{
	margin-left: 10px;
}
.localidad .nomLocalidad{
	font-variant:small-caps;
	font-family: OpenSans-Regular; 
  	text-transform: uppercase;
	color: #EF6E00;
	margin-left:40px;
	margin-top: 35px;
  	font-size: 16x;
}
.localidad .bnt_loc{
	color: #0E5583;
	margin-left:70px;
	margin-top: -5px;

}
.direccion {
	font-family: OpenSans-Bold;
	font-size: 13px;
	color: #151616;
    margin-top: 10px;
}
.resumen p{
	font-family: OpenSans-Regular;
	font-size: 13px;
	color: #151616;
    margin-top: 20px;
}
