@charset "utf-8";

 

body { 
	margin:0; 
	padding:0; 
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12;
	_margin:0px;
}
#fondo{
	width:996px;
	background:url(../images/fondo.gif) no-repeat;
	height:736px;
	margin:5px auto 0 auto;	
}
	#espacio{
		height:8px;
	}
#container{
	width:980px;
	margin:0 auto;
	_margin:0px auto 0 auto;
}
#header{
	width:980px;
	height:116px;
	margin:0;
	_margin:0px auto 0 8px;
	background-color:#970011;
}
#header-logo{
	width:237px;
	background:url(../images/logo.jpg) no-repeat;
	height:116px;
	margin:0;
	_margin:0;
	float:left;
}
#header-banner{
/*	width:728px;*/
	width:743px;
	height:116px;
	float:left;
	margin:0;
}
#header-esp{
	width:980px;
	background:url(../images/header-bottom.jpg) repeat-x;
	height:45px;
	font-size:24px;
	color:#970011;
	line-height:50px;
	_margin-left:8px;
}
#formulario{
	width:916px;
	height:163px;
	background:url(../images/buscador.gif) no-repeat;
	margin-left:30px;
	_margin:0 0 0 40px;
}
	
	
	.title-form{
		margin-left:20px;
		margin-top:16px;
		height:42px;
		font-size:24px;
		color:#a10216;
		float:left;
		clear:both;
	}
	
	.form-content{
		width:916px;
		margin-right:46px;
		float:left;
		font-family:Arial;
		font-size:12px;
	}
	.form-btn{
		width:auto;
		margin-top:30px;
		float:left;
	}
	
	
#cuerpo{
	width:980px;
	height:254px;
}
	
#cuerpo-result{
	width:916px;
	height:341px;
	background:url(../images/resultado.gif) no-repeat;
	margin-left:30px;
	_margin:0 0 0 20px;
	margin-top:13px;
	float:left;
	padding:10px;
	
}
#resultado{
	width:900px;
	height:300px;
	_height:280px;
	*height:280px;
	overflow:auto;
	SCROLLBAR-FACE-COLOR:#970011;
	SCROLLBAR-HIGHLIGHT-COLOR: #970011;
	SCROLLBAR-SHADOW-COLOR: #970011;
	SCROLLBAR-3DLIGHT-COLOR: #970011;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #E3E3E3;
	SCROLLBAR-DARKSHADOW-COLOR: #970011;
	clear:both;
	
}
	.title-result{
		width:500px;
		margin-left:10px;
		height:42px;
		font-size:24px;
		color:#a10216;
		float:left;
		line-height:21px;
		clear:both;
	}
	#imprimir{
/*		margin-right:30px;*/
	}
	#title-msg{
		width:595px;
		font-size:12px;
		color:#848484;
	}
	#result{
		margin:0;
		width:550px;
		height:auto;
	}
	.headert{
		font-size:12px;
		color:#ffffff;
		background-color:#970011;
		height:23px;
		padding:0 3px;
	}
	.tabla-content{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
	}
	.msg-error{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		margin-left:80px;
	}
	
#banner{
	width:300px;
	height:250px;
	margin-left:21px;
	margin-top:24px;
	float:left;
}
	
#preload{
	height:100px;
	margin-top:70px;
}

	
a{
	text-decoration:none;
	color:#000;}
a:hover{
	text-decoration:none;
	color:#a10216;
}

select{
	width:250px;
}
input.btn{
	width:80px;
}