img, div, input, a { behavior: url("/scripts/iepngfix.htc") }

body{
	margin: 0px;
	background: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;		
}

div.cabecera {
	height: 73px;
	width: 750px;
	background-color: #000000;
}

div.menu {
	height: 49px;
	width: 750px;
	background-color: #000000;
	background-image: url(../img/f_menu.png);
}

div.titular {
	height: 183px;
	width: 750px;
	background-color: #000000;
	background-image: url(../img/f_cabecera.png);
}

div.cuerpo {
	width: 750px;
	background-color: #ffffff;
	background-image: url(../img/f_cuerpo.png);
	background-repeat:repeat-x;
}

div.cuerpoContenido {
	padding-top:9px;
	padding-bottom:9px;
	padding-left:19px;
	padding-right:19px;
	text-align:right;
}

div.pie {
	height: 78px;
	width: 750px;
	background-image: url(../img/f_pie.png);
	text-align:left;
}

div.pieD {
	float:right;
	margin-right:19px;
	margin-top:15px;
	text-align:right;
	color:#5a667c;
	font-size:10px;
}

div.pieI {
	margin-left:19px;
	padding-top:15px;
	color:#ffb71e;
	word-spacing:8.5px;
}

div.contenido {
	padding-left: 19px;
	padding-right: 19px;
}

#menuInf {
	color: #a1b4d8;
	text-decoration: none;
	outline: none;
}

/* Botones rollover */
a.bt {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	outline: none;
}
a.bt.menu {
	width: 116px;
	height: 38px;
	margin-right:3px;
}
a.bt.menu.inicio{
	background-image:url(../img/t_inicio.gif)
}
a.bt.menu.inicio:hover, a.bt.menu.inicio.activebt, a.bt.menu.inicio.activebt:hover, a.bt.menu.inicio.activebt:visited {
	background-position:0 -38px;
}
a.bt.menu.hosting{
	background-image:url(../img/t_hosting.gif)
}
a.bt.menu.hosting:hover, a.bt.menu.hosting.activebt, a.bt.menu.hosting.activebt:hover, a.bt.menu.hosting.activebt:visited {
	background-position:0 -38px;
}
a.bt.menu.dominios{
	background-image:url(../img/t_dominios.gif)
}
a.bt.menu.dominios:hover, a.bt.menu.dominios.activebt, a.bt.menu.dominios.activebt:hover, a.bt.menu.dominios.activebt:visited {
	background-position:0 -38px;
}
a.bt.menu.servicios{
	background-image:url(../img/t_servicios.gif)
}
a.bt.menu.servicios:hover, a.bt.menu.servicios.activebt, a.bt.menu.servicios.activebt:hover, a.bt.menu.servicios.activebt:visited {
	background-position:0 -38px;
}
a.bt.menu.hostkee{
	background-image:url(../img/t_hostkee.gif)
}
a.bt.menu.hostkee:hover, a.bt.menu.hostkee.activebt, a.bt.menu.hostkee.activebt:hover, a.bt.hostkee.menu.activebt:visited {
	background-position:0 -38px;
}
a.bt.menu.contacto{
	background-image:url(../img/t_contacto.gif)
}
a.bt.menu.contacto:hover, a.bt.menu.contacto.activebt, a.bt.menu.contacto.activebt:hover, a.bt.menu.contacto.activebt:visited {
	background-position:0 -38px;
}
a.bt.masdetallesAz{
	background-image:url(../img/bt_masdetalles.gif);
	width: 97px;
	height: 19px;
	float: right;
	position:inherit;
}
a.bt.masdetallesAz:hover{
	background-position: 0 -19px;
}
a.bt.masdetallesAm{
	background-image:url(../img/bt_masdetalles.gif);
	background-position: 0 -19px;
	width: 97px;
	height: 19px;
	float: right;
	position:inherit;
}
a.bt.masdetallesAm:hover{
	background-position: 0 0;
}
a.bt.leermasAz{
	background-image:url(../img/bt_leermas.gif);
	width: 75px;
	height: 19px;
	float: right;
	position:inherit;
}
a.bt.leermasAz:hover{
	background-position: 0 -19px;
}
a.bt.leermasAm{
	background-image:url(../img/bt_leermas.gif);
	background-position: 0 -19px;
	width: 75px;
	height: 19px;
	float: right;
	position:inherit;
}
a.bt.leermasAm:hover{
	background-position: 0 0;
}
.lista{
  list-style-type: circle;
  list-style-image:url(../img/plus.png);
}