/* CSS CANDIES BAZAAR */

body {
	margin: 15px 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Top {
	width: 920px;
	text-align: center;
	margin: 0 auto;
}

#SeparadorTop {
	width: 100%;
	height: 10px;
	background-color: #feca77;
	margin: 10px 0;
}

#Contenido {
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
}
#Contenido-interno-pesaj {
	width: 580px;
	overflow: hidden;
	float: left;
	padding-left: 340px;
}

#FotoFachada {
	width: 920px;
	min-height: 200px;
	float: left;
	text-align: center;
}

#TituloServicios {
	width: 720px;
	float: left;
	padding: 15px 100px 0;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

#TextoServicios {
	width: 720px;
	float: left;
	padding: 15px 100px 0;
	text-align: center;
	font-size: 22px;
	font-style: italic;
}

#VerMenu {
	width: 920px;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#Box1a {
	width: 306px;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
}

#Box1a img {
	border: solid 2px #feca77;
}

#Box1, #Box2, #Box3, #Box4 {
	width: 230px;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
}

#Box1pdf {
	width: 920px;
	text-align: center;
	float: left;
}

img.BordeFotos {
	border: double #666;
}

#Separador {
	width: 100%;
	height: 10px;
}

#Footer {
	width: 100%;
	padding: 10px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
	background-color: #feca77;
	color: #000;
	border-top: solid 3px #666;
	border-bottom: solid 3px #666;
}

.FontGrande {
	font-size: 18px;
}

