/* Plan Waiki */ 
body {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	background-color: #D9E2E8;
}

body, html, table, tr, td {
	font-family: Arial;
	font-size: 11px;
	color: #2c2c2c;
}
h1 {
	color: #2C5696;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	letter-spacing: -1px;
	margin-top: 0;
	padding-top: 10px;
}
h2 {
	color: #64bed6;
	font-size: 12px;
	font-weight: bold;
}
/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #2C5696;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #DE3500;
}

/* divs */
#contenedor {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	background: url(images/bg/centro.gif) repeat-y;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 21px;
	background: url(images/bg/arriba.gif) no-repeat;
}
#bottom {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 41px;
	background: url(images/bg/abajo.gif) no-repeat;
	float: none;
	clear: both;
}

/* Contenido */
#contenido {
	width: 700px;
	margin-top: 195px;
	margin-left: 30px;
	font-size: 12px;
}
#contenido img {
	margin-right: 7px;
	margin-bottom: 7px;
}
#contenido ul, li {
	margin-left: 30px;
}

/* Pie de Página */
#pie {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	width: 760px;
	float: none;
	clear: both;
	text-align: center;
	font-size: xx-small;
	background: #D9E2E8;
	font-size: 10px;
}

/* Cabecera Flash */
#cabecera {
	position: absolute;
	top: 11px;
	left: 50%;
	width: 721px;
	height: 160px;
	margin-left: -360.5px;
}

/* Menu */
#menu {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -355px;
	width: 710px;
	height: 30px;
	text-align: center;
}
#menu a:link {
	color: #0052db;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
#menu a:visited {
	color: #0052db;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#menu a:hover {
	color: #64bed6;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#menu a:active {
	color: #64bed6;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#menu img {
	margin-left: 15px;
	margin-right: 15px;
}

/* Login */


/* Formulario Sw */
.esinput {
	background: white url(images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
}
.esmsje {
	background: white url(images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}
.Estilo1 {
	Text-align: left;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
#contacto {
	margin-left: 120px;
	padding: 8px;
}
#contacto input {
	margin-left: 0px;
}
.esenviar {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background: url('images/form/send.jpg') repeat-x;
}
#demo a:link {
	color: #023356;
	font-weight: bold;
	font-size: 11px;
	text-transform: Capitalize;
}
#demo a:visited {
	color: #023356;
	font-weight: bold;
	font-size: 11px;
	text-transform: Capitalize;
}
#demo a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-transform: Capitalize;
}
#demo a:active {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-transform: Capitalize;
}

/* Iframe */

iframe {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 180px;
	border: 0;
	background: white;
	overflow: hidden;
	height: 350px;
}
iframe body {
	background: #fff;
}
iframe table {
	background: #fff;
}
iframe html {
	background: #fff;
}
#iframe ul {
	list-style-position: inside;
	list-style: disc;
}
#login {
	margin-top: 70px;
}