/*Hoja de estilo INFODOC*/

/*Manganeta para lograr que en los navegadores
 aparezca la barra de scroll incondicionalmente*/

html { min-height: 100%; margin-bottom: 1px; }

/*fin de la manganeta*/



*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
span{
	display: none;
}
a{
	text-decoration: none;
	outline: none;
	color: #ff0000;
}
a:hover{
	color: #ccc;
}

body{
	background: url(bg-body.gif) repeat-x;
	padding-bottom: 10px;
}

#main{
	width: 744px;
	margin: 10px auto;
	background: url(bg-main.gif) center repeat-y;
}
#head{
	width: 734px;
	height:125px;
	margin: 0 auto;
	background: url(bg-head.gif) no-repeat;
}
#head img{
	margin: 5px 5px;
}

#line {
	width: 722px;
	margin-left: 6px;
	_margin-left: 3px;
	float: left; 
	
}

#menu {
	height: 30px;
}

#content{
	
	float: left;
}
#foot{
	width: 734px;
	height: 42px;
	margin: 20px auto 0;
	padding-top: 15px;
	text-align: center; 
	clear: both;
	background: url(bg-foot.gif) no-repeat;
}
#foot p{
	color: #ff0000;
}

