* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #dbdbdb;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

#wrap {
	border: 1px solid #333333;
	background: #ffffff;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

a:link, a:visited {
	color : #336699;
	text-decoration : underline;
}

a:hover {
	text-decoration: underline;
	color: #993333;
}

.clear {
	clear: both;
	height: 1px;
	text-indent: -9999px;
}

#wrap h1 {
	width: 313px;
	height: 64px;
	margin: 20px;
	background: url(img/mexvirtual.png);
	text-indent: -9999px;
}

#main {
	text-indent: -99999px;
	background: no-repeat url(img/main.jpg);
	width: 760px;
	height: 220px;
	margin-left: 20px;
}

#foto, #basico, #pro {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 240px;
	display: inline;
}

#foto h2, #basico h2, #pro h2 {
	width: 240px;
	height: 40px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#foto strong, #basico strong, #pro strong {
	color: #993333;
	font-weight: bold;
}

#foto h2 {
	background: url(img/h_foto.png) no-repeat;
}

#basico h2 {
	background: url(img/h_basico.png) no-repeat;
}

#pro h2 {
	background: url(img/h_pro.png) no-repeat;
}

#foto li, #basico li, #pro li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 26px;
	background: no-repeat url(img/bullet.png) 6px 4px;
}


.precio {
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
}

#volumen {
	border-top: 1px solid #daa51f;
	border-bottom: 1px solid #daa51f;
	background: #ede8aa;
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

#foto {
	background: no-repeat url(img/precio_foto.png) center bottom;
}

#basico {
	background: no-repeat url(img/precio_basico.png) center bottom;
}

#pro {
	background: no-repeat url(img/precio_pro.png) center bottom;
}

#desc {
	margin-top: 20px;
	margin-left: 20px;
	clear: both;
	width: 480px;
	float: left;
	display: inline;
	font-size: 12px;
}

#desc li {
	list-style: none;
	border-bottom: 1px solid #cccccc;
	padding-left: 36px;
}

#icnpersonalizada {
	background: url(img/user.png) no-repeat #f4f4f4 10px 10px;
	border-top: 1px solid #cccccc;
	padding: 10px;
}

#icnsinpreocupaciones {
	background: url(img/error.png) no-repeat 10px 10px #f4f4f4;
	padding: 10px;
}

#icncalidad {
	background: url(img/computer.png) no-repeat 10px 10px #f4f4f4;
	padding: 10px;
}

#icnherramientas {
	background: url(img/cog.png) no-repeat 10px 10px #f4f4f4;
	padding: 10px;
}

#icnalojamiento {
	background: url(img/database.png) no-repeat 10px 10px #f4f4f4;
	padding: 10px;
}

#icnvelocidad {
	background: url(img/lightning.png) no-repeat 10px 10px #f4f4f4;
	padding: 10px;
}

#icnplugin {
	background: url(img/plugin.png) no-repeat 10px 10px #f4f4f4;
	padding: 10px;
}

#demo {
	background: repeat-x url(img/demo_bg.png) bottom #D7D7D7;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #666666;
	width: 240px;
	display: inline;
}

#demo p {
	border: 1px solid #ffffff;
	background: no-repeat center 30px  url(img/demo.jpg);
	padding: 140px 20px 20px;
}

#demo a {
	background: no-repeat url(img/verdemo.gif);
	width: 160px;
	height: 66px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#contacto {
	margin: 40px 20px 20px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #D7E1EB;
	padding: 20px;
	line-height: 24px;
	font-size: 12px;
}

#contacto strong {
	font-size: 14px;
	color: #993333;
}

.tel, .cel, .email {
	margin-left: 20px;
}

.nombre {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}

#copy {
	text-align: center;
	padding: 20px;
	font-size: 12px;
}

#copy p {
	margin-bottom: 6px;
}