/* Plan Waiki Simpleweb para Tormes S.A. (http://www.tormes.cl) */

/* Modelo de Cajas en igualacion entre navegadores */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	background: url(images/bg/body-bkg.gif);
}

body, html, table, tr, td {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}
h1 {
	color: #4a6b84;
	font-weight: bold;
	font-size: 20pt; 
}

h2 {
	margin-top: 10px;
	margin-left: -15px;
	padding-left: 5px;
	margin-bottom: 10px;
	background: url(images/bg/h1.gif);
	background-repeat: no-repeat;
	font-family: arial, verdana;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: left;
	z-index: 2;

}

/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: Gray;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #4A6B84;
}

/*Divs*/
#alinea {
	position: absolute;
	width:743px;
	left: 50%;
	margin-left: -371px;
	background: white;
}
#contenido {
	margin-top: 258px;
	margin-bottom: 50px;
	background: white;
	padding-left: 15px;
	padding-right: 15px;
}
#contenido img {
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 30px;
	border: 1px solid #ABABAB;
}
#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	margin-top: 53px;
	width: 158px;
	z-index: 2;
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 53px;
	margin-left: 158px;
	width: 585px;
	z-index: 2;
}
#cabecera {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 743px;
	height: 53px;
	background: url(images/bg/cabecera.gif);
	font-size: 20pt !important;
}
.titular {
	color: white !important;
	font-size: 20pt !important;
	padding-left: 20px;
	padding-top: 10px;
}

#pie {
	margin-left: 78px;
	margin-bottom: 0px;
	padding-top: 7px;
	background: url(images/bg/pie-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 8pt;
	text-align: center;
	color: #252525;
	width: 587px;
	padding-bottom: 0;
	bottom: 0;
}

/* Clases */

.detalle {
	background: #8FBC8F;
}
.negrita {
	color: Gray;
}

/* Formulario Sw */
.esinput {
	background: url(images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #d22b79;
	border-style: solid;
	padding-left: 2px;
}
.esmsje {
	background: url(images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #d22b79;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}
.Estilo1 {
	Text-align: left;
	color: #6d009a;
	font-weight: bold;
	vertical-align: middle;
}
#contacto {
	margin-left: 70px;
}
#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;
}

/* 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: 130px;
	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;
}

ul {
	margin-left: 30px;
} 
/*Categorías catálogo */
#cat a:link {
	color: Gray;
	font-weight: bold;
}
#cat a:visited {
	color: Gray;
	font-weight: bold;
}
#cat a:hover {
	Color: #4A6B84;
	font-weight: bold;
}
#cat a:active {
	Color: #4A6B84;
	font-weight: bold;
}
#cat a {
	color: black;
	font-weight: 100;
}
#cat a.catdcatalogo {
	color: black !important;
	font-weight: 100;	
}
#cat {
	margin-top: 10px; 
	margin-bottom: 10px; 
	text-align: center;
}