body{
	text-align:center;
	margin:0 auto;
	font-family: Verdana,serif;
	font-size: 12px; 
	font-weight: normal;

}

#Contenedor{
	text-align:left;
	margin:10px auto;
	width:800px;
}

#Header{
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	width:800px;
	height:80px;
	margin-bottom:20px;
}

#Header img{
	margin-top:10px;
	width: 268px;
	height: 55px;
}

#Img_Titulo{
	position:relative;
	left:254px;
}

.Producto{
	width: 100%;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
	border: solid #CCCCCC 1px;
	height: 201px;
}

#Columna1{
	width: 340px;
	margin-left:30px;
	float:left;
	margin-bottom:30px;
}

#Columna2{
	width: 340px;
	margin-right:30px;
	float: right;
	margin-bottom:30px;
}

.Servicios_Producto{
	list-style:none;
	margin:0 5px 5px 5px;
	padding:0;
	height:126px;
}

.Precios_Producto{
	cursor:pointer;
	position: relative;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#CCCCCC;
}

#Footer{
	border-top: solid black 1px;
	width:800px;
	clear:both;
	font-family: Verdana,serif; font-size: 10px; color: #666666; background-color: #FFFFFF; font-weight: bold
}

h2{
	text-align:right;
	padding-right:20px;
	margin:10px 0 10px 0;
	font-size:150%;
	font-style:oblique;
	color:#666666;
	border-bottom: solid 1px #FF9900;
}

