@charset "utf-8";
@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/bebas.eot');
    src: url('../fonts/bebas.eot?#iefix')	format('embedded-opentype'),
         url('../fonts/bebas.woff') format('woff'),
         url('../fonts/bebas.ttf') format('truetype'),
         url('../fonts/bebas.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}












body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/bk.png);
}
a {
	text-decoration: none;
}


#contenedor {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	background-image: url(../imagenes/fondo.png);
	height: auto;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
}
#izq_01 ul{
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 26px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 12px;
	margin-left: 3px;
	width: 260px;
}

#izq_01 {
	float: left;
	height: auto;
	width: 430px;
	margin-top: 30px;
}
#derch_01 {
	float: right;
	width: 550px;
	margin-top: 30px;
}


#logos {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#textos {
	width: 390px;
	margin-left: 40px;
	margin-top: 50px;
}
#pie {
	height: 22px;
	width: 100%;
	background-color: #DADADA;
	padding-top: 6px;
	margin-top: 16px;
}
#ubicacion {
	height: 0px;
	width: 180px;
	margin-top: 16px;
	display: block;
	float: left;
}
.mapa {
	float: right;
	height: 250px;
	width: 340px;
	overflow: hidden;
	margin-right: 18px;
	margin-top: 16px;
}
.inicio {
	display: block;
	width: 390px;
	margin-left: 40px;
	margin-top: 26px;
}






.separador {
	clear: both;
	width: 980px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.titulo_01 {
	display: block;
	font-family: "BebasRegular", sans-serif;
	font-size: 30px;
	color: #666;
	height: 30px;
}
.titulo_02 {
	display: block;
	font-family: "BebasRegular", sans-serif;
	font-size: 24px;
	color: #666;
	height: 22px;
}
.btn_inicio   {
	font-family: "BebasRegular", sans-serif;
	font-size: 18px;
	color: #FFF;
	height: 22px;
	padding: 8px;
	background-color: #666;
	text-decoration: none;
}
.btn_inicio:hover {
	background-color: #F93;
	text-decoration: none;
}




.txt_01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 8;
}
.txt_02 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 8;
}

.txt_pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: block;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
}

.img_01 {
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.img_01 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.img_01:hover {
/*	box-shadow: inset 0px 0px 25px #000;*/
	background-color:#F93;
}

.galeria {
	width: 550px;
}
.galeria ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.galeria li {
	float: left;
}

.galeria ul li a img {
	border: 1px solid #CCC;
	padding: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.galeria ul li a img:hover {
/*	box-shadow: inset 0px 0px 25px #000;*/
	background-color:#F93;
}
