﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*background-image: url('../images/gradiente_amarillo.gif');
	background-repeat: repeat-x;
	 */
}

.iwContainer {
  width: 250px;
  height: 80px;
  text-align: left;
  
   
   }


#container {
	background-color: #fff;
	background: #FFA717;
	width: 782px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: white;
	width: 784px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	background-color: #FFA717;
	background: #FFA717;
	width: 170px;
	margin: 0;
	padding: 0px 2px 0px 0px;
	line-height: normal;
}
#column_r {
	width: 600px;
	margin: 0;
	float: right;
	padding: 0px;
	background-color: 700B0B;
	position: relative;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #704905;
	padding-top: 0;
	background-image: url('../images/footer1.gif');
	background-repeat: repeat-x;
	height: auto;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
	background-image: url('../images/menu3.gif');
	background-repeat:repeat-x;
}
#navigation li {
	float: left;
	height: 43px;
	
}
#navigation a {
	font: medium Verdana, Geneva, Tahoma, sans-serif;
	color: #993333;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	height: 43px;
	width: 90px;
}

/*
este codigo es un ejemplo para incluir imagenes entre los li en un menu ul
ul a {
background-image: url(navi_bg_divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 80px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
color: #371C1C;
}
*/

#navigation a:hover {
	/*color: #000;*/
	color: white;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: maroon;
	 height: 26px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	width: auto;
}
#footer a {
	color: #800000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}