body {
	background-image: url(../img/img_fondo.jpg);
	background-repeat: repeat-x;
	background-color: #D1D1D1;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:14px;
	
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:16px;
	
}
.ancho_tabla{
	width:981px;
	background-image:url(../img/img_fondo_tabla.gif);
	background-repeat:repeat-y;
	height:300px;
}

.bold_naranja{
	color:#ed7e22;
	font-weight:bold;
	
	
}
.tabla_central{
	padding-left:90px;
	padding-right:120px;
}

.cabecera_tabla{
	background-image:url(../img/img_cabecera.gif);
	background-repeat:no-repeat;
	height:191px;
}


.pie_tabla{
	background-image:url(../img/img_pie.gif);
	background-repeat:no-repeat;
	height:180px;
		text-align: left;
}
	

h4{
	font-size:18px;
	font-weight:bold;
	color:#ed7e22;
	margin-bottom:0px;
	text-transform:uppercase;
		
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin-bottom:30px;
	background-color:#ed7e22;
	padding:10px;
	text-transform:uppercase;
		
}

h2{
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
	text-transform:uppercase;
	margin-bottom:0px;
		
}

h3{
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	color:#999;
	margin-bottom:25px;
	margin-top:5PX;

		
}
	
a:link {
color:#ed7e22;

}
a:visited {
color:#ed7e22;

}

a:hover {
color: #666;

}


.link_pie a:link {
color:#666;

}
.link_pie a:visited {
color:#666;

}

.link_pie a:hover {
color: #ed7e22;

}
form{
margin:0px;
padding:0px;
}

