/* BODY */

body
{
	text-align: center;
	margin: 0 0 0 0;
	background: #FFFFFF;
	
}

.container_body
{
	display: block;
	margin: 0 auto;
	width: 900px;
	height: 702px;
	background-color: #ffffff;
}

/* ---------------------------------------------------------- */

/* HEADER */

.header
{
	width: 900px;
	height: 178px;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.header_logo
{
	width: 900px;
	height: 178px;
	float: left;
}

.header_bottoms
{
	position: absolute;
	right: 20px;
	top: 34px;
}

#item
{
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 33px;
	cursor: pointer;
	outline: 0;
}

#item:hover
{
	margin-top: 2px;
}

#item div
{
	width: 100%;
	height: 100%;
}


#item .ciudad
{
	background: url("../images/item01.png") center top;
}

#item .organizacion
{
	background: url("../images/item02.png") center top;
}

#item .servicios
{
	background: url("../images/item03.png") center top;
}

#item .informacion
{
	background: url("../images/item04.png") center top;
}

#item .ciudad_current
{
	background: url("../images/item01.png") center bottom;
}

#item .organizacion_current
{
	background: url("../images/item02.png") center bottom;
}

#item .servicios_current
{
	background: url("../images/item03.png") center bottom;
}

#item .informacion_current
{
	background: url("../images/item04.png") center bottom;
}

/* ---------------------------------------------------------- */

/* BUSCADOR */

.presentation_image
{
	margin-left: 5px;
	margin-top: 5px;
	width: 332px;
	height: 120px;
	cursor: pointer;
	text-align: left;
	float: left;
}

.container_search
{
	margin-top: 30px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
}

.container_image_search
{
	background: url("../images/caja_buscador.jpg");
	background-repeat: no-repeat;
	width:219px;
	height:35px;
	float: left;
}
.buttomSearch
{
	background: url("../images/btn_buscar.png") top center;
	border: 0;
	width:85px;
	height:30px;
	float: left;
	margin-top:3px;
	cursor: pointer;
}

.inputSearch
{
	width:194px;
	height:20px;
	border: 0;
	margin-left: 1px;
	margin-right:12px;
	margin-top: 7px;
}

/* ---------------------------------------------------------*/
