@font-face
{
    font-family: "segoel";
    src: url("eraslgt.TTF") format("truetype");
}
@font-face
{
    font-family: "lao";
    src: url("laoui.ttf") format("truetype");
}
html
{
	margin: 0;
}
body
{
	margin: 0;
	background-color: #ffffff;
}
li
{
	list-style: none;
	margin-bottom: 25px;
}
#logo
{
	width: 230px;
}
#divLogo
{
	background-image: url(../imagenes/bg.jpg);
	position: absolute;
	padding: 7px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 10px 10px -10px #000;
}
#header
{
	background-image: url(../imagenes/bg.jpg);
	height: 120px;
	position: absolute;
	width: 100%;
	box-shadow: 0px 1px 10px #000;
}
#contenedor
{
	background-color: #fafafa;
	width: 1024px;
	position: absolute;
}
#tableMenu
{
	width: 700px;
	text-align: center;
}
#menu
{
	width: 1024px;
	top: 130px;
	position: absolute;
}
#contenido
{
	top: 170px;
	width: 1024px;
	height: 450px;
	position: absolute;
	text-align: left;
	margin-top: 20px;
}
.menuItem
{
	color: #555;
	font-family: lao;
	font-size: 19px;
	border-right: 1px solid #aaa;
	cursor: default;
}
.textoTitulo
{
	font-family: segoel;
	font-weight: bold;
	font-size: 28px;
	color: #333;
	text-shadow:1px 1px 3px #555;
}
.textoContenido
{
	font-family: segoel;
	color: #444;
	font-size: 20px;
	line-height: 30px;
}
.cajas
{
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 5px #999;
	margin-bottom: 30px;
}
.inputContacto
{
	width: 300px;
	font-family: segoel;
	border:1px solid #aaa;
	border-radius:3px;
	min-width: 300px;
	max-width: 300px;
}
#guardarContacto
{
	background-color: #f0f0f0;
}
.tdContacto
{
	vertical-align: top;
	font-family: segoel;
	padding: 5px;
}
.mapa
{
	border-radius: 5px;
	border: 1px solid #555;
}
.logosMarcas
{
	height: 100px;
	box-shadow: 0px 2px 3px #555;
	margin: 15px;
}
.imgDist
{
	margin-right: 5px;
}
.separador1
{
	background-color: #0099dd;
	height: 1px;
	width: 720px;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 1px 5px #999;
}
.separador2
{
	background-color: #aaa;
	height: 1px;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 1px 5px #999;
}
.footer
{
	text-align: center;
	font-family: lao;
	color: #555;
	margin-bottom: 30px;
}
#torta
{
	position: absolute;
	width: 250px;
	height: 300px;
	top: -5px;
	right: -5px;
}
#capaOscura
{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 500;
	opacity: .5;
	display: none;	
}
#mensajeEstado
{
	z-index: 501;
	position: absolute;
	font-family: lao;
	font-size: 17px;
	display: none;
	width: 300px;
	height: 80px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #fff;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	color: #0099dd;
}
#localidades
{
	padding-left: 15px;
	height: 430px;
	overflow: auto;
}
.localidades
{
	font-family: segoel;
	color: #555;
	list-style: circle;
	padding: 0;
	margin: 5px;
}
#sumate
{
	font-family: segoel;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 15px;
	color: #fff;
	cursor: default;
	box-shadow: 0px 0px 10px #fff;
	background-color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 2px;
	opacity: .95;
}
.iFrameSumate
{
	border: 0;
	width: 100%;
	height: 350px;
}
.tablaSumate
{
	font-family: segoel;
	font-size: 18px;
}
.tablaSumate td
{
	padding: 8px;
}
.camposSumate
{
	width: 335px;
	border: 1px solid #aaa;
	border-radius: 3px;
	height: 25px;
	font-family: lao;
}
#letreroSumate
{
	padding: 5px;
	background-color: #fff;
	font-family: lao;
	position: absolute;
	top: 40px;
	right: 90px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #fff;
	display: none;
	color: #555;
}