h2{color:#2878c9;
margin-top:5px;

} 

body {
    text-align: center;
	background-image:url(images/fondo.png);
	background-repeat:repeat-x;

	
}
#header{
	background-image:url(images/header.png);
	width:840px;
	height:130px;
	border:#666666 1px  dotted;
	
}
#container {
    width: 840px;
    margin: 0px auto;
    text-align: left;	
}
#main {
background-color:#FFFFFF;
    width: 600px;
   
    float: left;
	margin-bottom:5px;
	border:#666666 1px  dotted;
		vertical-align:top;
	
}
.sidebar {
background-color:#FFFFFF;
    margin-left: 630px;
	margin-bottom:5px;
	vertical-align:top;	
	border:#666666 1px  dotted;
}
.contenido {
    clear: both;
	width:837px;
	height:70px;
	text-align:left;
	vertical-align:top;
		border:#666666 1px  dotted;
			margin-bottom:5px;

}

.contenido2 {
    clear: both;
	width:837px;
	height:200px;
	text-align:left;
	vertical-align:middle;
		border:#666666 1px  dotted;
		margin-bottom:5px;

}
.img{
	margin:7px 3px 3px 3px;
	width:102px;
	height:55px;
	border-left:#666666 1px  dotted;


}

.img2{
	margin:0px 3px 3px 3px;
	width:215px;
	height:125px;

}
#footer {
    clear: both;
	background-image:url(images/footer.png);
	width:840px;
	height:60px;	
}

/*---------------------menu--------------------------*/
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
}
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #4287cd url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}          
	#menu  li a.active {
background: #4287cd url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}          
              