@charset "utf-8";
/* CSS Document */

body {
	font-family: Century Gothic, Myriad Web, Arial, Geneva;
	background-image: url(../images/bggreycity.jpg);
	background-color:#8c8c8c;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

#wrapper {
	width: 952px;
	margin: 0px auto;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#topbanner {
	width: 100%;
	height: 118px;
	background-image: url(../images/topbannerm.png);
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menutop {
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#logintop {
	width: 200px;
	height: 150px;
	font: bold 14px arial;
	color: #fff;
	text-align: left;
	float: left;
}
#loginfields {
	width:150px;
	float: left;
}
#logintext {
	width:0px;
	margin-top: 0px;
	float: left;
}
.textarea {
	font-size:10px;
	margin: 1px 0px 0px 3px;
	width: 90px;
	height: 16px;
	background-color: white;
	border: 1px solid #0CF;
	float:left;
}

.textarea:focus, input:focus {
	width: 110px;
	height: 16px;
	background-color: lightorange;
	border: 1px solid #0CF;
}

/*----------------BODY CONTENT----------------------*/

#maininfo {
	width: 100%;
	background-image:url(../images/bgwhiteramp.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	font-size: 12px;
	text-align: center;
	float: left;
}
#bgmainright {
	width: 4px;
	height: 100%;
	background-color:#000;
	float:right;
}
#bgmainleft {
	width: 4px;
	height: 100%;
	background-color:#000;
	float:left;
}
#maincontent {
	width: 944px;
    border-left: thick solid #000;
	border-left-width: 4px;
	border-right: thick solid #000;
	border-right-width: 4px;
	font-size: 12px;
	text-align: center;
	padding: 0px 0px;
	float: left;
	border-bottom: thick solid #000;
	border-top: thick solid #000;
}


/*----------------------LINKS----------------------*/


/*---------------------HOVER LINK-----------------------------*/


/*---------------------VISITED LINK-----------------------------*/


/*---------------------ACTIVE LINK-----------------------------*/


/*-------------CONTENT LEFT AREA-------------*/

#contentleft {
	/*border: solid thin #999;*/
	width: 180px;
	height: 100%;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
}
.buttonsnav {
	width: 173px;
	margin: 3px 0px 0px 0px;
	float: left;
}

#buttonlogin {
	float: left;
}
#hiddensearchfields {
	background:url(../images/botnegociossearch.png);
	width: 173px;
	height: 43px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-right: solid 1px #0096ff;

}

#bannerLeft {
	background-color: #675;
	border:  dashed thin #000;
	height: 300px;
	width: 173px;
	float:left;
	margin: 20px 0px 0px 0px;
}


/*-------------DELEGACIONES - MUNICIPIOS ------------------*/



/*--------------CATEGORIAS---------------------*/


/*-----------------CONTENT MIDDLE AREA--------------------*/



/*------------------MEMBER RESULT----------------*/



/*-------------NON MEMBERS RESULT---------------------*/


/*-----------------CONTENT RIGHT AREA---------------------------*/

#contentright {
	width: 710px;
	height: 510px;
	margin: 10px 0 10px 0px;
	float: left;
	
}

#grid {
    display:block;
	margin-left:auto;
	margin-right:auto;
}
.pixel {
	b
	width: 10px;
	height: 10px;
	float: left;
}

/*------------------END CONTENT------------------------*/

#footer {
	width: 100%;
	height: 70px;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
