/* Plan Waiki */ 
body {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	background-color: #ee5a00;
}

body, html, table, tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}
h1 {
	color: #2072B2;
	font-size: 18px;
	font-weight: bold;
	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: #2072B2;
	padding: 5px;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #DD0000;
	padding: 5px;
}

/* 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: 215px;
	margin-left: 30px;
	font-size: 12px;
	text-align: justify;
}
#contenidogal {
	width: 700px;
	margin-top: 195px;
	margin-left: 30px;
	font-size: 12px;
}
#contenido img {
	margin: 0px 10px 5px 0px;
}
#contenidogal img {
	border: 5px solid #979088;
	margin-top: 2px;
	margin-right: 2px;
}
#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;
	background: #ee5a00;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

/* Cabecera Flash */
#cabecera {
	position: absolute;
	top: 11px;
	left: 50%;
	width: 721px;
	height: 180px;
	margin-left: -360.5px;
}

/* Menu */
#menu {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -355px;
	width: 710px;
	height: 30px;
	text-align: center;
}
a.catacatalogo {
	line-height: 30px;
}
a.catdcatalogo {
	line-height: 30px;
	font-weight: bold;
}

/* 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;
}
#pie a:link {
	color: #fff;
}
#pie a:visited {
	color: #fff;
}
#pie a:hover {
	color: #003E80;
}
#pie a:active {
	color: #003E80;
}
#alinear {
	margin-left: 26px;
}