/* Seleectores */
body, html{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(http://www.enlacescomerciales.com/images/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #53758A;
}
a{
	color: #53758A;
	text-decoration: none;
}
a:hover{
	color: #CCC;
}
/* Seleectores */

#wrap{
	margin: 42px auto 0 auto;
	width: 770px;
	background-color: #CCC;
}
#header{
	width: 100%;
	height: 206px;
	float: left;
	background-color: #999;
	background-image: url(http://www.enlacescomerciales.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu{
	width: 100%;
	height: 32px;
	float: left;
	background-color: #55788e;
	color: #FFFFFF;
	background-image: url(http://www.enlacescomerciales.com/images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	overflow: hidden;
	vertical-align: middle;
}
#content{
	width: 770px;
	float: left;
	margin: 0px;
	background-color: #fff;
	background-image: url(http://www.enlacescomerciales.com/images/bg_content.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#container{
	width: 730px;
	margin: 0px auto;
	padding: 15px 15px 0 15px;
}
#container img {
	margin: 10px 10px;
}
#top {
}
#down {
}

#direccion {
	float: left;
	width: 250px;
	position: relative;
	margin: 15px 15px 0 15px;
}
#footer{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 100%;
	background-color: #527589;
	background-image: url(http://www.enlacescomerciales.com/images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_copy{
	margin: 0px auto;
	padding: 10px 20px;
	height: 100px;
	width: 580px;
	color: #FFF;
	text-align: center;
}
#footer_copy h4{
	color: #FFF;
}


#footer_copy a{
	color: #fff;
	text-decoration: underline;
}
#footer_copy a:hover{
	color: #000;
	text-decoration: none;
}



/*----------Menu---------------*/
#menu ul{
	margin: 0 0 0 15px;
	padding: 0px;
}
#menu li{
	display: inline;
	margin: 0px;
	list-style-type: none;
	vertical-align: middle;
}
#menu a{
	font-weight: bold;
	color: #FFF;
	height: 30px;
	padding: 10px 35px;
	top: 10px;
	float: left;
	vertical-align: middle;
}
#menu a:hover{
	background-image: url(http://www.enlacescomerciales.com/images/bg_menu_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu a:visited{
}
/*------Clases-------*/
.centrado{
	text-align:center;
}
.left{
	text-align:left;
	float: left;
}
.right{
	text-align:right;
	float: right;
}
.b_left{
border-left: 2px solid #069;
}

