/* CSS Document */
body {
	background:url("http://www.infosiz.com/Images/fondo_big.jpg") repeat;
}
#contenedor {
	width: 1024px;
	margin: 0 auto;
	background-color:#FFF;
	overflow:hidden;
}
#cabecera {
	height: 222px;
	background-image: url("http://www.infosiz.com//Images/Header1.jpg");
}
#menu_iquierdo {
	float: left;
	width: 194px;
	text-align:left;
	font-weight:bold;
	background:url("http://www.infosiz.com/Images/FondoIzquierdo.jpg");
}
#banner_centro {
	float: left;
	width: 830px;
}
#contenido {
	float: left;
	width: 830px;
}
#contenido #principal {
	float: left;
	width: 680px;
}
#contenido #secundario {
	float: right;
	width: 150px;
}
#pie {
	clear: both;
	background:url("http://www.infosiz.com/Images/Footer1.jpg");
}
ul.menu {
	clear: both;
	float: right;
	list-style: none;
	margin: 0;
	padding: 8px;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#560000;
	position: absolute;
	top: 230px;
	left: 25%;
}
ul.menu li {
	float:left;
}
ul.menu li a:hover {
	background-color:#F00;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
}
ul.menu li a {
	padding: .2em 0 .2em .5em;
	display:block;
	text-decoration: none;
	color: #333;
}
ul.menu2 {
	width: 194px;
	list-style: none;
	margin: 0;
	padding: 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
/*ul.menu2 li {
}*/
ul.menu2 li a:hover {
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-size:19px;
	text-decoration:underline;
}
ul.menu2 li a {
	padding: .2em 0 .2em .5em;
	display:block;
	text-decoration: none;
	color: #333;
}
p.center {
	position: absolute;
	top: 246px;
	left: 23%;
	border: none;
}
.normal {
	width: 670px;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align:center;
}
.normal th, .normal td {
	border: 1px solid #000;
	text-transform:uppercase;
}
div.tabArea {
	font-size: 80%;
	font-weight: bold;
}
a.tab {
	background-color: #f0f0f0;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.tab, a.tab:visited {
	color: #808080;
}
a.tab:hover {
	background-color: #d0d0d0;
	color: #606060;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
	background-color: #c0c0c0;
	color: #000000;
}
h1 {
	font-size: 36px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}
h3 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	text-transform:none;
}


