@charset "utf-8";
/* CSS Document */

.SUBTITULOS {
	font-family: Arial;
	font-size: 14px;
	color: #AD0101;
	text-align:justify;
	font-weight:bold;
	
	background: url(images/icono.jpg) center left no-repeat; 
}
.Contenido {
	font-family: Arial;
	font-size: 12px;
	color: #585858;
	text-align:justify;
}
.LinksTop {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	text-decoration:none;
}
a.LinksTop:Hover{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align:justify;
	text-decoration: underline;
}
.footerblanco {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.footeramarillo {
	font-family: Verdana;
	font-size: 10px;
	color: #FFB828;
}
a.footeramarillo:Hover{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.ciudad {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	border: thin solid #000000;
}
.LinksFooter {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.LinksFooter:Hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FFB828;
	text-decoration: underline;
}
}
#formulariodecontactos {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #861F0E;
	margin: 5px;
	padding: 5px;
}

.borde{
color: #861F0E;
}

/* tamaño y forma del panel principal */
div#panel {
	position: relative;
	width:317px;
	height: 250px;
}

/* configuracion de las pestañas */
ul#tabs {
	position:absolute;
	left: 1px;
	top: 0px;
	margin:0;
	padding:0;
	width: 317px;
	height: 24px;
	z-index: 18;
}
	ul#tabs li {
		float:left;
		height: 23px;
/*		padding-left: 8px;*/
		list-style: none;
		margin-right: 1px;
		background: url(tabs.png) left -48px;
	}
	ul#tabs li.actual {
		height: 24px;
	/*	background: url(tabs.png) left -72px;*/
	}
		ul#tabs li a {
/*			display: block;
				/* hack para ie6 */
				.display: inline-block;
				/* fin del hack */
			height: 23px;
			line-height: 23px;
/*			padding-right: 8px;*/
			outline: 0px none;
			font-family: arial;
			font-size: 10px;
			text-decoration: none;
			color: #000;
			background: url(tabs.png) right 0px;
		}
		
		ul#tabs li.actual a {
			height: 24px;
			line-height: 24px;
			background: url(tabs.png) right -24px;
			cursor: default;	
		}

/* Configuración de los paneles */
div#panel #paneles {
	position:absolute;
	left: 1px;
	top: 25px;
	width: 317px;
	height: 215px;
	background-color: transparent; 
	overflow: hidden;
	z-index: 19;
	visibility: visible;
}
	div#panel #paneles div {
		margin:0px;
		width: 317px;
		height: 215px;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		color: #000;
		overflow: auto;
	}
img { behavior: url(iepngfix.htc); }.boton_imprimir {
	font-family: Arial;
	font-size: 36px;
	border:none;
}
.PizzaHutHondurasPrecaucion{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-align:justify;
}