/* Estilo general */
*{
	color: #444444;
	font-family: Tahoma, Verdana, sans-serif;
}

/* Capas */
#cabecera{
	position:absolute;
	overflow:hidden;
	left:420px;
	top:0px;
	width:355px;
	height:142px;
	z-index:10;
}

#cflash{
	position:absolute; 
	overflow:hidden; 
	left:14px; 
	top:0px; 
	width:408px; 
	height:142px; 
	z-index:10;
}

#cuerpo{
	position:absolute;
	overflow: hidden;
	left:30px;
	top:145px;
	width:770px;
	height: 455px;
	z-index:10;
}

#cuerpo_ext{
	position:absolute;
	left:30px;
	top:145px;
	width:770px;
	z-index:10;
}

#pie{
	position:absolute;
	overflow:hidden;
	left:50px;
	top:600px;
	width:700px;
	z-index:10;
}

#columna_izda{
	position:absolute;
	overflow:hidden; 
	left:0px;
	top:10px; 
	width:570px;
	height: 320px;
	z-index:15;
/*	background: red;*/
}

#columna_dcha{
	position:absolute;
	overflow:hidden; 
	left:580px; 
	top:10px; 
	width:160px; 
	height: 320px;
	z-index:9;
}

#noticias{
	position:absolute;
	overflow:hidden; 
	left:5px; 
	top: 330px; 
	width:720px; 
	height: 100px;
	z-index:9;
	margin-top: 20px;
	font-size: 80%;
}

.login table{
	font-size: 70%;
}

.login table input{
	font-size: 100%;
}

#descripcion {
/*	background: #eeeeee;*/
	background-image:url("images/deg_azul.jpg");
	background-position:top left;
	background-repeat:x-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#descripcion p{
	font-size: 80%;
	color: #990000;
}

#descripcion h2{
	font-size: 90%;
	color: #777799;
}

#descripcion li{
	font-size: 80%;
	color: #990000;
}

#formulario {
	/*background: #eeeeee;
	*/
	width: 90%;
	margin-left: 0px;
	background-image:url("images/deg_azul2.jpg");
	background-position:top left;
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#formulario th{
	text-align: left;
	font-size: 80%;
	color: #990000;
}

#productos {
	margin-top: 15px;
	padding: 5px;
	border: solid 1px #9999ff;
}

.beneficios{
	margin-top: 12px;
	padding: 5px;
	border: solid 1px #999999;
}

#productos p, .beneficios p{
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

#productos h2, .beneficios h2{
	font-size: 80%;
	color: #000099;
	margin: 0px;
	padding: 0px;
}


#productos ul, .beneficios ul{
	padding-left: 2px;
	margin: 0px;
}

#productos li, .beneficios li{
	font-size: 80%;
	margin-top: 1px;
	margin-left: 1px;
}

/* Estilos de etiquetas estándar */
H1 {
	font-size: 120%;
	font-weight: normal;
	color: #000099;
}

/* Estilos concretos */
.letraIWB{
	font-family: Bradley Hand ITC, Goudy Old Style, Tahoma, Verdana, sans-serif;
	font-size: 160%;
	font-width: bold;
	color: #000099;
}

.subtitulo{
	font-size: 80%;
	margin-top: -15px;
	margin-bottom: +15px;
}

.subtitulo *{
	font-size: 100%;
	margin-top: -15px;
}

.menu li{
	list-style : none;
}

.menu a{
	text-decoration: none;
}

.copyright{
	margin-top: 10px;
	font-size: 60%;
	color: #999999;
	text-align: center;
}

.tic{
	list-style : url("http://www.iwbancorp.com/images/tic.gif");
}

.icoAlpa{
	list-style : url("http://www.iwbancorp.com/images/icoAlpa.ico");
}

.destacado_rojo{
	color: #990000;
	font-family: Verdana;
}

.destacado_azul{
	color: #000099;
	font-family: Verdana;
}